Skip to content

Commit ede563c

Browse files
committed
make
1 parent 6903549 commit ede563c

File tree

7 files changed

+26
-12
lines changed

7 files changed

+26
-12
lines changed

colors/melange.vim

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ highlight Error guifg=NONE guibg=#7D2A2F guisp=NONE gui=NONE
4747
highlight ErrorMsg guifg=NONE guibg=#7D2A2F guisp=NONE gui=NONE
4848
highlight Folded guifg=#A38D78 guibg=#352F2A guisp=NONE gui=NONE
4949
highlight Function guifg=#EBC06D guibg=NONE guisp=NONE gui=NONE
50-
highlight GitSignsAdd guifg=#2A2520 guibg=#1F3521 guisp=NONE gui=reverse
51-
highlight GitSignsChange guifg=#2A2520 guibg=#462445 guisp=NONE gui=reverse
52-
highlight GitSignsCurrentLineBlame guifg=#2A2520 guibg=#243146 guisp=NONE gui=reverse
53-
highlight GitSignsDelete guifg=#2A2520 guibg=#7D2A2F guisp=NONE gui=reverse
50+
highlight GitSignsAdd guifg=#78997A guibg=NONE guisp=NONE gui=NONE
51+
highlight GitSignsChange guifg=#B380B0 guibg=NONE guisp=NONE gui=NONE
52+
highlight GitSignsCurrentLineBlame guifg=#697893 guibg=NONE guisp=NONE gui=NONE
53+
highlight GitSignsDelete guifg=#B65C60 guibg=NONE guisp=NONE gui=NONE
5454
highlight HelpHyperTextJump guifg=#E49B5D guibg=NONE guisp=NONE gui=NONE
5555
highlight Identifier guifg=#ECE1D7 guibg=NONE guisp=NONE gui=NONE
5656
highlight Ignore guifg=#A38D78 guibg=NONE guisp=NONE gui=NONE
@@ -72,6 +72,7 @@ highlight PmenuSel guifg=NONE guibg=#4D453E guisp=NONE gui=NONE
7272
highlight PreProc guifg=#99D59D guibg=NONE guisp=NONE gui=NONE
7373
highlight Search guifg=#2A2520 guibg=#8E733F guisp=NONE gui=NONE
7474
highlight Special guifg=#EBC06D guibg=NONE guisp=NONE gui=NONE
75+
highlight SpecialChar guifg=#88B3B2 guibg=NONE guisp=NONE gui=NONE
7576
highlight SpellBad guifg=#B65C60 guibg=NONE guisp=NONE gui=undercurl
7677
highlight SpellCap guifg=#697893 guibg=NONE guisp=NONE gui=undercurl
7778
highlight SpellLocal guifg=#E49B5D guibg=NONE guisp=NONE gui=undercurl
@@ -81,6 +82,7 @@ highlight StatusLineNC guifg=#C1A78E guibg=#352F2A guisp=NONE gui=NONE
8182
highlight String guifg=#9AACCE guibg=NONE guisp=NONE gui=italic
8283
highlight Substitute guifg=#2A2520 guibg=#8E733F guisp=NONE gui=NONE
8384
highlight TSConstBuiltin guifg=#B380B0 guibg=NONE guisp=NONE gui=italic
85+
highlight TSLabel guifg=#88B3B2 guibg=NONE guisp=NONE gui=NONE
8486
highlight TSMath guifg=#88B3B2 guibg=NONE guisp=NONE gui=NONE
8587
highlight TSNamespace guifg=#78997A guibg=NONE guisp=NONE gui=NONE
8688
highlight TSPunctDelimiter guifg=#B65C60 guibg=NONE guisp=NONE gui=NONE
@@ -133,8 +135,6 @@ highlight! link TSEnvironmentName PreProc
133135
highlight! link TSFuncBuiltin Function
134136
highlight! link TSFuncMacro Function
135137
highlight! link TSKeywordFunction PreProc
136-
highlight! link TSPunctBracket Delimiter
137-
highlight! link TSPunctSpecial Delimiter
138138
highlight! link TSUnderline Underlined
139139
highlight! link TSVariable Identifier
140140
highlight! link TabLine StatusLineNC
@@ -196,10 +196,10 @@ highlight Error guifg=NONE guibg=#E0BFBB guisp=NONE gui=NONE
196196
highlight ErrorMsg guifg=NONE guibg=#E0BFBB guisp=NONE gui=NONE
197197
highlight Folded guifg=#A38D78 guibg=#E9E1DB guisp=NONE gui=NONE
198198
highlight Function guifg=#C29830 guibg=NONE guisp=NONE gui=NONE
199-
highlight GitSignsAdd guifg=#F4F0ED guibg=#C6ECC8 guisp=NONE gui=reverse
200-
highlight GitSignsChange guifg=#F4F0ED guibg=#EBDFEA guisp=NONE gui=reverse
201-
highlight GitSignsCurrentLineBlame guifg=#F4F0ED guibg=#DFE3EB guisp=NONE gui=reverse
202-
highlight GitSignsDelete guifg=#F4F0ED guibg=#E0BFBB guisp=NONE gui=reverse
199+
highlight GitSignsAdd guifg=#83B887 guibg=NONE guisp=NONE gui=NONE
200+
highlight GitSignsChange guifg=#BE79BB guibg=NONE guisp=NONE gui=NONE
201+
highlight GitSignsCurrentLineBlame guifg=#ABB9D6 guibg=NONE guisp=NONE gui=NONE
202+
highlight GitSignsDelete guifg=#D7898C guibg=NONE guisp=NONE gui=NONE
203203
highlight HelpHyperTextJump guifg=#CC7F2B guibg=NONE guisp=NONE gui=NONE
204204
highlight Identifier guifg=#6B5C4D guibg=NONE guisp=NONE gui=NONE
205205
highlight Ignore guifg=#A38D78 guibg=NONE guisp=NONE gui=NONE
@@ -221,6 +221,7 @@ highlight PmenuSel guifg=NONE guibg=#DED2C8 guisp=NONE gui=NONE
221221
highlight PreProc guifg=#659E69 guibg=NONE guisp=NONE gui=NONE
222222
highlight Search guifg=#F4F0ED guibg=#E2C28C guisp=NONE gui=NONE
223223
highlight Special guifg=#C29830 guibg=NONE guisp=NONE gui=NONE
224+
highlight SpecialChar guifg=#436460 guibg=NONE guisp=NONE gui=NONE
224225
highlight SpellBad guifg=#D7898C guibg=NONE guisp=NONE gui=undercurl
225226
highlight SpellCap guifg=#ABB9D6 guibg=NONE guisp=NONE gui=undercurl
226227
highlight SpellLocal guifg=#CC7F2B guibg=NONE guisp=NONE gui=undercurl
@@ -230,6 +231,7 @@ highlight StatusLineNC guifg=#867462 guibg=#E9E1DB guisp=NONE gui=NONE
230231
highlight String guifg=#485F84 guibg=NONE guisp=NONE gui=italic
231232
highlight Substitute guifg=#F4F0ED guibg=#E2C28C guisp=NONE gui=NONE
232233
highlight TSConstBuiltin guifg=#BE79BB guibg=NONE guisp=NONE gui=italic
234+
highlight TSLabel guifg=#436460 guibg=NONE guisp=NONE gui=NONE
233235
highlight TSMath guifg=#436460 guibg=NONE guisp=NONE gui=NONE
234236
highlight TSNamespace guifg=#83B887 guibg=NONE guisp=NONE gui=NONE
235237
highlight TSPunctDelimiter guifg=#D7898C guibg=NONE guisp=NONE gui=NONE
@@ -282,8 +284,6 @@ highlight! link TSEnvironmentName PreProc
282284
highlight! link TSFuncBuiltin Function
283285
highlight! link TSFuncMacro Function
284286
highlight! link TSKeywordFunction PreProc
285-
highlight! link TSPunctBracket Delimiter
286-
highlight! link TSPunctSpecial Delimiter
287287
highlight! link TSUnderline Underlined
288288
highlight! link TSVariable Identifier
289289
highlight! link TabLine StatusLineNC

palette/melange_dark16.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"fg":"#ECE1D7","black":"#352F2A","red":"#B65C60","green":"#78997A","yellow":"#EBC06D","blue":"#9AACCE","magenta":"#B380B0","cyan":"#86A3A3","white":"#A38D78","brblack":"#4D453E","brred":"#F17C64","brgreen":"#99D59D","bryellow":"#EBC06D","brblue":"#9AACCE","brmagenta":"#CE9BCB","brcyan":"#88B3B2","brwhite":"#C1A78E","bg":"#2A2520"}

palette/melange_dark24.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"fg":"#ECE1D7","black":"#352F2A","red":"#B65C60","green":"#78997A","yellow":"#EBC06D","blue":"#9AACCE","magenta":"#B380B0","cyan":"#86A3A3","white":"#A38D78","brblack":"#4D453E","brred":"#F17C64","brgreen":"#99D59D","bryellow":"#EBC06D","brblue":"#9AACCE","brmagenta":"#CE9BCB","brcyan":"#88B3B2","brwhite":"#C1A78E","bg":"#2A2520"}

palette/melange_light16.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"fg":"#6B5C4D","black":"#E9E1DB","red":"#D7898C","green":"#83B887","yellow":"#C29830","blue":"#485F84","magenta":"#BE79BB","cyan":"#729893","white":"#A38D78","brblack":"#DED2C8","brred":"#C65333","brgreen":"#659E69","bryellow":"#C29830","brblue":"#485F84","brmagenta":"#854882","brcyan":"#436460","brwhite":"#867462","bg":"#F4F0ED"}

palette/melange_light24.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"fg":"#6B5C4D","black":"#E9E1DB","red":"#D7898C","green":"#83B887","yellow":"#C29830","blue":"#485F84","magenta":"#BE79BB","cyan":"#729893","white":"#A38D78","brblack":"#DED2C8","brred":"#C65333","brgreen":"#659E69","bryellow":"#C29830","brblue":"#485F84","brmagenta":"#854882","brcyan":"#436460","brwhite":"#867462","bg":"#F4F0ED"}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[melange]]
2+
background_color = "#2A2520"
3+
cursor_color = "#ECE1D7"
4+
foreground_color = "#ECE1D7"
5+
palette = "#352F2A:#B65C60:#78997A:#EBC06D:#9AACCE:#B380B0:#86A3A3:#A38D78:#4D453E:#F17C64:#99D59D:#EBC06D:#9AACCE:#CE9BCB:#88B3B2:#C1A78E"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[melange]]
2+
background_color = "#F4F0ED"
3+
cursor_color = "#6B5C4D"
4+
foreground_color = "#6B5C4D"
5+
palette = "#E9E1DB:#D7898C:#83B887:#C29830:#485F84:#BE79BB:#729893:#A38D78:#DED2C8:#C65333:#659E69:#C29830:#485F84:#854882:#436460:#867462"

0 commit comments

Comments
 (0)