diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-16 04:13:08 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-16 04:13:08 +0200 |
commit | 24f618af2ee1a838984c14c8b6d7004ee0140437 (patch) | |
tree | c29a5b4dfa52598e9d70b308efbfc64e28989d99 | |
parent | b0bf8168a361a2cda7a180adf0791c782ebe933b (diff) | |
download | elibs-24f618af2ee1a838984c14c8b6d7004ee0140437.tar.gz elibs-24f618af2ee1a838984c14c8b6d7004ee0140437.tar.bz2 |
themes: a couple missing faces added
-rw-r--r-- | themes/jao-themes.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 6e6b22d..bbc3ecf 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -492,6 +492,7 @@ (jabber-chat-prompt-system (p f02) nbf) (jabber-rare-time-face (p dimm)) (jabber-roster-user-away (p dimm)) + (jabber-roster-user-dnd (p dimm)) (jabber-roster-user-chatty (p warning) nbf) (jabber-roster-user-offline (p dimm)) (jabber-roster-user-online (p f01) nbf) @@ -561,7 +562,8 @@ (muse-verbatim (p f02))) `((next-error (p hilite)) (nobreak-space dbg dfg ul)) - `((org-agenda-date-weekend (p dimm)) + `((org-agenda-date-today (p warning)) + (org-agenda-date-weekend (p dimm)) (org-agenda-done (p dimm)) (org-agenda-restriction-lock (~ default)) (org-agenda-structure (p f00)) |