summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-06-13 20:42:35 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-06-13 20:42:35 +0200
commit9ac11d4d9a2f85fb40325f0122b4b7e18c166d7c (patch)
treef6559269db6c769e4907d00dbaae1cafd59cd022 /themes
parent2d902d4a7ad618bf6270d5cdaabbf79e1c08ae5b (diff)
downloadelibs-9ac11d4d9a2f85fb40325f0122b4b7e18c166d7c.tar.gz
elibs-9ac11d4d9a2f85fb40325f0122b4b7e18c166d7c.tar.bz2
Themes: diary face in light theme
Diffstat (limited to 'themes')
-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")))