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.el8
1 files changed, 5 insertions, 3 deletions
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))