fix(palette): dont default highlight scheme color names
This commit is contained in:
parent
45c447a190
commit
5611d57240
1 changed files with 0 additions and 4 deletions
|
|
@ -57,10 +57,6 @@ function M.apply()
|
|||
local palette = require('midnight.palette')
|
||||
local cs = palette.get_palette()
|
||||
|
||||
for color, hexcode in pairs(cs) do
|
||||
hi(color, { fg = hexcode })
|
||||
end
|
||||
|
||||
hi(
|
||||
'Normal',
|
||||
{ fg = cs.white, bg = cs.black },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue