diff options
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"))) |