diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-12-18 16:36:41 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-12-18 16:36:41 +0200 |
| commit | 4332a7433ba2e29cf7a3303fe93296e312cc7e47 (patch) | |
| tree | c8921757b0bc390ceef0cf3727d58923c9eefa47 /ef-summer-theme.el | |
| parent | 9bbb2fb45ee9c3ebcfc8458ca4a1850a123dcb6b (diff) | |
Expand doc string of each theme's palette
Diffstat (limited to 'ef-summer-theme.el')
| -rw-r--r-- | ef-summer-theme.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ef-summer-theme.el b/ef-summer-theme.el index d970dec..5c66934 100644 --- a/ef-summer-theme.el +++ b/ef-summer-theme.el @@ -200,7 +200,13 @@ (rainbow-6 red-cooler) (rainbow-7 cyan-cooler) (rainbow-8 yellow-cooler)) - "The `ef-summer' palette.") + "The `ef-summer' palette. +Color values have the form (COLOR-NAME HEX-VALUE) with the former +as a symbol and the latter as a string. + +Semantic color mappings have the form (MAPPING-NAME COLOR-NAME) +with both as symbols. The latter is a color that already exists +in the palette and is associated with a HEX-VALUE.") (defvar ef-summer-palette-overrides nil "Overrides for `ef-summer-palette'.") |
