From 30e9605c8446e5dfd62e4efb6c0b512fc55fcc58 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 25 Sep 2019 23:53:37 +0100 Subject: themes tweaks --- themes/jao-light-theme.el | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'themes/jao-light-theme.el') 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")) -- cgit v1.2.3