From 9ac11d4d9a2f85fb40325f0122b4b7e18c166d7c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 13 Jun 2013 20:42:35 +0200 Subject: Themes: diary face in light theme --- themes/jao-light-theme.el | 1 + themes/jao-mono-dark-theme.el | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'themes') 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"))) -- cgit v1.2.3