diff options
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/mango-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index 92e4333..ab98acf 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -60,7 +60,8 @@ graphically, so I shouldn’t need to have multiple specs per face. (lime "#B8F182") (orange "#F1B282") (pink "#ED97F5") - (spanish-red "#E60026"))) + (spanish-red "#E60026")) + "The color palette used throughout the ‘mango’ theme.") (mango-theme--generate-set-faces ;; Standard Stuff |