diff options
author | jao <jao@gnu.org> | 2021-03-07 04:42:56 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-07 04:42:56 +0000 |
commit | 83d796d1a23f155fe09c0c4482be2403e451989b (patch) | |
tree | a94a66ff9deabf21cb7cfdb297141501c2475b5a | |
parent | 1a6c771603c7c6a962d2335802e1a1cad62d2b7a (diff) | |
download | elibs-83d796d1a23f155fe09c0c4482be2403e451989b.tar.gz elibs-83d796d1a23f155fe09c0c4482be2403e451989b.tar.bz2 |
theme nits
-rw-r--r-- | init.org | 2 | ||||
-rw-r--r-- | lib/themes/jao-light-theme.el | 3 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 2 |
3 files changed, 3 insertions, 4 deletions
@@ -1261,7 +1261,7 @@ (use-package ace-window :ensure t :init (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l) - aw-char-position 'left ;; 'top-left + aw-char-position 'top-left aw-ignore-current nil aw-dispatch-when-more-than 3 ;; 2 aw-leading-char-style 'path 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)) |