summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-05-05 02:46:39 +0100
committerjao <jao@gnu.org>2020-05-05 02:46:39 +0100
commit468dae568d4d4f49b1948c8105a8a88e99d8c6e1 (patch)
tree3106be921a36e65b8448fc0b61b509e4f3a7f678 /themes
parent2ab399fb0c8b77401f3f4f930a4629fecae3e44b (diff)
downloadelibs-468dae568d4d4f49b1948c8105a8a88e99d8c6e1.tar.gz
elibs-468dae568d4d4f49b1948c8105a8a88e99d8c6e1.tar.bz2
themes: org faces tweaks
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-light-theme.el2
-rw-r--r--themes/jao-themes.el8
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))