-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkoalight.toml
587 lines (518 loc) · 21.9 KB
/
koalight.toml
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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
[information]
name = "koalight"
background = "dark"
author = "Alexandre Saner <alexandre.saner@gmail.com>"
[palette]
white = '#EEFFFF'
gray = '#a1abe0'
black = '#000000'
red = '#ff757f'
green = '#2df4c0'
yellow = '#ffc777'
paleblue = '#d6e7f0'
cyan = '#b994f1'
blue = '#04d1f9'
purple = '#b4a4f4'
orange = '#f67f81'
pink = '#ecb2f0'
bg = '#212337'
bg_alt = '#1B1E2B'
fg = '#e4f3fa'
text = '#757dac'
comments = '#7486d6'
selection = '#403c64'
contrast = '#1b1c2b'
active = '#414863'
border = '#414863'
line_numbers = '#596399'
highlight = '#a1abe0'
disabled = '#515772'
cursor = '#5cb4fc'
accent = '#a3ace1'
error = '#FF5370'
link = '#80CBC4'
none = 'NONE'
float = '#1B1E2B'
[highlights]
#Editor
Normal = 'fg bg' # Normal text and background color
SignColumn = 'fg bg'
VertSplit = '- bg' # Split border
NormalFloat = 'fg float' # Normal text and background color
ColorColumn = '- active' # Used for the columns set with 'ColorColumn'
Conceal = 'disabled' # Placeholder characters substituted for concealed text (see 'conceallevel')
Cursor = 'cursor - r' # The character under the cursor
CursorIM = 'cursor - r' # Like Cursor, but used when in IME mode
lCursor = 'cursor - r'
TermCursor = 'cursor - r'
TermCursorNC = 'cursor - r'
Directory = 'blue -' # Directory names (and other special names listings)
DiffAdd = 'green - r' # diff mode: Added line
DiffChange = 'orange - r' # diff mode: Changed line
DiffDelete = 'red - r' # diff mode: Deleted line
DiffText = 'yellow - r' # diff mode: Changed text within a changed line
EndOfBuffer = 'disabled'
ErrorMsg = '-'
Folded = 'disabled - i'
FoldColumn = 'gray'
IncSearch = 'highlight white r'
LineNr = 'line_numbers'
CursorLineNr = 'accent'
MatchParen = 'yellow - b'
ModeMsg = 'accent'
MoreMsg = 'accent'
MsgSeparator = 'fg bg'
MsgArea = 'link:Normal'
NonText = 'disabled'
Pmenu = 'text contrast'
PmenuSel = 'accent active'
PmenuSbar = 'text contrast'
PmenuThumb = 'fg accent'
Question = 'green'
QuickFixLine = 'highlight white r'
qfLineNr = 'highlight white r'
Search = 'highlight white r'
SpecialKey = 'purple'
SpellBad = 'red - ic'
SpellCap = 'blue - ic'
SpellLocal = 'cyan - ic'
SpellRare = 'purple - ic'
TabLineFill = 'fg'
TabLineSel = 'bg accent'
TabLine = 'fg'
Title = 'green - b'
Visual = '- selection'
VisualNOS = '- selection'
WarningMsg = 'yellow'
WildMenu = 'orange - b'
CursorColumn = '- active'
CursorLine = '- -'
ToolbarLine = 'fg bg_alt'
ToolbarButton = 'fg - b'
NormalMode = 'accent - r'
InsertMode = 'green - r'
ReplaceMode = 'red - r'
VisualMode = 'purple - r'
CommandMode = 'gray - r'
Warnings = 'yellow'
healthError = 'error'
healthSuccess = 'green'
healthWarning = 'yellow'
#Syntax
Type = 'purple' # int, long, char, etc.
StorageClass = 'cyan' # static, register, volatile, etc.
Structure = 'purple' # struct, union, enum, etc.
Constant = 'yellow' # any constant
String = 'green - i' # Any string
Character = 'orange' # any character constant: 'c', 'n'
Number = 'orange' # a number constant
Boolean = 'orange' # a boolean constant: TRUE, false
Float = 'orange' # a floating point constant: 2.3e10
Statement = 'pink' # any statement
Label = 'purple' # case, default, etc.
Operator = 'cyan' # sizeof, "+", "*", etc.
Exception = 'cyan' # try, catch, throw
PreProc = 'purple' # generic Preprocessor
Include = 'blue' # Preprocessor #include
Define = 'pink' # Preprocessor #define
Macro = 'cyan' # Same as Define
Typedef = 'red' # A typedef
PreCondit = 'cyan' # Preprocessor #if, #else, #endif, etc.
Special = 'red' # Any special symbol
SpecialChar = 'pink' # Special character in a constant
Tag = 'red' # You can use CTRL-] on this
Delimiter = 'cyan -' # Character that needs attention like, or.
SpecialComment = 'gray' # Special things inside comment
Debug = 'red' # Degugging statements
Underlined = 'link - u' # Text that stands out, HTML links
Ignore = 'disabled' # Left blank, hidden
Error = 'error - bu' # Any erroneous construct
Todo = 'yellow - bi' # anything that needs extra attention; mostly the keywords TODO FIXME and XXX
Comment = 'comments - i'
Conditional = 'purple - i' # normal if, then, else, endif, switch, etc.
Keyword = 'purple - i' # normal for, do, while, etc.
Repeat = 'purple - i' # normal any other keyword
Function = 'blue - i' # normal function name
Identifier = 'gray - i' # Any variable name
# NormalNC = 'fg bg'
# FloatBorder = 'gray bg_alt'
# Whitespace = 'bg -'
# MatchWord = '- - u'
# MatchWordCur = '- - u'
# MatchParenCur = '- - u'
# Substitute = 'gray orange'
# Variable = 'cyan'
# Bold = '- - b'
# Italic = '- - i'
[Treesitter]
TSAnnotation = 'red' # For C++/Dart attributes, annotations, that can be attached to denote some kind of meta information
TSAttribute = 'yellow' # (unstable) TODO: docs
TSBoolean = 'orange' # For booleans.
TSCharacter = 'orange' # For characters.
TSConstructor = 'purple' # For constructor calls and definition: `= { }` in Lua, and Java constructors.
TSConstant = 'yellow' # For constants
TSConstBuiltin = 'blue' # For constant that are built in language: `nil` in Lua.
TSConstMacro = 'blue' # For constants that are defined by macros: `NULL` in C.
TSError = 'error' # For syntax/parser errors.
TSException = 'yellow' # For exception related keywords.
TSField = 'gray' # For fields
TSFloat = 'red' # For floats
TSFuncMacro = 'blue' # For macro defined functions (calls and definitions): each `macro_rules` in Rust.
TSInclude = 'cyan' # For includes: `#include` in C `use` or `extern crate` in Rust, or `require` in Lua.
TSLabel = 'red' # For labels: `label:` in C and `:label:` in Lua.
TSNamespace = 'yellow' # For identifiers referring to modules and namespace.
TSNumber = 'orange' # For all numbers
TSOperator = 'cyan' # For any operator: `+` but also `->` and `*` in C.
TSParameter = 'paleblue' # For parameter of a function.
TSParameterReference = 'paleblue' # For references to parameters of a function.
TSProperty = 'paleblue' # Same as `TSField`
TSPunctDelimiter = 'cyan -' # For delimiters ie: `.`
TSPunctBracket = 'cyan -' # For brackets and parens.
TSPunctSpecial = 'cyan' # For special punctutation that does not fall in the categories before.
TSString = 'green' # For strings.
TSStringRegex = 'blue' # For regexes.
TSStringEscape = 'disabled' # For escape characters within a string.
TSSymbol = 'yellow' # For identifiers referring to symbols or atoms.
TSType = 'purple' # For types.
TSTypeBuiltin = 'purple' # For builtin types.
TSTag = 'red' # Tags like html tag names.
TSTagDelimiter = 'yellow' # Tag delimiter like `<` `>` `/`
TSText = 'text' # For strings considered text in a markup language.
TSTextReference = 'yellow' # FIXME
TSEmphasis = 'paleblue' # For text to be represented with emphasis.
TSUnderline = 'fg - u' # For text to be represented with an underline.
TSStrike = '-' # For strikethrough text.
TSTitle = 'paleblue - b' # Text that is part of a title.
TSLiteral = 'fg' # Literal text.
TSURI = 'link' # Any URI like a link or email.
TSComment = 'comments - i' # For comment blocks
TSConditional = 'purple - i' # For keywords related to conditionals.
TSKeyword = 'purple - i' # For keywords that don't fall in previous categories.
TSRepeat = 'purple - i' # For keywords related to loops.
TSKeywordFunction = 'purple - i' # For keywords used to define a function.
#TSKeywordOperator = 'purple - i' # For keywords related to operator.
#TSKeywordReturn = 'purple - i' # For keywords used to return a value of a function
TSFunction = 'blue - i' # For function (calls and definitions).
TSMethod = 'blue - i' # For method calls and definitions.
TSFuncBuiltin = 'cyan - i' # For builtin functions: `table.insert` in Lua.
TSVariable = 'gray - i' # Any variable name that does have another highlight.
TSVariableBuiltin = 'gray - i' # Variable names that are defined by the languages, likes `this` or `self`.
#TSTagAttribute = 'orange'
#TSStructure = 'paleblue'
#TSStrong = 'blue - b'
#TSQueryLinterError = 'yellow'
#TreesitterContext = '- gray'
# Misc
'@comment' = 'link:Comment' # line and block comments
'@comment.documentation' = 'link:Comment' # comments documenting code
'@error' = 'link:Error' # syntax/parser errors
#'@none' = '-' # completely disable the highlight
'@preproc' = 'link:PreProc' # various preprocessor directives & shebangs
'@define' = 'link:Define' # preprocessor definition directives
'@operator' = 'link:Operator' # symbolic operators (e.g. `+` / `*`)
# Punctuation
'@punctuation.delimiter' = 'link:Delimiter' # delimiters (e.g. `;` / `.` / `,`)
'@punctuation.bracket' = 'cyan' # brackets (e.g. `()` / `{}` / `[]`)
'@punctuation.special' = 'cyan' # special symbols (e.g. `{}` in string interpolation)
# Literals
'@string' = 'link:String' # string literals
'@string.documentation' = 'white' # string documenting code (e.g. Python docstrings)
'@string.regex' = 'blue' # regular expressions
'@string.escape' = 'disabled' # escape sequences
'@string.special' = 'green' # other special strings (e.g. dates)
'@character' = 'link:Character' # character literals
'@character.special' = 'link:SpecialChar' # special characters (e.g. wildcards)
'@boolean' = 'link:Boolean' # boolean literals
'@number' = 'link:Number' # numeric literals
'@float' = 'link:Float' # floating-point number literals
# Functions
'@function' = 'link:Function' # function definitions
'@function.builtin' = 'cyan - i' # built-in functions
'@function.call' = 'link:@function' # function calls
'@function.macro' = 'blue' # preprocessor macros
'@method' = 'blue - i' # method definitions
'@method.call' = 'link:@method' # method calls
'@constructor' = 'purple' # constructor calls and definitions
'@parameter' = 'paleblue' # parameters of a function
# Keywords
'@keyword' = 'link:Keyword' # various keywords
'@keyword.coroutine' = 'link:Keyword' # keywords related to coroutines (e.g. `go` in Go, `async/await` in Python)
'@keyword.function' = 'link:Keyword' # keywords that define a function (e.g. `func` in Go, `def` in Python)
'@conditional' = 'link:Conditional' # keywords related to conditionals (e.g. `if` / `else`)
'@conditional.ternary' = 'link:Conditional' # ternary operator (e.g. `?` / `:`)
'@repeat' = 'link:Repeat' # keywords related to loops (e.g. `for` / `while`)
'@debug' = 'link:Debug' # keywords related to debugging
'@label' = 'red' # GOTO and other labels (e.g. `label:` in C)
'@include' = 'cyan' # keywords for including modules (e.g. `import` / `from` in Python)
'@exception' = 'yellow' # keywords related to exceptions (e.g. `throw` / `catch`)
# Types
'@type' = 'link:Type' # type or class definitions and annotations
'@type.builtin' = 'purple' # built-in types
'@type.definition' = 'link:Type' # type definitions (e.g. `typedef` in C)
'@type.qualifier' = 'link:Type' # type qualifiers (e.g. `const`)
'@storageclass' = 'link:StorageClass' # modifiers that affect storage in memory or life-time
'@attribute' = 'yellow' # attribute annotations (e.g. Python decorators)
'@field' = 'gray' # object and struct fields
'@property' = 'paleblue' # similar to `@field`
# Identifiers
'@variable' = 'gray - i' # various variable names
'@variable.builtin' = 'link:@variable' # built-in variable names (e.g. `this`)
'@constant' = 'link:Constant' # constant identifiers
'@constant.builtin' = 'blue' # built-in constant values
'@constant.macro' = 'blue' # constants defined by the preprocessor
'@namespace' = 'yellow' # modules or namespaces
'@symbol' = 'yellow' # symbols or atoms
# Text
'@text' = 'text' # non-structured text
'@text.strong' = 'blue - b' # bold text
'@text.emphasis' = 'paleblue' # text with emphasis
'@text.underline' = 'fg - u' # underlined text
'@text.strike' = '-' # strikethrough text
'@text.title' = 'paleblue - b' # text that is part of a title
'@text.literal' = 'fg' # literal or verbatim text (e.g., inline code)
'@text.quote' = 'yellow' # text quotations
'@text.uri' = 'link' # URIs (e.g. hyperlinks)
'@text.math' = 'pink' # math environments (e.g. `$ ... $` in LaTeX)
'@text.reference' = 'yellow' # text references, footnotes, citations, etc.
'@text.todo' = 'link:Todo' # todo notes
'@text.note' = 'link:Todo' # info notes
'@text.warning' = 'link:Warning' # warning notes
'@text.danger' = 'link:Error' # danger/error notes
'@text.diff.add' = 'link:DiffAdd' # added text (for diff files)
'@text.diff.delete' = 'link:DiffDelete' # deleted text (for diff files)
# Tags
'@tag' = 'link:Tag' # XML tag names
#'@tag.attribute'= '-' # XML tag attributes
'@tag.delimiter' = 'yellow' # XML tag delimiters
# Conceal
'@conceal' = 'link:Conceal' # for captures that are only used for concealing
# Spell
#'@spell' = '' # for defining regions to be spellchecked
#'@nospell' = '' # for defining regions that should NOT be spellchecked
# Locals
#'@definition' # various definitions
#'@definition.constant' # constants
#'@definition.function' # functions
#'@definition.method' # methods
#'@definition.var' # variables
#'@definition.parameter' # parameters
#'@definition.macro' # preprocessor macros
#'@definition.type' # types or classes
#'@definition.field' # fields or properties
#'@definition.enum' # enumerations
#'@definition.namespace' # modules or namespaces
#'@definition.import' # imported names
#'@definition.associated' # the associated type of a variable
#'@scope' # scope block
#'@reference' # identifier reference
# [Nvim-ts-rainbow2]
# TSRainbowRed = 'red'
# TSRainbowYellow = 'yellow'
# TSRainbowBlue = 'blue'
# TSRainbowOrange = 'orange'
# TSRainbowGreen = 'green'
# TSRainbowViolet = 'purple'
# TSRainbowCyan = 'cyan'
[rainbow-delimiters]
RainbowDelimiterRed = 'red'
RainbowDelimiterYellow = 'yellow'
RainbowDelimiterBlue = 'blue'
RainbowDelimiterOrange = 'orange'
RainbowDelimiterGreen = 'green'
RainbowDelimiterViolet = 'purple'
RainbowDelimiterCyan = 'cyan'
[html]
htmlLink = 'link - u'
htmlH1 = 'cyan - b'
htmlH2 = 'red - b'
htmlH3 = 'green - b'
htmlH4 = 'yellow - b'
htmlH5 = 'purple - b'
[markdown]
markdownBlockquote = 'green'
markdownCode = 'orange'
markdownCodeBlock = 'orange'
markdownCodeDelimiter = 'orange'
markdownH1 = 'cyan - b'
markdownH2 = 'red - b'
markdownH3 = 'green - b'
markdownH4 = 'cyan'
markdownH5 = 'red'
markdownH6 = 'green'
markdownHeadingDelimiter = 'blue'
markdownHeadingRule = 'fg - b'
markdownId = 'purple'
markdownIdDeclaration = 'blue'
markdownIdDelimiter = 'gray'
markdownLinkDelimiter = 'gray'
markdownBold = 'blue - b'
markdownItalic = '- - i'
markdownBoldItalic = 'yellow - bi'
markdownListMarker = 'blue'
markdownOrderedListMarker = 'blue'
markdownRule = 'accent'
markdownUrl = 'cyan - u'
markdownLinkText = 'blue'
markdownFootnote = 'orange'
markdownFootnoteDefinition = 'orange'
markdownEscape = 'yellow'
[LSP]
LspDiagnosticsError = 'error'
LspDiagnosticsDefaultError = 'error' # Used for "Error" diagnostic virtual text
LspDiagnosticsSignError = 'error' # Used for "Error" diagnostic signs in sign column
LspDiagnosticsFloatingError = 'error' # Used for "Error" diagnostic messages in the diagnostic float
LspDiagnosticsVirtualTextError = 'error' # Virtual text "Error"
LspDiagnosticsUnderlineError = '- - c error' # Used to underline "Error" diagnostic
DiagnosticError = 'error'
DiagnosticSignError = 'error'
DiagnosticUnderlineError = 'error'
DiagnosticFloatingError = 'error'
DiagnosticVirtualTextError = 'error'
LspDiagnosticsWarning = 'yellow'
LspDiagnosticsDefaultWarning = 'yellow' # Used for "Warning" diagnostic virtual text
LspDiagnosticsSignWarning = 'yellow' # Used for "Warning" diagnostic signs in sign column
LspDiagnosticsFloatingWarning = 'yellow' # Used for "Warning" diagnostic messages in the diagnostic float
LspDiagnosticsVirtualTextWarning = 'yellow' # Virtual text "Warning"
LspDiagnosticsUnderlineWarning = '- - c yellow' # Used to underline "Warning" diagnostic
DiagnosticSignWarning = 'yellow'
DiagnosticUnderlineWarn = 'yellow'
DiagnosticVirtualTextWarn = 'yellow'
DiagnosticFloatingWarn = 'yellow'
LspDiagnosticsInformation = 'paleblue'
LspDiagnosticsDefaultInformation = 'paleblue' # Used for "information" diagnostic virtual text
LspDiagnosticsSignInformation = 'paleblue' # Used for "information" diagnostic signs in sign column
LspDiagnosticsFloatingInformation = 'paleblue' # Used for "information" diagnostic messages in the diagnostic float
LspDiagnosticsVirtualTextInformation = 'paleblue' # Virtual text "information"
LspDiagnosticsUnderlineInformation = '- - c paleblue' # Used to underline "information" diagnostic
DiagnosticSignInformation = 'paleblue'
LspDiagnosticsInfo = 'paleblue'
LspDiagnosticsDefaultInfo = 'paleblue' # Used for "info" diagnostic virtual text
LspDiagnosticsSignInfo = 'paleblue' # Used for "info" diagnostic signs in sign column
LspDiagnosticsFloatingInfo = 'paleblue' # Used for "info" diagnostic messages in the diagnostic float
LspDiagnosticsVirtualTextInfo = 'paleblue' # Virtual text "info"
LspDiagnosticsUnderlineInfo = '- - c paleblue' # Used to underline "info" diagnostic
DiagnosticInfo = 'paleblue'
DiagnosticSignInfo = 'paleblue'
DiagnosticFloatingInfo = 'paleblue'
DiagnosticVirtualTextInfo = 'paleblue'
DiagnosticUnderlineInfo = 'paleblue'
LspDiagnosticsHint = 'purple'
LspDiagnosticsDefaultHint = 'purple' # Used for "hint" diagnostic virtual text
LspDiagnosticsSignHint = 'purple' # Used for "hint" diagnostic signs in sign column
LspDiagnosticsFloatingHint = 'purple' # Used for "hint" diagnostic messages in the diagnostic float
LspDiagnosticsVirtualTextHint = 'purple' # Virtual text "hint"
LspDiagnosticsUnderlineHint = '- - c purple' # Used to underline "hint" diagnostic
DiagnosticHint = 'purple'
DiagnosticSignHint = 'purple'
DiagnosticFloatingHint = 'purple'
DiagnosticVirtualTextHint = 'purple'
DiagnosticUnderlineHint = 'purple'
DiagnosticOther = 'gray'
DiagnosticSignOther = 'gray'
LspReferenceText = 'accent highlight' # Used for highlight "text" reference
LspReferenceRead = 'accent highlight' # Used for highlight "text" reference
LspReferenceWrite = 'accent highlight' # Used for highlight "text" reference
[Git]
SignAdd = 'green'
GitSignsAdd = 'green'
GitSignsAddNr = 'green'
GitSignsAddLn = 'green'
SignChange = 'yellow'
GitSignsChange = 'yellow'
GitSignsChangeNr = 'yellow'
GitSignsChangeLn = 'yellow'
SignDelete = 'red'
GitSignsDelete = 'red'
GitSignsDeleteNr = 'red'
GitSignsDeleteLn = 'red'
GitSignsAddInline = 'green'
GitSignsChangeInline = 'yellow'
GitSignsDeleteInline = 'red'
[Telescope]
TelescopePromptBorder = 'cyan'
TelescopeResultsBorder = 'purple'
TelescopePreviewBorder = 'green'
TelescopeSelectionCaret = 'purple'
TelescopeSelection = 'purple'
TelescopeMatching = 'cyan'
TelescopeNormal = 'fg float'
[Whichkey]
WhichKey = 'accent - b'
WhichKeyGroup = 'text'
WhichKeyDesc = 'blue - i'
WhichKeySeperator = 'fg'
WhichKeyFloating = '- float'
WhichKeyFloat = '- float'
[LspSaga]
DiagnosticError = 'error'
DiagnosticWarning = 'yellow'
DiagnosticInformation = 'paleblue'
DiagnosticHint = 'purple'
DiagnosticTruncateLine = 'fg'
LspFloatWinNormal = 'contrast'
LspFloatWinBorder = 'purple'
LspSagaBorderTitle = 'cyan'
LspSagaHoverBorder = 'paleblue'
LspSagaRenameBorder = 'green'
LspSagaDefPreviewBorder = 'green'
LspSagaCodeActionBorder = 'blue'
LspSagaFinderSelection = 'green'
LspSagaCodeActionTitle = 'paleblue'
LspSagaCodeActionContent = 'purple'
LspSagaSignatureHelpBorder = 'pink'
ReferencesCount = 'purple'
DefinitionCount = 'purple'
DefinitionIcon = 'blue'
ReferencesIcon = 'blue'
TargetWord = 'cyan'
[StatusLine]
StatusLine = 'fg contrast'
StatusLineNC = 'text disabled'
StatusLineTerm = 'fg contrast'
StatusLineTermNC = 'text disabled'
[BufferLine]
BufferLineIndicatorSelected = 'accent'
BufferLineFill = '- bg_alt'
# BufferLineSeparator = 'bg_alt bg_alt'
# BufferLineSeparatorSelected = 'bg_alt bg'
# BufferLineBufferSelected = 'yellow - b'
[IndentBlankline]
IndentBlanklineChar = 'highlight'
IndentBlanklineContextChar = 'disabled'
# IndentBlanklineContextStart = '- - u'
# IndentBlanklineSpaceChar = 'cyan'
# IndentBlanklineSpaceCharBlankline = 'yellow'
[Dashboard]
DashboardShortCut = 'blue'
DashboardHeader = 'red'
DashboardCenter = 'cyan'
DashboardFooter = 'green - i'
# [Cmp]
# CmpItemAbbrDeprecated = 'comments - s'
# CmpItemAbbrMatch = 'link:IncSearch'
# CmpItemAbbrMatchFuzzy = 'link:IncSearch'
# CmpItemKindText = 'link:@string'
# CmpItemKindMethod = 'link:@method'
# CmpItemKindFunction = 'link:@function'
# CmpItemKindConstructor = 'link:@constructor'
# CmpItemKindField = 'link:@field'
# CmpItemKindVariable = 'link:@variable'
# CmpItemKindClass = 'link:@type'
# CmpItemKindInterface = 'link:@type'
# CmpItemKindModule = 'link:@namespace'
# CmpItemKindProperty = 'link:@property'
# CmpItemKindUnit = 'link:@number'
# CmpItemKindValue = 'link:@string'
# CmpItemKindEnum = 'link:@type'
# CmpItemKindKeyword = 'link:@keyword'
# CmpItemKindSnippet = 'link:@keyword'
# CmpItemKindColor = 'orange'
# CmpItemKindFile = 'fg'
# CmpItemKindReference = 'link:@text.reference'
# CmpItemKindFolder = 'link:Directory'
# CmpItemKindEnumMember = 'link:@constant'
# CmpItemKindConstant = 'link:@constant'
# CmpItemKindStruct = 'link:Structure'
# CmpItemKindEvent = 'link:@function'
# CmpItemKindOperator = 'link:@operator'
# CmpItemKindTypeParameter = 'link:@type'