branch: externals/ef-themes commit dd5b19f208866c1bb341a0e5a10d6b78af931671 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. --- ef-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index 49929aac7d..6fdac3080a 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -2331,6 +2331,8 @@ text should not be underlined as well) yet still blend in." `(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))) ;;;; tab-bar-mode