From f7e5d62d8c2ca621d0a2e084049e8d3bc35bd838 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 18 Aug 2023 19:45:49 +0200 Subject: emacs: Rename ‘citron’ to ‘pink’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/mango-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/emacs/mango-theme.el') diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index 1d76660..92e4333 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -59,7 +59,7 @@ graphically, so I shouldn’t need to have multiple specs per face. (khaki "#F0E68C") (lime "#B8F182") (orange "#F1B282") - (citron "#ED97F5")) + (pink "#ED97F5") (spanish-red "#E60026"))) (mango-theme--generate-set-faces @@ -106,7 +106,7 @@ graphically, so I shouldn’t need to have multiple specs per face. (font-lock-function-name-face :foreground ,(mango-theme--get-color 'khaki)) (font-lock-preprocessor-face - :foreground ,(mango-theme--get-color 'citron) + :foreground ,(mango-theme--get-color 'pink) :weight bold) ;; Variables -- cgit v1.2.3