4 lines
124 B
Lua
4 lines
124 B
Lua
return { -- this table overrides highlights in all themes
|
|
-- Normal = { bg = "#000000" },
|
|
inlays = { fg = "#a86280" }
|
|
}
|