diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 659f930..7772763 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -116,7 +116,7 @@ :box (:line-width 1 :color "grey90")) (mode-line-inactive (c "grey40" dimm-background-4) :box (:line-width 1 :color "grey90")) - (mode-line-buffer-id (~ mode-line) (c dark-blue-2) nit) + (mode-line-buffer-id (~ default) (c dark-blue-2) nit) (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) (org-link (p link) (ul "grey80")) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index d1b1822..5e47795 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1100,6 +1100,9 @@ (widget-field (p hilite) bx) (widget-inactive (p dimm)) (Widget-single-line-field (~ widget-field)) + (window-divider (~ vertical-border)) + (window-divider-first-pixel (~ window-divider)) + (window-divider-last-pixel (~ window-divider)) (woman-bold (p f00) bf) (woman-italic (p f01) nul nit) (woman-italic-no-ul (p f01) nul nit))))) |