Skip to content

Commit 73b3df3

Browse files
committed
Change: added some colorschemes in the config file
1 parent 3338d39 commit 73b3df3

File tree

4 files changed

+369
-96
lines changed

4 files changed

+369
-96
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ test.sh
44
nvim
55

66
spell/
7-
lazy-lock.json

colors/lushwal.vim

Lines changed: 218 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
1+
set background=dark
2+
if exists('g:colors_name')
3+
hi clear
4+
if exists('syntax_on')
5+
syntax reset
6+
endif
7+
endif
8+
let g:colors_name = 'lushwal'
9+
highlight Normal guifg=#C1C1C2 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
10+
highlight! link User Normal
11+
highlight Bold guifg=#C1C1C2 guibg=#0C0D0E guisp=NONE blend=NONE gui=bold
12+
highlight Boolean guifg=#4D3433 guibg=NONE guisp=NONE blend=NONE gui=NONE
13+
highlight Character guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
14+
highlight ColorColumn guifg=#747D86 guibg=NONE guisp=NONE blend=NONE gui=NONE
15+
highlight Comment guifg=#C1C1C2 guibg=NONE guisp=NONE blend=NONE gui=italic
16+
highlight Conceal guifg=#57626B guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
17+
highlight! link Whitespace Conceal
18+
highlight Conditional guifg=#9CA894 guibg=NONE guisp=NONE blend=NONE gui=NONE
19+
highlight Constant guifg=#4D3433 guibg=NONE guisp=NONE blend=NONE gui=NONE
20+
highlight Cursor guifg=#0C0D0E guibg=#C1C1C2 guisp=NONE blend=NONE gui=NONE
21+
highlight CursorColumn guifg=#747D86 guibg=NONE guisp=NONE blend=NONE gui=NONE
22+
highlight CursorLine guifg=NONE guibg=#57626B guisp=NONE blend=NONE gui=NONE
23+
highlight CursorLineNr guifg=#C1C1C2 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
24+
highlight Debug guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
25+
highlight Define guifg=#9CA894 guibg=NONE guisp=NONE blend=NONE gui=NONE
26+
highlight Delimiter guifg=#6D2C26 guibg=NONE guisp=NONE blend=NONE gui=NONE
27+
highlight DiagnosticError guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
28+
highlight DiagnosticHint guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
29+
highlight DiagnosticInfo guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
30+
highlight DiagnosticUnderlineError guifg=#612723 guibg=NONE guisp=#612723 blend=NONE gui=underline
31+
highlight DiagnosticUnderlineHint guifg=#7E8278 guibg=NONE guisp=#7E8278 blend=NONE gui=underline
32+
highlight DiagnosticUnderlineInfo guifg=#544D45 guibg=NONE guisp=#544D45 blend=NONE gui=underline
33+
highlight DiagnosticUnderlineWarn guifg=#384042 guibg=NONE guisp=#384042 blend=NONE gui=underline
34+
highlight DiagnosticWarn guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
35+
highlight DiffAdd guifg=#363D3F guibg=#57626B guisp=NONE blend=NONE gui=bold
36+
highlight! link DiffAdded DiffAdd
37+
highlight DiffChange guifg=#9DA0A4 guibg=#57626B guisp=NONE blend=NONE gui=NONE
38+
highlight DiffDelete guifg=#612723 guibg=#57626B guisp=NONE blend=NONE gui=bold
39+
highlight! link DiffRemoved DiffDelete
40+
highlight! link diffRemoved DiffDelete
41+
highlight DiffFile guifg=#612723 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
42+
highlight DiffLine guifg=#544D45 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
43+
highlight DiffNewFile guifg=#363D3F guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
44+
highlight DiffText guifg=#544D45 guibg=#57626B guisp=NONE blend=NONE gui=NONE
45+
highlight Directory guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
46+
highlight EndOfBuffer guifg=#C1C1C2 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
47+
highlight Error guifg=#612723 guibg=#C1C1C2 guisp=NONE blend=NONE gui=NONE
48+
highlight ErrorMsg guifg=#612723 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
49+
highlight Exception guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
50+
highlight Float guifg=#4D3433 guibg=NONE guisp=NONE blend=NONE gui=NONE
51+
highlight FoldColumn guifg=#544D45 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
52+
highlight Folded guifg=#C1C1C2 guibg=#57626B guisp=NONE blend=NONE gui=italic
53+
highlight Function guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
54+
highlight Identifier guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
55+
highlight IncSearch guifg=#57626B guibg=#4D3433 guisp=NONE blend=NONE gui=NONE
56+
highlight Include guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
57+
highlight Italic guifg=#C1C1C2 guibg=#0C0D0E guisp=NONE blend=NONE gui=italic
58+
highlight Keyword guifg=#9CA894 guibg=NONE guisp=NONE blend=NONE gui=NONE
59+
highlight Label guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
60+
highlight LineNr guifg=#9DA0A4 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
61+
highlight Macro guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
62+
highlight MatchParen guifg=#C1C1C2 guibg=#9DA0A4 guisp=NONE blend=NONE gui=NONE
63+
highlight MiniCompletionActiveParameter guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=NONE
64+
highlight MiniCursorword guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=underline
65+
highlight! link MiniCursorwordCurrent MiniCursorword
66+
highlight MiniIndentscopePrefix guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=nocombine
67+
highlight MiniIndentscopeSymbol guifg=#57626B guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
68+
highlight MiniJump guifg=#544D45 guibg=NONE guisp=#9DA0A4 blend=NONE gui=underline
69+
highlight MiniJump2dSpot guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=undercurl
70+
highlight MiniStarterCurrent guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=NONE
71+
highlight MiniStarterFooter guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=bold
72+
highlight MiniStarterHeader guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=bold
73+
highlight MiniStarterInactive guifg=#C1C1C2 guibg=NONE guisp=NONE blend=NONE gui=italic
74+
highlight MiniStarterItem guifg=#C1C1C2 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
75+
highlight MiniStarterItemBullet guifg=#6D2C26 guibg=NONE guisp=NONE blend=NONE gui=NONE
76+
highlight MiniStarterItemPrefix guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
77+
highlight MiniStarterQuery guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
78+
highlight MiniStarterSection guifg=#6D2C26 guibg=NONE guisp=NONE blend=NONE gui=NONE
79+
highlight MiniStatuslineDevinfo guifg=#C1C1C2 guibg=#57626B guisp=NONE blend=NONE gui=NONE
80+
highlight MiniStatuslineFileinfo guifg=#C1C1C2 guibg=#57626B guisp=NONE blend=NONE gui=NONE
81+
highlight MiniStatuslineFilename guifg=#384042 guibg=#57626B guisp=NONE blend=NONE gui=NONE
82+
highlight MiniStatuslineInactive guifg=#747D86 guibg=#57626B guisp=NONE blend=NONE gui=NONE
83+
highlight MiniStatuslineModeCommand guifg=#0C0D0E guibg=#7E8278 guisp=NONE blend=NONE gui=NONE
84+
highlight MiniStatuslineModeInsert guifg=#0C0D0E guibg=#544D45 guisp=NONE blend=NONE gui=NONE
85+
highlight MiniStatuslineModeNormal guifg=#0C0D0E guibg=#363D3F guisp=NONE blend=NONE gui=NONE
86+
highlight MiniStatuslineModeOther guifg=#0C0D0E guibg=#9CA894 guisp=NONE blend=NONE gui=NONE
87+
highlight MiniStatuslineModeReplace guifg=#0C0D0E guibg=#612723 guisp=NONE blend=NONE gui=NONE
88+
highlight MiniStatuslineModeVisual guifg=#0C0D0E guibg=#4D3433 guisp=NONE blend=NONE gui=NONE
89+
highlight MiniSurround guifg=#57626B guibg=#4D3433 guisp=NONE blend=NONE gui=NONE
90+
highlight MiniTablineCurrent guifg=#9DA0A4 guibg=#57626B guisp=NONE blend=NONE gui=NONE
91+
highlight MiniTablineFill guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=NONE
92+
highlight MiniTablineHidden guifg=#363D3F guibg=#57626B guisp=NONE blend=NONE gui=NONE
93+
highlight MiniTablineModifiedCurrent guifg=#C1C1C2 guibg=#57626B guisp=NONE blend=NONE gui=NONE
94+
highlight MiniTablineModifiedHidden guifg=#747D86 guibg=#57626B guisp=NONE blend=NONE gui=NONE
95+
highlight MiniTablineModifiedVisible guifg=#C1C1C2 guibg=#57626B guisp=NONE blend=NONE gui=NONE
96+
highlight MiniTablineVisible guifg=#9DA0A4 guibg=#57626B guisp=NONE blend=NONE gui=NONE
97+
highlight MiniTestEmphasis guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=bold
98+
highlight MiniTestFail guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=bold
99+
highlight MiniTestPass guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=bold
100+
highlight MiniTrailspace guifg=#612723 guibg=#C1C1C2 guisp=NONE blend=NONE gui=NONE
101+
highlight ModeMsg guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
102+
highlight MoreMsg guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
103+
highlight NonText guifg=#9DA0A4 guibg=NONE guisp=NONE blend=NONE gui=NONE
104+
highlight Number guifg=#4D3433 guibg=NONE guisp=NONE blend=NONE gui=NONE
105+
highlight Operator guifg=#C1C1C2 guibg=NONE guisp=NONE blend=NONE gui=NONE
106+
highlight PMenu guifg=#C1C1C2 guibg=#57626B guisp=NONE blend=NONE gui=NONE
107+
highlight PMenuSel guifg=#C1C1C2 guibg=#544D45 guisp=NONE blend=NONE gui=NONE
108+
highlight PmenuSbar guifg=#747D86 guibg=NONE guisp=NONE blend=NONE gui=NONE
109+
highlight PmenuThumb guifg=#C1C1C2 guibg=NONE guisp=NONE blend=NONE gui=NONE
110+
highlight PreProc guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
111+
highlight Question guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
112+
highlight Repeat guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
113+
highlight Search guifg=#9DA0A4 guibg=#384042 guisp=NONE blend=NONE gui=NONE
114+
highlight! link MiniTablineTabpagesection Search
115+
highlight SignColumn guifg=#747D86 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
116+
highlight Special guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
117+
highlight SpecialChar guifg=#6D2C26 guibg=NONE guisp=NONE blend=NONE gui=NONE
118+
highlight SpecialKey guifg=#9DA0A4 guibg=NONE guisp=NONE blend=NONE gui=NONE
119+
highlight SpellBad guifg=#612723 guibg=NONE guisp=#612723 blend=NONE gui=underline
120+
highlight SpellCap guifg=#384042 guibg=NONE guisp=#384042 blend=NONE gui=underline
121+
highlight SpellLocal guifg=#7E8278 guibg=NONE guisp=#7E8278 blend=NONE gui=underline
122+
highlight SpellRare guifg=#9CA894 guibg=NONE guisp=#9CA894 blend=NONE gui=underline
123+
highlight Statement guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
124+
highlight StatusLine guifg=#C1C1C2 guibg=#57626B guisp=NONE blend=NONE gui=NONE
125+
highlight StatusLineNC guifg=#747D86 guibg=#57626B guisp=NONE blend=NONE gui=NONE
126+
highlight StatusLineTerm guifg=#363D3F guibg=#363D3F guisp=NONE blend=NONE gui=NONE
127+
highlight StatusLineTermNC guifg=#384042 guibg=#57626B guisp=NONE blend=NONE gui=NONE
128+
highlight StorageClass guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
129+
highlight String guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
130+
highlight Structure guifg=#9CA894 guibg=NONE guisp=NONE blend=NONE gui=NONE
131+
highlight TabLine guifg=#9DA0A4 guibg=#57626B guisp=NONE blend=NONE gui=NONE
132+
highlight TabLineFill guifg=#9DA0A4 guibg=#57626B guisp=NONE blend=NONE gui=NONE
133+
highlight TabLineSel guifg=#363D3F guibg=#57626B guisp=NONE blend=NONE gui=NONE
134+
highlight Tag guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
135+
highlight Title guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=bold
136+
highlight Todo guifg=#384042 guibg=#57626B guisp=NONE blend=NONE gui=NONE
137+
highlight TooLong guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
138+
highlight Type guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
139+
highlight Typedef guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
140+
highlight Underlined guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
141+
highlight VertSplit guifg=#C1C1C2 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
142+
highlight! link WinSeparator VertSplit
143+
highlight Visual guifg=#0C0D0E guibg=#747D86 guisp=NONE blend=NONE gui=NONE
144+
highlight VisualNOS guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
145+
highlight WarningMsg guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
146+
highlight WildMenu guifg=#C1C1C2 guibg=#544D45 guisp=NONE blend=NONE gui=NONE
147+
highlight WinBar guifg=#C1C1C2 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
148+
highlight WinBarNC guifg=#747D86 guibg=#0C0D0E guisp=NONE blend=NONE gui=NONE
149+
highlight gitCommitOverflow guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
150+
highlight gitCommitSummary guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
151+
highlight helpCommand guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
152+
highlight helpExample guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
153+
highlight @attribute guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
154+
highlight @boolean guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
155+
highlight @character guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
156+
highlight @character.special guifg=#6D2C26 guibg=NONE guisp=NONE blend=NONE gui=NONE
157+
highlight @comment guifg=#C1C1C2 guibg=NONE guisp=NONE blend=NONE gui=italic
158+
highlight @conditional guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
159+
highlight @constant guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
160+
highlight @constant.builtin guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
161+
highlight @constant.macro guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
162+
highlight @constructor guifg=#C1C1C2 guibg=NONE guisp=NONE blend=NONE gui=NONE
163+
highlight @debug guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=NONE
164+
highlight @define guifg=#9CA894 guibg=NONE guisp=NONE blend=NONE gui=NONE
165+
highlight @exception guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
166+
highlight @field guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
167+
highlight @float guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
168+
highlight @function guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
169+
highlight @function.builtin guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
170+
highlight @function.macro guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
171+
highlight @include guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
172+
highlight @keyword guifg=#9CA894 guibg=NONE guisp=NONE blend=NONE gui=NONE
173+
highlight @keyword.function guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
174+
highlight @keyword.operator guifg=#9CA894 guibg=NONE guisp=NONE blend=NONE gui=NONE
175+
highlight @label guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
176+
highlight @method guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
177+
highlight @namespace guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
178+
highlight @none guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=NONE
179+
highlight @number guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
180+
highlight @operator guifg=#C1C1C2 guibg=NONE guisp=NONE blend=NONE gui=NONE
181+
highlight @parameter guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
182+
highlight @preproc guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
183+
highlight @property guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
184+
highlight @punctuation.bracket guifg=#C1C1C2 guibg=NONE guisp=NONE blend=NONE gui=NONE
185+
highlight @punctuation.delimiter guifg=#C1C1C2 guibg=NONE guisp=NONE blend=NONE gui=NONE
186+
highlight @punctuation.special guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=bold
187+
highlight @repeat guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
188+
highlight @storageclass guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
189+
highlight @string guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
190+
highlight @string.escape guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
191+
highlight @string.regex guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
192+
highlight @string.special guifg=#6D2C26 guibg=NONE guisp=NONE blend=NONE gui=NONE
193+
highlight @symbol guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
194+
highlight @tag guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
195+
highlight @tag.attribute guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
196+
highlight @tag.delimiter guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
197+
highlight @text guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
198+
highlight @text.bold guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=bold
199+
highlight @text.danger guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
200+
highlight @text.diff.add guifg=#363D3F guibg=#57626B guisp=NONE blend=NONE gui=bold
201+
highlight @text.diff.delete guifg=#612723 guibg=#57626B guisp=NONE blend=NONE gui=bold
202+
highlight @text.emphasis guifg=#9CA894 guibg=NONE guisp=NONE blend=NONE gui=italic
203+
highlight @text.environment guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
204+
highlight @text.environment.name guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
205+
highlight @text.literal guifg=#363D3F guibg=NONE guisp=NONE blend=NONE gui=NONE
206+
highlight @text.math guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
207+
highlight @text.note guifg=#7E8278 guibg=NONE guisp=NONE blend=NONE gui=NONE
208+
highlight @text.reference guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE
209+
highlight @text.strike guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=strikethrough
210+
highlight @text.title guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=bold
211+
highlight @text.todo guifg=#384042 guibg=#57626B guisp=NONE blend=NONE gui=NONE
212+
highlight @text.underline guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=underline
213+
highlight @text.uri guifg=NONE guibg=#57626B guisp=NONE blend=NONE gui=underline
214+
highlight @type guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
215+
highlight @type.builtin guifg=#544D45 guibg=NONE guisp=NONE blend=NONE gui=NONE
216+
highlight @type.definition guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
217+
highlight @variable guifg=#384042 guibg=NONE guisp=NONE blend=NONE gui=NONE
218+
highlight @variable.builtin guifg=#612723 guibg=NONE guisp=NONE blend=NONE gui=NONE

0 commit comments

Comments
 (0)