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.el38
1 files changed, 18 insertions, 20 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el
index 22c67ef..bcd3a04 100644
--- a/themes/jao-light-theme.el
+++ b/themes/jao-light-theme.el
@@ -1,13 +1,13 @@
(jao-define-custom-theme jao-light
(:palette (fg unspecified "black")
- (bg unspecified "#efebe7")
+ (bg unspecified "white")
(box "magenta" "antiquewhite3")
(button ((c 13 nil) nbf nul) (bx))
- (hilite ((c nil 5)))
+ (hilite ((c nil 15))) ;; 5
(strike-through ((c 1)) (st))
(italic (it))
- (link ((c 23) nul nbf nit))
- (visited-link ((c 24) nul))
+ (link ((c 14) ul nbf nit))
+ (visited-link ((c 24) ul nbf))
(tab-sel ((~ mode-line)))
(tab-unsel ((~ mode-line-inactive)))
(comment ((c 239) it)) ;; italic
@@ -38,34 +38,32 @@
(diary (c 14) bf)
(gnus-summary-selected (c 13 nil) nul)
(gnus-summary-normal-unread (c 0 nil))
- (header-line (c nil 5) nul)
+ (header-line (c nil 15) nul)
;; (italic it)
- (mode-line (c 11 5) nbf nul)
- (mode-line-inactive (c 11 6) nbf nul)
+ (mode-line (c 0 15) nbf nul)
+ (mode-line-inactive (c 11 15) nbf nul)
(org-hide (c 7 7))
(vertical-border (c 11 nil) :inherit nil)
- (w3m-tab-selected (c 9 15) bf)
+ (w3m-tab-selected (c 9 5) bf)
(w3m-link-numbering (c 12))
(w3m-bold (c nil nil) bf)
(w3m-image (c 94))
- (w3m-tab-background (c 12 5)))
- (:x-faces (button (c 10 nil) nbf)
+ (w3m-tab-background (c 12 15)))
+ (:x-faces (bold (c 14) bf)
+ (button (c 10 nil) nbf)
(gnus-button (c nil nil) nbf)
- (company-tooltip-common (c 1 6) nbf)
- (company-tooltip-common-selection (~ company-tooltip-selection)
- (c nil 6) bf)
- (company-tooltip-selection (~ company-tooltip) bf nul)
- (compilation-info (c nil nil) bf)
+ (compilation-info (c 14 nil) nbf)
(cursor (c 1 1))
(fringe (c 11 nil))
- (gnus-summary-selected (c nil "white"))
+ (gnus-summary-selected (c 2) nbf)
(gnus-summary-cancelled (c 1) st)
- (header-line (c nil "#E0DACC"))
- (mode-line (c 0 7) :box (:line-width -1 :color "grey60"))
- (mode-line-inactive (~ mode-line) (c "grey30" "#E0DACC"))
+ (header-line (c nil "#efebe7"))
+ (mode-line (c 0 7) :box (:line-width -1 :color "grey90"))
+ (mode-line-inactive (~ mode-line) (c "grey30"))
(org-hide (c 7 nil))
- (vertical-border (c 12 nil))
+ (vertical-border (c "grey72" nil))
(w3m-image (c 3))
+ (w3m-bold (c 9) nbf)
(w3m-tab-selected (c 9 15) bf)
(w3m-tab-selected-retrieving (~ w3m-tab-selected) (c 1))
(w3m-tab-background (c 15 15) nul))