diff options
Diffstat (limited to 'lib/themes/jao-light-theme.el')
-rw-r--r-- | lib/themes/jao-light-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 7bbc3c8..4eaee2c 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -74,9 +74,10 @@ (outline (c "black") bf) (outline-1 (c green) bf) (outline-2 (c blue) nbf) - (outline-3 (c lightgreen) nul nbf) + (outline-3 (c lightgreen)) (outline-4 (c blue) nul nbf) (outline-5 (c blue) nul nbf) + (outline-minor-1 (c green hl) nbf ext) (f00 (c green)) (f01 (c blue)) (f02 (c dark-gray)) |