summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-03-07 04:42:56 +0000
committerjao <jao@gnu.org>2021-03-07 04:42:56 +0000
commit83d796d1a23f155fe09c0c4482be2403e451989b (patch)
treea94a66ff9deabf21cb7cfdb297141501c2475b5a
parent1a6c771603c7c6a962d2335802e1a1cad62d2b7a (diff)
downloadelibs-83d796d1a23f155fe09c0c4482be2403e451989b.tar.gz
elibs-83d796d1a23f155fe09c0c4482be2403e451989b.tar.bz2
theme nits
-rw-r--r--init.org2
-rw-r--r--lib/themes/jao-light-theme.el3
-rw-r--r--lib/themes/jao-themes.el2
3 files changed, 3 insertions, 4 deletions
diff --git a/init.org b/init.org
index 1338a34..57927bb 100644
--- a/init.org
+++ b/init.org
@@ -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))