File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 59
59
endif
60
60
61
61
hi Directory guifg= #A6E22E gui = bold
62
+
63
+ " markdown
64
+ hi markdownCodeDelimiter guifg= #A6E22E
65
+ hi markdownCode guifg= #A6E22E
66
+ hi markdownCodeBlock guifg= #A6E22E
67
+
62
68
hi Error guifg= #E6DB74 guibg= #ff3333
63
69
hi ErrorMsg guifg= #F92672 guibg= #232526 gui = bold
64
70
hi Exception guifg= #A6E22E gui = bold
@@ -197,6 +203,12 @@ if &t_Co > 255
197
203
hi DiffText ctermbg= 102 cterm= bold
198
204
199
205
hi Directory ctermfg= 118 cterm= bold
206
+
207
+ " markdown
208
+ hi markdownCodeDelimiter ctermfg= 118
209
+ hi markdownCode ctermfg= 118
210
+ hi markdownCodeBlock ctermfg= 118
211
+
200
212
hi Error ctermfg= 255 ctermbg= 196
201
213
hi ErrorMsg ctermfg= 199 ctermbg= 16 cterm= bold
202
214
hi Exception ctermfg= 118 cterm= bold
@@ -283,6 +295,12 @@ if &t_Co > 255
283
295
hi DiffDelete ctermfg= 125 ctermbg= 233
284
296
285
297
hi Directory ctermfg= 154 cterm= bold
298
+
299
+ " markdown
300
+ hi markdownCodeDelimiter ctermfg= 154
301
+ hi markdownCode ctermfg= 154
302
+ hi markdownCodeBlock ctermfg= 154
303
+
286
304
hi Error ctermfg= 222 ctermbg= 233
287
305
hi Exception ctermfg= 154 cterm= bold
288
306
hi Float ctermfg= 141
You can’t perform that action at this time.
0 commit comments