Merge pull request #14 from barrettruth/feat/fix

fix(palette): dont default highlight scheme color names
This commit is contained in:
Barrett Ruth 2026-01-14 12:09:57 -06:00 committed by GitHub
commit 50d4bed9f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,10 +57,6 @@ function M.apply()
local palette = require('midnight.palette') local palette = require('midnight.palette')
local cs = palette.get_palette() local cs = palette.get_palette()
for color, hexcode in pairs(cs) do
hi(color, { fg = hexcode })
end
hi( hi(
'Normal', 'Normal',
{ fg = cs.white, bg = cs.black }, { fg = cs.white, bg = cs.black },