astronvim_config/highlights/init.lua
RingOfStorms (Joshua Bell) 394348e8a9 inlay hitns!
2023-04-11 17:46:42 -05:00

4 lines
124 B
Lua

return { -- this table overrides highlights in all themes
-- Normal = { bg = "#000000" },
inlays = { fg = "#a86280" }
}