diff options
author | jao <jao@gnu.org> | 2020-07-08 16:52:18 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-07-08 16:52:18 +0100 |
commit | 37b9aeb1b9713561c04edf788b05e13dcabda858 (patch) | |
tree | bebaa0514b58ef3bb33845593dba88f7456ecce3 /themes | |
parent | 398c059dc13ab46bffffc0087a95b8b31bb1f90b (diff) | |
download | elibs-37b9aeb1b9713561c04edf788b05e13dcabda858.tar.gz elibs-37b9aeb1b9713561c04edf788b05e13dcabda858.tar.bz2 |
themes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-light-theme.el | 8 | ||||
-rw-r--r-- | themes/jao-themes.el | 17 |
2 files changed, 21 insertions, 4 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 8d1afe4..fe20a59 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -25,7 +25,7 @@ (button ((c link) nit)) (hilite ((c nil dimm-background))) (strike-through ((c 1)) (st)) - (italic ((it))) + (italic (it)) (link ((c dark-blue-2) nul nbf)) (visited-link ((c dark-blue-1) nul nbf)) (tab-sel ((~ mode-line))) @@ -82,12 +82,14 @@ (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil yellow) it bf) (mode-line (c nil dimm-background) ;; "ghost white" - :box (:line-width 1 :color "grey80")) + :box (:line-width -1 :color "grey80")) (mode-line-inactive (c "grey40" dimm-background-2) - :box (:line-width 1 :color "grey85")) + :height 1 + :box (:line-width -1 :color "grey85")) (mode-line-buffer-id (~ mode-line) nit) (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) + (org-link (p link) ul) (scroll-bar (c "grey80")) (success (p f00)) (vertical-border (c "grey70" nil)) diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 595f027..8cff242 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -204,7 +204,22 @@ (let ((dfs (append `((aw-background-face (p dimm)) - (aw-leading-char-face (~ error) :height 1.5)) + (aw-leading-char-face (~ error) :height 1.5) + (awesome-tray-module-awesome-tab-face (p f00)) + (awesome-tray-module-battery-face (p f00)) + (awesome-tray-module-battery-face (p f00)) + (awesome-tray-module-buffer-name-face (p f11)) + (awesome-tray-module-circe-face (p f00)) + (awesome-tray-module-date-face (p f00)) + (awesome-tray-module-date-face (p f01)) + (awesome-tray-module-evil-face (p f00)) + (awesome-tray-module-file-path-face (p f00)) + (awesome-tray-module-git-face (p f10)) + (awesome-tray-module-last-command-face (p f00)) + (awesome-tray-module-location-face (p f00)) + (awesome-tray-module-mode-name-face (p f00)) + (awesome-tray-module-parent-dir-face (p f00)) + (awesome-tray-module-rvm-face (p f00))) `((bbdb-company) (bbdb-field-name bf) (bbdb-field-value nil) |