From 37b9aeb1b9713561c04edf788b05e13dcabda858 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 8 Jul 2020 16:52:18 +0100 Subject: themes --- themes/jao-light-theme.el | 8 +++++--- themes/jao-themes.el | 17 ++++++++++++++++- 2 files changed, 21 insertions(+), 4 deletions(-) (limited to 'themes') 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) -- cgit v1.2.3