From 37edbbedd0507ea4a5dc38a417a6d686a7e539c3 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 18 Nov 2022 17:03:49 +0000 Subject: [PATCH] fix: unbalanced brackets --- graphite-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphite-theme.el b/graphite-theme.el index 9ef0522..596a548 100644 --- a/graphite-theme.el +++ b/graphite-theme.el @@ -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)