-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtodo-nvim-colors
372 lines (371 loc) · 16.5 KB
/
todo-nvim-colors
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
nvim without my color config
help.txt ['helpHyperTextEntry']
<Enter> ['helpSpecial']
bars ['helpHyperTextJump', 'helpBar']
WHAT ['helpHeader']
'textwidth' ['helpHeader']
---- ['helpSectionDelim']
SpecialKey xxx ctermfg=81 guifg=Cyan
EndOfBuffer xxx links to NonText
TermCursor xxx cterm=reverse gui=reverse
TermCursorNC xxx cleared
NonText xxx ctermfg=12 gui=bold guifg=Blue
Directory xxx ctermfg=159 guifg=Cyan
ErrorMsg xxx ctermfg=15 ctermbg=1 guifg=White guibg=Red
IncSearch xxx cterm=reverse gui=reverse
Search xxx ctermfg=0 ctermbg=11 guifg=Black guibg=Yellow
CurSearch xxx cleared
MoreMsg xxx ctermfg=121 gui=bold guifg=SeaGreen
ModeMsg xxx cterm=bold gui=bold
LineNr xxx ctermfg=11 guifg=Yellow
LineNrAbove xxx links to LineNr
LineNrBelow xxx links to LineNr
CursorLineNr xxx cterm=underline ctermfg=11 gui=bold guifg=Yellow
CursorLineSign xxx links to SignColumn
CursorLineFold xxx links to FoldColumn
Question xxx ctermfg=121 gui=bold guifg=Green
StatusLine xxx cterm=bold,reverse gui=bold,reverse
StatusLineNC xxx cterm=reverse gui=reverse
WinSeparator xxx links to VertSplit
VertSplit xxx links to Normal
Title xxx ctermfg=225 gui=bold guifg=Magenta
Visual xxx ctermbg=242 guibg=DarkGrey
VisualNC xxx cleared
WarningMsg xxx ctermfg=224 guifg=Red
WildMenu xxx ctermfg=0 ctermbg=11 guifg=Black guibg=Yellow
Folded xxx ctermfg=14 ctermbg=242 guifg=Cyan guibg=DarkGrey
FoldColumn xxx ctermfg=14 ctermbg=242 guifg=Cyan guibg=Grey
DiffAdd xxx ctermbg=4 guibg=DarkBlue
DiffChange xxx ctermbg=5 guibg=DarkMagenta
DiffDelete xxx ctermfg=12 ctermbg=6 gui=bold guifg=Blue guibg=DarkCyan
DiffText xxx cterm=bold ctermbg=9 gui=bold guibg=Red
SignColumn xxx ctermfg=14 ctermbg=242 guifg=Cyan guibg=Grey
Conceal xxx ctermfg=7 ctermbg=242 guifg=LightGrey guibg=DarkGrey
SpellBad xxx ctermbg=9 gui=undercurl guisp=Red
SpellCap xxx ctermbg=12 gui=undercurl guisp=Blue
SpellRare xxx ctermbg=13 gui=undercurl guisp=Magenta
SpellLocal xxx ctermbg=14 gui=undercurl guisp=Cyan
Pmenu xxx ctermfg=0 ctermbg=13 guibg=Magenta
PmenuSel xxx ctermfg=242 ctermbg=0 guibg=DarkGrey
PmenuSbar xxx ctermbg=248 guibg=Grey
PmenuThumb xxx ctermbg=15 guibg=White
TabLine xxx cterm=underline ctermfg=15 ctermbg=242 gui=underline guibg=DarkGrey
TabLineSel xxx cterm=bold gui=bold
TabLineFill xxx cterm=reverse gui=reverse
CursorColumn xxx ctermbg=242 guibg=Grey40
CursorLine xxx cterm=underline guibg=Grey40
ColorColumn xxx ctermbg=1 guibg=DarkRed
QuickFixLine xxx links to Search
Whitespace xxx links to NonText
NormalNC xxx cleared
MsgSeparator xxx links to StatusLine
NormalFloat xxx links to Pmenu
MsgArea xxx cleared
FloatBorder xxx links to WinSeparator
WinBar xxx cterm=bold gui=bold
WinBarNC xxx links to WinBar
Cursor xxx guifg=bg guibg=fg
lCursor xxx guifg=bg guibg=fg
Normal xxx cleared
Substitute xxx links to Search
FloatShadow xxx guibg=Black blend=80
FloatShadowThrough xxx guibg=Black blend=100
RedrawDebugNormal xxx cterm=reverse gui=reverse
RedrawDebugClear xxx ctermbg=11 guibg=Yellow
RedrawDebugComposed xxx ctermbg=10 guibg=Green
RedrawDebugRecompose xxx ctermbg=9 guibg=Red
Error xxx ctermfg=15 ctermbg=9 guifg=White guibg=Red
Todo xxx ctermfg=0 ctermbg=11 guifg=Blue guibg=Yellow
String xxx links to Constant
Constant xxx ctermfg=13 guifg=#ffa0a0
Character xxx links to Constant
Number xxx links to Constant
Boolean xxx links to Constant
Float xxx links to Number
Function xxx links to Identifier
Identifier xxx cterm=bold ctermfg=14 guifg=#40ffff
Conditional xxx links to Statement
Statement xxx ctermfg=11 gui=bold guifg=#ffff60
Repeat xxx links to Statement
Label xxx links to Statement
Operator xxx links to Statement
Keyword xxx links to Statement
Exception xxx links to Statement
Include xxx links to PreProc
PreProc xxx ctermfg=81 guifg=#ff80ff
Define xxx links to PreProc
Macro xxx links to PreProc
PreCondit xxx links to PreProc
StorageClass xxx links to Type
Type xxx ctermfg=121 gui=bold guifg=#60ff60
Structure xxx links to Type
Typedef xxx links to Type
Tag xxx links to Special
Special xxx ctermfg=224 guifg=Orange
SpecialChar xxx links to Special
Delimiter xxx links to Special
SpecialComment xxx links to Special
Debug xxx links to Special
DiagnosticError xxx ctermfg=1 guifg=Red
DiagnosticWarn xxx ctermfg=3 guifg=Orange
DiagnosticInfo xxx ctermfg=4 guifg=LightBlue
DiagnosticHint xxx ctermfg=7 guifg=LightGrey
DiagnosticUnderlineError xxx cterm=underline gui=underline guisp=Red
DiagnosticUnderlineWarn xxx cterm=underline gui=underline guisp=Orange
DiagnosticUnderlineInfo xxx cterm=underline gui=underline guisp=LightBlue
DiagnosticUnderlineHint xxx cterm=underline gui=underline guisp=LightGrey
DiagnosticVirtualTextError xxx links to DiagnosticError
DiagnosticVirtualTextWarn xxx links to DiagnosticWarn
DiagnosticVirtualTextInfo xxx links to DiagnosticInfo
DiagnosticVirtualTextHint xxx links to DiagnosticHint
DiagnosticFloatingError xxx links to DiagnosticError
DiagnosticFloatingWarn xxx links to DiagnosticWarn
DiagnosticFloatingInfo xxx links to DiagnosticInfo
DiagnosticFloatingHint xxx links to DiagnosticHint
DiagnosticSignError xxx links to DiagnosticError
DiagnosticSignWarn xxx links to DiagnosticWarn
DiagnosticSignInfo xxx links to DiagnosticInfo
DiagnosticSignHint xxx links to DiagnosticHint
@text xxx cleared
@text.literal xxx links to Comment
Comment xxx ctermfg=14 guifg=#80a0ff
@text.reference xxx links to Identifier
@text.title xxx links to Title
@text.uri xxx links to Underlined
Underlined xxx cterm=underline ctermfg=81 gui=underline guifg=#80a0ff
@text.underline xxx links to Underlined
@text.todo xxx links to Todo
@comment xxx links to Comment
@punctuation xxx links to Delimiter
@constant xxx links to Constant
@constant.builtin xxx links to Special
@constant.macro xxx links to Define
@define xxx links to Define
@macro xxx links to Macro
@string xxx links to String
@string.escape xxx links to SpecialChar
@string.special xxx links to SpecialChar
@character xxx links to Character
@character.special xxx links to SpecialChar
@number xxx links to Number
@boolean xxx links to Boolean
@float xxx links to Float
@function xxx links to Function
@function.builtin xxx links to Special
@function.macro xxx links to Macro
@parameter xxx links to Identifier
@method xxx links to Function
@field xxx links to Identifier
@property xxx links to Identifier
@constructor xxx links to Special
@conditional xxx links to Conditional
@repeat xxx links to Repeat
@label xxx links to Label
@operator xxx links to Operator
@keyword xxx links to Keyword
@exception xxx links to Exception
@variable xxx links to Identifier
@type xxx links to Type
@type.definition xxx links to Typedef
@storageclass xxx links to StorageClass
@structure xxx links to Structure
@namespace xxx links to Identifier
@include xxx links to Include
@preproc xxx links to PreProc
@debug xxx links to Debug
@tag xxx links to Tag
MatchParen xxx ctermbg=6 guibg=DarkCyan
Ignore xxx ctermfg=0 guifg=bg
NvimInternalError xxx ctermfg=9 ctermbg=9 guifg=Red guibg=Red
NvimAssignment xxx links to Operator
NvimPlainAssignment xxx links to NvimAssignment
NvimAugmentedAssignment xxx links to NvimAssignment
NvimAssignmentWithAddition xxx links to NvimAugmentedAssignment
NvimAssignmentWithSubtraction xxx links to NvimAugmentedAssignment
NvimAssignmentWithConcatenation xxx links to NvimAugmentedAssignment
NvimOperator xxx links to Operator
NvimUnaryOperator xxx links to NvimOperator
NvimUnaryPlus xxx links to NvimUnaryOperator
NvimUnaryMinus xxx links to NvimUnaryOperator
NvimNot xxx links to NvimUnaryOperator
NvimBinaryOperator xxx links to NvimOperator
NvimComparison xxx links to NvimBinaryOperator
NvimComparisonModifier xxx links to NvimComparison
NvimBinaryPlus xxx links to NvimBinaryOperator
NvimBinaryMinus xxx links to NvimBinaryOperator
NvimConcat xxx links to NvimBinaryOperator
NvimConcatOrSubscript xxx links to NvimConcat
NvimOr xxx links to NvimBinaryOperator
NvimAnd xxx links to NvimBinaryOperator
NvimMultiplication xxx links to NvimBinaryOperator
NvimDivision xxx links to NvimBinaryOperator
NvimMod xxx links to NvimBinaryOperator
NvimTernary xxx links to NvimOperator
NvimTernaryColon xxx links to NvimTernary
NvimParenthesis xxx links to Delimiter
NvimLambda xxx links to NvimParenthesis
NvimNestingParenthesis xxx links to NvimParenthesis
NvimCallingParenthesis xxx links to NvimParenthesis
NvimSubscript xxx links to NvimParenthesis
NvimSubscriptBracket xxx links to NvimSubscript
NvimSubscriptColon xxx links to NvimSubscript
NvimCurly xxx links to NvimSubscript
NvimContainer xxx links to NvimParenthesis
NvimDict xxx links to NvimContainer
NvimList xxx links to NvimContainer
NvimIdentifier xxx links to Identifier
NvimIdentifierScope xxx links to NvimIdentifier
NvimIdentifierScopeDelimiter xxx links to NvimIdentifier
NvimIdentifierName xxx links to NvimIdentifier
NvimIdentifierKey xxx links to NvimIdentifier
NvimColon xxx links to Delimiter
NvimComma xxx links to Delimiter
NvimArrow xxx links to Delimiter
NvimRegister xxx links to SpecialChar
NvimNumber xxx links to Number
NvimFloat xxx links to NvimNumber
NvimNumberPrefix xxx links to Type
NvimOptionSigil xxx links to Type
NvimOptionName xxx links to NvimIdentifier
NvimOptionScope xxx links to NvimIdentifierScope
NvimOptionScopeDelimiter xxx links to NvimIdentifierScopeDelimiter
NvimEnvironmentSigil xxx links to NvimOptionSigil
NvimEnvironmentName xxx links to NvimIdentifier
NvimString xxx links to String
NvimStringBody xxx links to NvimString
NvimStringQuote xxx links to NvimString
NvimStringSpecial xxx links to SpecialChar
NvimSingleQuote xxx links to NvimStringQuote
NvimSingleQuotedBody xxx links to NvimStringBody
NvimSingleQuotedQuote xxx links to NvimStringSpecial
NvimDoubleQuote xxx links to NvimStringQuote
NvimDoubleQuotedBody xxx links to NvimStringBody
NvimDoubleQuotedEscape xxx links to NvimStringSpecial
NvimFigureBrace xxx links to NvimInternalError
NvimSingleQuotedUnknownEscape xxx links to NvimInternalError
NvimSpacing xxx links to Normal
NvimInvalidSingleQuotedUnknownEscape xxx links to NvimInternalError
NvimInvalid xxx links to Error
NvimInvalidAssignment xxx links to NvimInvalid
NvimInvalidPlainAssignment xxx links to NvimInvalidAssignment
NvimInvalidAugmentedAssignment xxx links to NvimInvalidAssignment
NvimInvalidAssignmentWithAddition xxx links to NvimInvalidAugmentedAssignment
NvimInvalidAssignmentWithSubtraction xxx links to NvimInvalidAugmentedAssignment
NvimInvalidAssignmentWithConcatenation xxx links to NvimInvalidAugmentedAssignment
NvimInvalidOperator xxx links to NvimInvalid
NvimInvalidUnaryOperator xxx links to NvimInvalidOperator
NvimInvalidUnaryPlus xxx links to NvimInvalidUnaryOperator
NvimInvalidUnaryMinus xxx links to NvimInvalidUnaryOperator
NvimInvalidNot xxx links to NvimInvalidUnaryOperator
NvimInvalidBinaryOperator xxx links to NvimInvalidOperator
NvimInvalidComparison xxx links to NvimInvalidBinaryOperator
NvimInvalidComparisonModifier xxx links to NvimInvalidComparison
NvimInvalidBinaryPlus xxx links to NvimInvalidBinaryOperator
NvimInvalidBinaryMinus xxx links to NvimInvalidBinaryOperator
NvimInvalidConcat xxx links to NvimInvalidBinaryOperator
NvimInvalidConcatOrSubscript xxx links to NvimInvalidConcat
NvimInvalidOr xxx links to NvimInvalidBinaryOperator
NvimInvalidAnd xxx links to NvimInvalidBinaryOperator
NvimInvalidMultiplication xxx links to NvimInvalidBinaryOperator
NvimInvalidDivision xxx links to NvimInvalidBinaryOperator
NvimInvalidMod xxx links to NvimInvalidBinaryOperator
NvimInvalidTernary xxx links to NvimInvalidOperator
NvimInvalidTernaryColon xxx links to NvimInvalidTernary
NvimInvalidDelimiter xxx links to NvimInvalid
NvimInvalidParenthesis xxx links to NvimInvalidDelimiter
NvimInvalidLambda xxx links to NvimInvalidParenthesis
NvimInvalidNestingParenthesis xxx links to NvimInvalidParenthesis
NvimInvalidCallingParenthesis xxx links to NvimInvalidParenthesis
NvimInvalidSubscript xxx links to NvimInvalidParenthesis
NvimInvalidSubscriptBracket xxx links to NvimInvalidSubscript
NvimInvalidSubscriptColon xxx links to NvimInvalidSubscript
NvimInvalidCurly xxx links to NvimInvalidSubscript
NvimInvalidContainer xxx links to NvimInvalidParenthesis
NvimInvalidDict xxx links to NvimInvalidContainer
NvimInvalidList xxx links to NvimInvalidContainer
NvimInvalidValue xxx links to NvimInvalid
NvimInvalidIdentifier xxx links to NvimInvalidValue
NvimInvalidIdentifierScope xxx links to NvimInvalidIdentifier
NvimInvalidIdentifierScopeDelimiter xxx links to NvimInvalidIdentifier
NvimInvalidIdentifierName xxx links to NvimInvalidIdentifier
NvimInvalidIdentifierKey xxx links to NvimInvalidIdentifier
NvimInvalidColon xxx links to NvimInvalidDelimiter
NvimInvalidComma xxx links to NvimInvalidDelimiter
NvimInvalidArrow xxx links to NvimInvalidDelimiter
NvimInvalidRegister xxx links to NvimInvalidValue
NvimInvalidNumber xxx links to NvimInvalidValue
NvimInvalidFloat xxx links to NvimInvalidNumber
NvimInvalidNumberPrefix xxx links to NvimInvalidNumber
NvimInvalidOptionSigil xxx links to NvimInvalidIdentifier
NvimInvalidOptionName xxx links to NvimInvalidIdentifier
NvimInvalidOptionScope xxx links to NvimInvalidIdentifierScope
NvimInvalidOptionScopeDelimiter xxx links to NvimInvalidIdentifierScopeDelimiter
NvimInvalidEnvironmentSigil xxx links to NvimInvalidOptionSigil
NvimInvalidEnvironmentName xxx links to NvimInvalidIdentifier
NvimInvalidString xxx links to NvimInvalidValue
NvimInvalidStringBody xxx links to NvimStringBody
NvimInvalidStringQuote xxx links to NvimInvalidString
NvimInvalidStringSpecial xxx links to NvimStringSpecial
NvimInvalidSingleQuote xxx links to NvimInvalidStringQuote
NvimInvalidSingleQuotedBody xxx links to NvimInvalidStringBody
NvimInvalidSingleQuotedQuote xxx links to NvimInvalidStringSpecial
NvimInvalidDoubleQuote xxx links to NvimInvalidStringQuote
NvimInvalidDoubleQuotedBody xxx links to NvimInvalidStringBody
NvimInvalidDoubleQuotedEscape xxx links to NvimInvalidStringSpecial
NvimInvalidDoubleQuotedUnknownEscape xxx links to NvimInvalidValue
NvimInvalidFigureBrace xxx links to NvimInvalidDelimiter
NvimInvalidSpacing xxx links to ErrorMsg
NvimDoubleQuotedUnknownEscape xxx links to NvimInvalidValue
helpHeadline xxx links to Statement
helpSectionDelim xxx links to PreProc
helpIgnore xxx links to Ignore
helpExample xxx links to Comment
helpBar xxx links to Ignore
helpHyperTextJump xxx links to Identifier
helpStar xxx links to Ignore
helpHyperTextEntry xxx links to String
helpBacktick xxx links to Ignore
helpNormal xxx cleared
helpVim xxx links to Identifier
helpOption xxx links to Type
helpCommand xxx links to Comment
helpHeader xxx links to PreProc
helpGraphic xxx cleared
helpNote xxx links to Todo
helpWarning xxx links to Todo
helpDeprecated xxx links to Todo
helpSpecial xxx links to Special
helpComment xxx links to Comment
helpConstant xxx links to Constant
helpString xxx links to String
helpCharacter xxx links to Character
helpNumber xxx links to Number
helpBoolean xxx links to Boolean
helpFloat xxx links to Float
helpIdentifier xxx links to Identifier
helpFunction xxx links to Function
helpStatement xxx links to Statement
helpConditional xxx links to Conditional
helpRepeat xxx links to Repeat
helpLabel xxx links to Label
helpOperator xxx links to Operator
helpKeyword xxx links to Keyword
helpException xxx links to Exception
helpPreProc xxx links to PreProc
helpInclude xxx links to Include
helpDefine xxx links to Define
helpMacro xxx links to Macro
helpPreCondit xxx links to PreCondit
helpType xxx links to Type
helpStorageClass xxx links to StorageClass
helpStructure xxx links to Structure
helpTypedef xxx links to Typedef
helpSpecialChar xxx links to SpecialChar
helpTag xxx links to Tag
helpDelimiter xxx links to Delimiter
helpSpecialComment xxx links to SpecialComment
helpDebug xxx links to Debug
helpUnderlined xxx links to Underlined
helpError xxx links to Error
helpTodo xxx links to Todo
helpURL xxx links to String