|
33 | 33 | ((bg '("#282c34" "#303030" "black" )) |
34 | 34 | (fg '("#abb2bf" "#b2b2b2" "white" )) |
35 | 35 |
|
36 | | - (bg-alt '("#23252A" "#262626" "black" )) |
| 36 | + (bg-alt '("#23252a" "#262626" "black" )) |
37 | 37 | (fg-alt '("#7a808b" "#808080" "white" )) |
38 | 38 |
|
39 | 39 | (base0 '("#1e222a" "#262626" "black" )) |
40 | | - (base1 '("#2E333C" "#303030" "brightblack" )) |
| 40 | + (base1 '("#2e333c" "#303030" "brightblack" )) |
41 | 41 | (base2 '("#404450" "#3a3a3a" "brightblack" )) |
42 | 42 | (base3 '("#494e57" "#4e4e4e" "brightblack" )) |
43 | 43 | (base4 '("#595e68" "#5f5f5f" "brightblack" )) |
44 | | - (base5 '("#7a808b" "#808080" "white" )) |
| 44 | + (base5 '("#7a808b" "#808080" "white" )) |
45 | 45 | (base6 '("#8a919c" "#949494" "white" )) |
46 | 46 | (base7 '("#9ba1ae" "#9e9e9e" "white" )) |
47 | 47 | (base8 '("#b5bbc9" "#bcbcbc" "white" )) |
|
58 | 58 | (magenta '("#ff78f8" "#ff87ff" "magenta" )) |
59 | 59 | (violet '("#9f7efe" "#af87ff" "brightmagenta")) |
60 | 60 | (dark-violet '("#7a82da" "#8787d7" "brightmagenta")) |
61 | | - (cyan '("#78F8FF" "#87ffff" "brightcyan" )) |
| 61 | + (cyan '("#78f8ff" "#87ffff" "brightcyan" )) |
62 | 62 | (dark-cyan '("#4d9ea3" "#5fafaf" "brightcyan" )) |
63 | 63 |
|
64 | 64 | ;; custom colours |
65 | | - (rainbow-red '("#FF6666")) |
| 65 | + (rainbow-red '("#ff6666")) |
66 | 66 | (rainbow-yellow '("#f4ff78")) |
67 | | - (rainbow-blue '("#44A5FF")) |
| 67 | + (rainbow-blue '("#44a5ff")) |
68 | 68 | (rainbow-orange '("#ffa023")) |
69 | 69 | (rainbow-green '("#92f535")) |
70 | 70 | (rainbow-violet '("#ff78ff")) |
71 | 71 | (rainbow-cyan '("#28e4eb")) |
72 | | - (rainbow-indigo '("#9F7EFE")) |
| 72 | + (rainbow-indigo '("#9f7efe")) |
73 | 73 |
|
74 | 74 | (highlight blue) |
75 | 75 | (vertical-bar (doom-darken base1 0.1)) |
|
88 | 88 | (numbers magenta) |
89 | 89 | (region `(,(doom-lighten (car bg-alt) 0.15) ,@(doom-lighten (cdr base1) 0.35))) |
90 | 90 | (error red) |
91 | | - (warning yellow) |
| 91 | + (warning '("#da7a43")) |
| 92 | + (info dark-blue) |
92 | 93 | (success green) |
93 | 94 | (vc-modified orange) |
94 | 95 | (vc-added green) |
|
120 | 121 | :box (if -modeline-pad `(:line-width ,-modeline-pad :color ,modeline-bg-inactive))) |
121 | 122 | (mode-line-emphasis :foreground highlight) |
122 | 123 |
|
| 124 | + ;; doom-modeline |
| 125 | + (doom-modeline-evil-normal-state :foreground blue) |
| 126 | + (doom-modeline-evil-operator-state :foreground blue) |
| 127 | + (doom-modeline-evil-insert-state :foreground dark-blue) |
| 128 | + (doom-modeline-evil-visual-state :foreground violet) |
| 129 | + (doom-modeline-evil-motion-state :foreground violet) |
| 130 | + (doom-modeline-evil-user-state :foreground violet) |
| 131 | + (doom-modeline-info :foreground info) |
| 132 | + |
123 | 133 | ;; css-mode / scss-mode |
124 | 134 | (css-proprietary-property :foreground brown :background base2) |
125 | 135 | (css-property :foreground brown) |
|
0 commit comments