diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-12-18 16:40:29 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-12-18 16:40:29 +0200 |
| commit | f5f30e617e34f60ef79de17122c1212f3efc8f6d (patch) | |
| tree | ec50c166132184b909b30ffe7ec992f074de5be2 /ef-day-theme.el | |
| parent | 4332a7433ba2e29cf7a3303fe93296e312cc7e47 (diff) | |
Expand doc string of each theme's palette overrides
Diffstat (limited to 'ef-day-theme.el')
| -rw-r--r-- | ef-day-theme.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ef-day-theme.el b/ef-day-theme.el index af1c66a..dec6d97 100644 --- a/ef-day-theme.el +++ b/ef-day-theme.el @@ -209,7 +209,13 @@ with both as symbols. The latter is a color that already exists in the palette and is associated with a HEX-VALUE.") (defvar ef-day-palette-overrides nil - "Overrides for `ef-day-palette'.") + "Overrides for `ef-day-palette'. + +Mirror the elements of the aforementioned palette, overriding +their value. + +For overrides that are shared across all of the Ef themes, +refer to `ef-themes-common-palette-overrides'.") (ef-themes-theme ef-day ef-day-palette ef-day-palette-overrides) |
