summaryrefslogtreecommitdiffhomepage
path: root/lib/themes
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
parentba796435ce8ea52fc95d39e05854fb102c0db9b9 (diff)
downloadelibs-6c478e208d816a61fd13b33ad3bb313734caf21a.tar.gz
elibs-6c478e208d816a61fd13b33ad3bb313734caf21a.tar.bz2
themes: outline-minor faces
Diffstat (limited to 'lib/themes')
-rw-r--r--lib/themes/jao-light-theme.el6
-rw-r--r--lib/themes/jao-themes.el10
2 files changed, 15 insertions, 1 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))
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index 5e47795..37b091a 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -936,7 +936,15 @@
(outline-5 nbf ul (p outline-5))
(outline-6 nbf ul (p outline-6))
(outline-7 nbf ul (p outline-7))
- (outline-8 nbf ul (p outline-8)))
+ (outline-8 nbf ul (p outline-8))
+ (outline-minor-1 bf (~ outline-1) (c nil "grey95") ex)
+ (outline-minor-2 bf (~ outline-2) (c nil "grey95") ex)
+ (outline-minor-3 bf (~ outline-3) (c nil "grey95") ex)
+ (outline-minor-4 bf (~ outline-4) (c nil "grey95") ex)
+ (outline-minor-5 bf (~ outline-5) (c nil "grey95") ex)
+ (outline-minor-6 bf (~ outline-6) (c nil "grey95") ex)
+ (outline-minor-7 bf (~ outline-7) (c nil "grey95") ex)
+ (outline-minor-8 bf (~ outline-8) (c nil "grey95") ex))
`((powerline-active1 (~ mode-line))
(powerline-active2 (~ mode-line-inactive))
(powerline-inactive1 (~ mode-line-inactive))