mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(themes): make vertical divider between windows slightly more prominent
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
(set-face-attribute 'font-lock-variable-name-face nil
|
||||
:foreground (doom-lighten 'blue 0.25))
|
||||
(set-face-attribute 'vertical-border nil
|
||||
:foreground (doom-darken 'vertical-bar 0.2)
|
||||
:background (doom-darken 'vertical-bar 0.2))
|
||||
:foreground (doom-darken 'vertical-bar 0.3)
|
||||
:background (doom-darken 'vertical-bar 0.3))
|
||||
(set-face-attribute 'font-lock-comment-face nil
|
||||
:foreground (doom-lighten 'comments 0.15))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user