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-light-theme.el | 2 +- themes/jao-themes.el | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index aecbcac..f76a958 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -94,7 +94,7 @@ (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil yellow) it bf) (mode-line (c nil dimm-background) ;; "ghost white" - :box (:line-width 1 :color "grey85")) + :box (:line-width 1 :color "grey80")) (mode-line-inactive (c "grey40" dimm-background-2) :box (:line-width 1 :color "grey85")) (mode-line-buffer-id (c nil) nbf nit) 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