about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-08-13 11:30:26 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-08-13 11:30:26 +0100
commite79e0babf8633f0b68ad51dbbe1be560a4b01f9e (patch)
treed7c097e389da236af83ac0fe60c57cd36d6eae73
parent7e606d541c15dbf5e17d961c1510b10fb628fba9 (diff)
downloaddotfiles-e79e0babf8633f0b68ad51dbbe1be560a4b01f9e.tar.gz
Change hl-todo colours
-rw-r--r--.emacs.d/lisp/init-ui.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index f08623e..90352be 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -112,17 +112,17 @@
         ("C-c c t i" . hl-todo-insert))
   :custom
   (hl-todo-keyword-faces
-   '(("TODO"   . "red")
+   '(("TODO"   . "red3")
      ("djm"    . "green")
-     ("FIXME"  . "red")
+     ("FIXME"  . "red3")
      ("DEBUG"  . "#A020F0")
      ("GOTCHA" . "#FF4500")
      ("HACK" . "#FF4500")
      ("STUB"   . "#1E90FF")
-     ("FAIL"   . "red")
+     ("FAIL"   . "red3")
      ("NOTE"   . "DarkOrange2")
      ("DEPRECATED" . "yellow")))
-  :config
+  :init
   (global-hl-todo-mode 1))
 
 (use-package rainbow-delimiters
06175f0fe'>a3a73cf0 ^
421d1b15 ^
a3a73cf0 ^
11663625 ^
a3a73cf0 ^
ef942bd2 ^

a3a73cf0 ^

29452f8f ^
75cfe388 ^
a3a73cf0 ^
29452f8f ^
ef942bd2 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68