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-night-theme.el | |
| parent | 9bbb2fb45ee9c3ebcfc8458ca4a1850a123dcb6b (diff) | |
Expand doc string of each theme's palette
Diffstat (limited to 'ef-night-theme.el')
| -rw-r--r-- | ef-night-theme.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ef-night-theme.el b/ef-night-theme.el index 71df32e..ed4f909 100644 --- a/ef-night-theme.el +++ b/ef-night-theme.el @@ -200,7 +200,13 @@ (rainbow-6 yellow) (rainbow-7 cyan) (rainbow-8 green-warmer)) - "The `ef-night' palette.") + "The `ef-night' 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-night-palette-overrides nil "Overrides for `ef-night-palette'.") |
