From e4c95d9da51c096ed315f5a55035262c9882c314 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Wed, 24 Jul 2019 23:52:38 +0200 Subject: [PATCH] More theme changes --- modules/org.el | 4 +++- themes/havoc-common.el | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/modules/org.el b/modules/org.el index 3fb3e98..1745ed2 100644 --- a/modules/org.el +++ b/modules/org.el @@ -73,7 +73,9 @@ "UNPLANNED(c@/!)")))) (setq org-todo-keyword-faces - (quote (("NEXT" :foreground "#96DEFA" :weight bold)))) + (quote (("NEXT" :foreground "#96DEFA" :weight bold) + ("WAIT" :foreground "#798A9B" :weight bold) + ("HOLD" :foreground "#798A9B" :weight bold)))) ;; ------------------------------------------------------------------------ ;; Better bullet points. diff --git a/themes/havoc-common.el b/themes/havoc-common.el index 98575eb..7f19bac 100644 --- a/themes/havoc-common.el +++ b/themes/havoc-common.el @@ -303,7 +303,7 @@ (*font-lock-string* *info*) (*font-lock-type* *highlight-2*) (*font-lock-variable* *normal-standout*) - (*font-lock-warning* *warning*) + (*font-lock-warning* *error*) (*font-lock-comment* (if (eq variant 'dark) "#4E6F91" "#B22222")) (*font-lock-regexp* (if (eq variant 'dark) "#EF7760" "#EF7760"))) @@ -327,7 +327,7 @@ `(font-lock-string-face ((t (:foreground ,*font-lock-string*)))) `(font-lock-type-face ((t (:foreground ,*font-lock-type* :weight bold)))) `(font-lock-variable-name-face ((t (:foreground ,*font-lock-variable*)))) - `(font-lock-warning-face ((t (:foreground ,*font-lock-warning*)))) + `(font-lock-warning-face ((t (:foreground ,*font-lock-warning* :weight bold)))) )) @@ -402,12 +402,12 @@ (*org-2* *head-2*) (*org-3* *head-3*) (*org-4* *head-4*) - (*org-special* *normal-standout*) - (*org-link* *normal-standout*) (*org-checkbox-bg* *bg-1*) (*org-checkbox-fg* *normal-standout*) (*org-clock-bg* *info*) (*org-clock-fg* *bg-1*) + (*org-link* *normal-standout*) + (*org-special* *normal-standout*) (*org-date* (if (eq variant 'dark) "#FFCCFF" "#FFCCFF")))