emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 3eae3726fa 286/336: Support hl-todo mode


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 3eae3726fa 286/336: Support hl-todo mode
Date: Fri, 14 Jan 2022 10:59:45 -0500 (EST)

branch: elpa/spacemacs-theme
commit 3eae3726faf39aa2a9e4c919a657f335282fefb7
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Support hl-todo mode
---
 spacemacs-common.el | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 0917d6ef31..d439a2f881 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -937,8 +937,28 @@ to 'auto, tags may not be properly aligned. "
 
     (custom-theme-set-variables
      theme-name
+
+;;;;; ansi-color-names
      `(ansi-color-names-vector [,bg4 ,red ,green ,yellow ,blue ,magenta ,cyan 
,base])
 
+;;;;; hl-todo
+     `(hl-todo-keyword-faces '(("TODO"   . ,war)
+                               ("NEXT"   . ,war)
+                               ("THEM"   . ,aqua)
+                               ("PROG"   . ,blue)
+                               ("OKAY"   . ,blue)
+                               ("DONT"   . ,red)
+                               ("FAIL"   . ,red)
+                               ("DONE"   . ,suc)
+                               ("NOTE"   . ,yellow)
+                               ("KLUDGE" . ,yellow)
+                               ("HACK"   . ,yellow)
+                               ("TEMP"   . ,yellow)
+                               ("FIXME"  . ,war)
+                               ("XXX"    . ,war)
+                               ("XXXX"   . ,war)
+                               ("???"    . ,war)))
+
 ;;;;; pdf-tools
     `(pdf-view-midnight-colors '(,base . ,bg1)))
     ))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]