From 468dae568d4d4f49b1948c8105a8a88e99d8c6e1 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 5 May 2020 02:46:39 +0100 Subject: themes: org faces tweaks --- themes/jao-themes.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/jao-themes.el') diff --git a/themes/jao-themes.el b/themes/jao-themes.el index a43778a..faa1c3f 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -727,7 +727,7 @@ (nrepl-output-face (p f02)) (nrepl-prompt-face (p f00)) (nrepl-result-face nil)) - `((org-agenda-date-today (p warning)) + `((org-agenda-date-today (p hilite) nul) (org-agenda-date-weekend (p dimm)) (org-agenda-done (p dimm)) (org-agenda-restriction-lock (~ default)) @@ -755,15 +755,15 @@ (org-noter-notes-exist-face it) (org-property-value nil) (org-scheduled (p f01)) - (org-scheduled-previously (p warning) nbf) - (org-scheduled-today (p f00)) + (org-scheduled-previously (p f00) nbf) + (org-scheduled-today (p f01)) (org-sexp-date (p f01)) (org-special-keyword (p keyword)) (org-table (p f01)) (org-tag (p dimm) nbf) (org-target ul) (org-time-grid dfg dbg) - (org-todo bf niv (p warning)) + (org-todo nbf niv (p error)) (org-upcoming-deadline (p f02)) (org-verbatim (p hilite)) (org-warning bf (p warning)) -- cgit v1.2.3