branch: externals/ef-themes commit b2b9616a940a2e5a88dd555ccc268d3a0c07887e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for basic vertical-border face This is the face that applies to vertical window splits, as with C-x 3. --- ef-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ef-themes.el b/ef-themes.el index 5f6eedbd8f..4125b27544 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -526,6 +526,7 @@ Helper function for `ef-themes-preview-colors'." ;;;; all basic faces `(default ((,c :background ,bg-main :foreground ,fg-main))) `(cursor ((,c :background ,cursor))) + `(vertical-border ((,c :foreground ,border))) `(bold ((,c :weight bold))) `(italic ((,c :slant italic))) `(bold-italic ((,c :inherit (bold italic))))