diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 3 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index ae82105..7e3e139 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -110,10 +110,9 @@ (lui-track-bar (p dimm) :height 0.2 nul nil ex) (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil yellow) it bf) - (mode-line (c "grey30" dimm-background-3) ;; "ghost white" + (mode-line (c "grey30" dimm-background-3) :box (:line-width 1 :color "grey90")) (mode-line-inactive (c "grey40" dimm-background-4) - :height 1 :box (:line-width 1 :color "grey90")) (mode-line-buffer-id (~ mode-line) (c dark-blue-2) nit) (mode-line-emphasis (c green nil)) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index e1aef4f..d644754 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -295,7 +295,7 @@ (jao-themes-f11 (p f11)) (jao-themes-f12 (p f12))) `((aw-background-face (p dimm)) - (aw-leading-char-face (~ error) :height 2.5) + (aw-leading-char-face (~ error) bf :height 3.0) (awesome-tray-module-awesome-tab-face (p f00)) (awesome-tray-module-battery-face (p f00)) (awesome-tray-module-battery-face (p f00)) |