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

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

[nongnu] elpa/spacemacs-theme d4b53d31bd 293/336: Merge pull request #14


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme d4b53d31bd 293/336: Merge pull request #140 from duianto/patch-1
Date: Fri, 14 Jan 2022 10:59:46 -0500 (EST)

branch: elpa/spacemacs-theme
commit d4b53d31bd026a73c0b9ea15b89a2b0dfaf5b62d
Merge: 4dad086323 510e0d84c5
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #140 from duianto/patch-1
    
    hl-todo-keyword-faces match upstream strings.
    Thanks @duianto
---
 spacemacs-common.el | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 0d6c1b87a6..534de27ad0 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -942,22 +942,22 @@ to 'auto, tags may not be properly aligned. "
      `(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)))
+     `(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)
+                               ("\\?\\?\\?+"  . ,war)))
+
 
 ;;;;; pdf-tools
     `(pdf-view-midnight-colors '(,base . ,bg1)))



reply via email to

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