diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-18 19:45:49 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-18 19:45:49 +0200 |
commit | f7e5d62d8c2ca621d0a2e084049e8d3bc35bd838 (patch) | |
tree | 7ad12b524e829b96ff03836f6fd04fe95c241081 /.config/emacs/mango-theme.el | |
parent | a9d57ac4d3fa9be2fc08b7ed0c555b0af3cce67e (diff) |
emacs: Rename ‘citron’ to ‘pink’
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r-- | .config/emacs/mango-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |