summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-light-theme.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-09-25 23:53:37 +0100
committerjao <jao@gnu.org>2019-09-25 23:53:37 +0100
commit30e9605c8446e5dfd62e4efb6c0b512fc55fcc58 (patch)
tree6fe1f262ac3a769912355f8ce45a874ac6808939 /themes/jao-light-theme.el
parent7279cd40e412485db5770b5f23a40402ba8549d5 (diff)
downloadelibs-30e9605c8446e5dfd62e4efb6c0b512fc55fcc58.tar.gz
elibs-30e9605c8446e5dfd62e4efb6c0b512fc55fcc58.tar.bz2
themes tweaks
Diffstat (limited to 'themes/jao-light-theme.el')
-rw-r--r--themes/jao-light-theme.el14
1 files changed, 10 insertions, 4 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el
index 26bbc46..2492d1c 100644
--- a/themes/jao-light-theme.el
+++ b/themes/jao-light-theme.el
@@ -3,7 +3,8 @@
(bg unspecified "white")
(box "grey80" "antiquewhite3")
(button ((c 13 nil) nbf nul) (~ mode-line-inactive))
- (hilite ((c nil "grey90")) ((c nil "#EFEBE7"))) ;; 5
+;; (hilite ((c nil "grey90")) ((c nil "#EFEBE7"))) ;; 5
+ (hilite ((c nil "grey90")) ((c nil "#F4F4F4"))) ;; 5
(strike-through ((c 1)) (st))
;; (italic ((c nil) it :family "DejaVu Sans Mono" :height 90))
;; (italic ((c "darkslategray4")))
@@ -66,11 +67,14 @@
(button (c "darkslategray") nbf nul)
(gnus-button (c nil nil) nbf)
(compilation-info (c "#223142" nil) nbf)
+ (company-scrollbar-bg (c nil "grey95"))
+ (company-scrollbar-fg (c nil "grey90"))
(cursor (c "sienna3" "sienna3"))
(diary (p error) nbf)
(diff-hl-change (c "white" "lightsteelblue1"))
(diff-hl-insert (c "white" "honeydew2"))
(diff-hl-delete (c "white" "wheat1"))
+ (fill-column-indicator (c "grey80"))
(fringe (c "grey70" nil))
(gnus-summary-selected (c "#597B59") nbf)
(gnus-summary-cancelled (c "sienna3") st)
@@ -81,12 +85,14 @@
;; :box (:line-width -1 :color "grey90"))
;; (mode-line (c "grey20" "grey90") :box nil)
;; (mode-line-inactive (c "grey40" "grey96") :box nil)
+ (magit-diff-context-highlight (c nil "cornsilk"))
+ (magit-diff-hunk-heading-highlight (c nil "cornsilk") it bf)
(mode-line (c "grey10" "grey95") :box nil)
(mode-line-inactive (c "grey55" "grey90") :box nil)
(mode-line-buffer-id (c "orange4") nbf nit)
- (spaceline-read-only (c nil "lightgoldenrod2") niv)
- (spaceline-modified (c nil "goldenrod1") bf nit)
- (spaceline-unmodified (c nil "lightsteelblue") niv)
+ (spaceline-read-only (c nil "white") bf)
+ (spaceline-modified (c "darkorange3" "white") bf nit)
+ (spaceline-unmodified (c "royalblue4" "white") bf)
(org-hide (c "white" "white"))
(vertical-border (c "grey70" nil))
(w3m-image (c "midnightblue" "azure2"))