fix: unbalanced brackets

This commit is contained in:
Muhammad Nauman Raza 2022-11-18 17:03:49 +00:00
parent a8624e4b21
commit 37edbbedd0
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -5,7 +5,7 @@
"A neon, shimmering theme for Emacs"
;; The color classes used by the theme. Theme supports GUI Emacs only.
((((class color) (min-colors #xFFFFFF))
((((class color) (min-colors #xFFFFFF)))
;; Specify the color palette, color columns correspond to each of the classes above.
(red "#781210")
@ -18,6 +18,6 @@
;; Specifications for Emacs faces.
((default (:foreground cyan))
(error (:foreground red)))))
(error (:foreground red))))
(provide-theme 'graphite)