summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--themes/jao-light-theme.el1
-rw-r--r--themes/jao-mono-dark-theme.el4
2 files changed, 3 insertions, 2 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el
index 5aed955..460441c 100644
--- a/themes/jao-light-theme.el
+++ b/themes/jao-light-theme.el
@@ -54,6 +54,7 @@
(gnus-button (c nil nil) nbf)
(compilation-info (c 14 nil) nbf)
(cursor (c 1 1))
+ (diary (p error) nbf)
(diff-hl-change (c "white" "light goldenrod yellow"))
(diff-hl-insert (c "white" "honeydew2"))
(diff-hl-delete (c "white" "moccasin"))
diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el
index 2c63c08..01e1ebe 100644
--- a/themes/jao-mono-dark-theme.el
+++ b/themes/jao-mono-dark-theme.el
@@ -5,12 +5,12 @@
(button ((c 240) nul) ((c "aquamarine4")))
(hilite ((c nil 238)))
(strike-through ((c 237)) (st))
- (italic ((c 137) nit) (nit (c "lightyellow3")))
+ (italic ((c 137) it) (it (c "lightyellow3")))
(link ((c 108) nul) ((c "aquamarine3") nit nul))
(visited-link ((c 36) nul) ((c "aquamarine3") nul))
(tab-sel ((c 252 232) nbf))
(tab-unsel ((c 245 232) bx))
- (comment ((c 29) nit) ((c "darkseagreen") nit))
+ (comment ((c 29) nit) ((c "darkseagreen") it))
(keyword ((c 151) nbf nul nit) ((c "darkseagreen2")))
(function ((c 115) nul nbf) ((c "aquamarine3"))) ;; 108
(type ((c 72) nbf) ((c "lightyellow3")))