diff options
author | jao <jao@gnu.org> | 2021-06-22 00:42:07 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-06-22 00:42:07 +0100 |
commit | 947f1cdd34b3f025daa38d0e1d84cb64c7e78318 (patch) | |
tree | dabf0edac42b93f29a1e70539081ede15814966e /lib/themes | |
parent | e9ab9070d3171ae3dcc43b3a25da0c01ee6393c8 (diff) | |
download | elibs-947f1cdd34b3f025daa38d0e1d84cb64c7e78318.tar.gz elibs-947f1cdd34b3f025daa38d0e1d84cb64c7e78318.tar.bz2 |
little tweaks
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-dark-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/themes/jao-dark-theme.el b/lib/themes/jao-dark-theme.el index d914ecb..1aefc08 100644 --- a/lib/themes/jao-dark-theme.el +++ b/lib/themes/jao-dark-theme.el @@ -65,7 +65,7 @@ (type ((c constants))) (variable-name ((c nil))) (constant ((c constants))) - (string ((c strings))) + (string ((c strings) it)) (error ((c warning2))) (warning ((c warning))) (success ((c green))) @@ -78,7 +78,7 @@ (outline-4 ((c functions2) bf)) (outline-5 ((c nil))) (f00 ((c "darkslategray3"))) - (f01 ((c blueish))) + (f01 ((c "dark sea green"))) (f02 ((c "lightblue3"))) (f10 ((c "cadetblue4"))) (f11 ((c "lightskyblue2"))) |