branch: externals/standard-themes commit 2a8d0d4545e6be2f29b7f267d8f701905c29ee90 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix references to symbols --- standard-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standard-themes.el b/standard-themes.el index 1c84ce14a2..2d3c432f2f 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -1984,12 +1984,12 @@ Helper function for `standard-themes-preview-colors'." ;;; Theme macros (defvar standard-themes-common-palette-overrides nil - "Set palette overrides for all the Modus themes. + "Set palette overrides for all the Standard themes. Mirror the elements of a theme's palette, overriding their value. The palette variables are named THEME-NAME-palette, while individual theme overrides are THEME-NAME-palette-overrides. The -THEME-NAME is one of the symbols in `modus-themes-items'. +THEME-NAME is one of the symbols in `standard-themes-items'. Individual theme overrides take precedence over these common overrides.")