diff options
author | jao <jao@gnu.org> | 2021-02-02 04:35:05 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-02 04:35:05 +0000 |
commit | 87e498ed6a591604f543f3b7fb8e3175c19144a1 (patch) | |
tree | 9d74a72875b2f8437e476f62102727c1d8430da3 /themes/jao-light-theme.el | |
parent | 0688d0428a59f00df9dd367298c4876371e31351 (diff) | |
download | elibs-87e498ed6a591604f543f3b7fb8e3175c19144a1.tar.gz elibs-87e498ed6a591604f543f3b7fb8e3175c19144a1.tar.bz2 |
theme tweaks
Diffstat (limited to 'themes/jao-light-theme.el')
-rw-r--r-- | themes/jao-light-theme.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 72bf941..13a416f 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -9,9 +9,10 @@ (pale-yellow "#fff8e5") (paler-yellow "#fffff8") (green "#005555") - (light-green "darkseagreen4") + (light-green "darkolivegreen4") (greyish "#626262") - (blueish "#1414aa") + ;; (blueish "midnightblue") + (blueish "deepskyblue4") (blue "#819cd6") (blue2 "#51afef") (pale-blue "azure2") @@ -37,7 +38,7 @@ (tab-unsel ((~ mode-line-inactive))) (comment ((c greyish) it)) (keyword ((c dark-blue-2) nbf)) - (type ((c light-green) nbf)) + (type ((c blueish) nbf)) (function ((c green nil) nbf)) (variable-name ((c "black"))) (constant ((c 23))) @@ -66,7 +67,7 @@ (mode-line-buffer-id (~ mode-line) nit) (mode-line-emphasis it) (mode-line-highlight (c green nil))) - (:x-faces (bold (c "#223142") bf) + (:x-faces (bold bf) (compilation-info (c "#223142" nil) nbf) (company-scrollbar-bg (c nil "grey95")) (company-scrollbar-fg (c nil "grey90")) |