fix: unbalanced brackets
This commit is contained in:
parent
4ec065bfa6
commit
a8624e4b21
|
@ -17,7 +17,7 @@
|
|||
(cyan "#50fcce"))
|
||||
|
||||
;; Specifications for Emacs faces.
|
||||
((default (:foreground example-cyan))
|
||||
(error (:foreground example-red))))
|
||||
((default (:foreground cyan))
|
||||
(error (:foreground red)))))
|
||||
|
||||
(provide-theme 'graphite)
|
||||
|
|
Reference in a new issue