branch: elpa/subatomic-theme
commit e9702c92e4ce36b1176871ac6d4406827b206796
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>

    Too many parenthesis in font-lock-warning-face.
---
 subatomic-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index 792921b..eaf0c63 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -151,7 +151,7 @@ The theme has to be reloaded after changing anything in 
this group."
      ((t (:foreground ,victory-blue))))
 
    `(font-lock-warning-face
-     ((t ((:foreground ,brick-red)))))
+     ((t (:foreground ,brick-red))))
 
    `(font-lock-builtin-face
      ((t (:foreground ,deep-gold))))

Reply via email to