branch: externals/modus-themes commit 6636c91b886841cd3401684db08b5c98e0c3eae1 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the new spacious-padding face names I keep the old ones for the time being, but they will be removed eventually. --- modus-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modus-themes.el b/modus-themes.el index 535c1a5105..0ea3434cc5 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -3759,6 +3759,8 @@ FG and BG are the main colors." `(smerge-refined-removed ((,c :inherit diff-refine-removed))) `(smerge-upper ((,c :inherit diff-removed))) ;;;;; spacious-padding + `(spacious-padding-line-active ((,c :foreground ,accent-0))) + `(spacious-padding-line-inactive ((,c :foreground ,border))) `(spacious-padding-subtle-mode-line-active ((,c :foreground ,accent-0))) `(spacious-padding-subtle-mode-line-inactive ((,c :foreground ,border))) ;;;;; speedbar