From e333516a72fc9e61dc9171e3d29189bda66a1dd1 Mon Sep 17 00:00:00 2001 From: Andsy10 Date: Wed, 24 Jun 2026 23:01:20 +0800 Subject: [PATCH] fix(theme): Correct parenthesis nesting in base16 light theme --- lisp/my-base16-light-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/my-base16-light-theme.el b/lisp/my-base16-light-theme.el index 1ae4ade..a685d01 100644 --- a/lisp/my-base16-light-theme.el +++ b/lisp/my-base16-light-theme.el @@ -119,7 +119,7 @@ `(proced-executable ((,class (:foreground ,cyan)))) `(proced-run-status-code ((,class (:foreground ,green)))) `(proced-uninterruptible-sleep-status-code ((,class (:foreground ,red)))) - `(proced-time-colon ((,class (:foreground ,violet)))))))))) + `(proced-time-colon ((,class (:foreground ,violet))))))) (provide-theme 'my-base16-light)