summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-light-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'themes/jao-light-theme.el')
-rw-r--r--themes/jao-light-theme.el9
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"))