summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-light-theme.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-23 21:30:51 +0100
committerjao <jao@gnu.org>2021-05-23 21:30:51 +0100
commit6c478e208d816a61fd13b33ad3bb313734caf21a (patch)
tree2af5d8658f244131daa54bc9b378d6b8bd2f4cb5 /lib/themes/jao-light-theme.el
parentba796435ce8ea52fc95d39e05854fb102c0db9b9 (diff)
downloadelibs-6c478e208d816a61fd13b33ad3bb313734caf21a.tar.gz
elibs-6c478e208d816a61fd13b33ad3bb313734caf21a.tar.bz2
themes: outline-minor faces
Diffstat (limited to 'lib/themes/jao-light-theme.el')
-rw-r--r--lib/themes/jao-light-theme.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index 3900906..f2b9902 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -39,6 +39,7 @@
(dark-blue-2 "#023770")
(keywords "lightsteelblue4")
(keywords2 "#2257A0")
+ (light-grey "grey97")
(functions "#005555")
(red "salmon3")
(red2 "sienna4"))
@@ -120,6 +121,11 @@
(mode-line-emphasis (c green nil))
(mode-line-highlight (c green nil))
(org-link (p link) (ul "grey80"))
+ (outline-minor-1 (c dark-blue-1 light-grey) nit bf ex)
+ (outline-minor-2 (c functions light-grey) nit bf ex)
+ (outline-minor-3 (c link light-grey) nit nbf ex)
+ (outline-minor-4 (c nil light-grey) it nbf ex)
+ (outline-minor-5 (c nil light-grey) nbf ex)
(scroll-bar (c "grey80"))
(show-paren-match (c nil "grey85"))
(success (p f00))