branch: elpa/ample-theme
commit 559ec8330a483eeb54759627571edb491b477bf3
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>

    removed rouge comma
---
 ample-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ample-theme.el b/ample-theme.el
index 872fa69..ad7d21a 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -77,7 +77,7 @@
   ;; Set faces
   (custom-theme-set-faces
    `ample ;; you must use the same theme name here...
-   `(default ((t (:foreground ,ample/fg, :background ,ample/bg))))
+   `(default ((t (:foreground ,ample/fg :background ,ample/bg))))
    `(cursor  ((t (:background ,ample/cursor))))
    `(fringe  ((t (:background ,ample/fringe))))
    `(region  ((t (:background ,ample/region))))

Reply via email to