diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 15:13:11 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 15:13:11 +0200 |
commit | 5bd2bb5354e69b54dfacab7516af2bb4b08284a0 (patch) | |
tree | 855e6d42a7a962c4d111975c918801408ffbb389 /.config/emacs/mango-theme.el | |
parent | a0ae78445382c124a44f9a28c6084ccd8dd50fe3 (diff) |
emacs: Add doc-string to ‘mango-theme-palette’
Diffstat (limited to '.config/emacs/mango-theme.el')
-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 |