diff options
author | jao <jao@gnu.org> | 2021-02-02 16:57:39 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-02 16:57:39 +0000 |
commit | e1af8fa5706993fa83a01731ec7a84817d0deac6 (patch) | |
tree | 58bf3248ccc5e187fc4b817d79c9610854195770 | |
parent | 188f5a8f66e5d45ada16130e9ea322a0f2d493ba (diff) | |
download | elibs-e1af8fa5706993fa83a01731ec7a84817d0deac6.tar.gz elibs-e1af8fa5706993fa83a01731ec7a84817d0deac6.tar.bz2 |
lib: themes: bluer light theme
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 13a416f..e8fe039 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -56,7 +56,7 @@ (outline-5 ((c nil))) (f00 ((c green))) (f01 ((c dark-blue-1))) - (f02 ((c light-green))) + (f02 ((c blueish))) (f10 ((p f00))) (f11 ((p f01))) (f12 ((p f02)))) |