Merge pull request #14 from barrettruth/feat/fix
fix(palette): dont default highlight scheme color names
This commit is contained in:
commit
50d4bed9f8
1 changed files with 0 additions and 4 deletions
|
|
@ -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 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue