From 37b9aeb1b9713561c04edf788b05e13dcabda858 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 8 Jul 2020 16:52:18 +0100 Subject: themes --- themes/jao-light-theme.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'themes/jao-light-theme.el') diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 8d1afe4..fe20a59 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -25,7 +25,7 @@ (button ((c link) nit)) (hilite ((c nil dimm-background))) (strike-through ((c 1)) (st)) - (italic ((it))) + (italic (it)) (link ((c dark-blue-2) nul nbf)) (visited-link ((c dark-blue-1) nul nbf)) (tab-sel ((~ mode-line))) @@ -82,12 +82,14 @@ (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil yellow) it bf) (mode-line (c nil dimm-background) ;; "ghost white" - :box (:line-width 1 :color "grey80")) + :box (:line-width -1 :color "grey80")) (mode-line-inactive (c "grey40" dimm-background-2) - :box (:line-width 1 :color "grey85")) + :height 1 + :box (:line-width -1 :color "grey85")) (mode-line-buffer-id (~ mode-line) nit) (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) + (org-link (p link) ul) (scroll-bar (c "grey80")) (success (p f00)) (vertical-border (c "grey70" nil)) -- cgit v1.2.3