fix(palette): dont default highlight scheme color names

This commit is contained in:
Barrett Ruth 2026-01-14 13:09:25 -05:00
parent 45c447a190
commit 5611d57240

View file

@ -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 },