fix: unbalanced brackets

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

View file

@ -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)