summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-light-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/themes/jao-light-theme.el')
-rw-r--r--lib/themes/jao-light-theme.el16
1 files changed, 10 insertions, 6 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index af50ea7..7bbc3c8 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -31,13 +31,15 @@
(dark-gray "gray30")
(fg-light "gray40")
- (hl "#f2f2f2")
+ ;; (hl "#f2f2f2")
+ (hl "ivory")
(dimm "lemonchiffon4")
(warning "orange4")
(red "burlywood4")
(blue "#023770")
(green "#005555")
+ (lightgreen "darkgreen")
(yellow "lightyellow"))
(:face-size 9)
(:face-family "Fira Code")
@@ -48,11 +50,13 @@
(:palette (fg "black")
(bg "white")
(box "gray80")
- (button (c fg-light bg-lightest) (ul light-gray))
(hilite (c nil hl))
- ;; (link (c green) nbf (ul light-gray))
+ (button (c blue bg-lightest))
(link (c green) nbf nul)
- (visited-link (ul light-gray) nbf)
+ (visited-link (c lightgreen))
+ ;; (button (c fg-light bg-lightest) (ul light-gray))
+ ;; (link (c green) nbf (ul light-gray))
+ ;; (visited-link (ul light-gray) nbf)
(tab-sel (~ mode-line))
(tab-unsel (~ mode-line-inactive))
(comment (c fg-light) it)
@@ -69,8 +73,8 @@
(gnus-news (c "black"))
(outline (c "black") bf)
(outline-1 (c green) bf)
- (outline-2 (c green) nbf)
- (outline-3 (c blue) nul nbf)
+ (outline-2 (c blue) nbf)
+ (outline-3 (c lightgreen) nul nbf)
(outline-4 (c blue) nul nbf)
(outline-5 (c blue) nul nbf)
(f00 (c green))