branch: externals/doric-themes commit 35f7d256d50c7501ee5419f9fd1d2fffccbe0239 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. --- doric-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doric-themes.el b/doric-themes.el index 3d61d2095e..0b5779dda5 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1500,6 +1500,8 @@ Run `doric-themes-after-load-theme-hook' after loading a theme." `(reb-match-2 ((t :background ,bg-accent :foreground ,fg-accent))) `(reb-match-3 ((t :background ,bg-shadow-intense :foreground ,fg-shadow-intense))) + `(spacious-padding-line-active ((t :foreground ,fg-accent))) + `(spacious-padding-line-inactive ((t :foreground ,bg-accent))) `(spacious-padding-subtle-mode-line-active ((t :foreground ,fg-accent))) `(spacious-padding-subtle-mode-line-inactive ((t :foreground ,bg-accent)))