Initial commit
This commit is contained in:
12
lua/coral/highlights/plugins.lua
Normal file
12
lua/coral/highlights/plugins.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
local M = {}
|
||||
|
||||
function M.setup(theme)
|
||||
return {
|
||||
-- GitSigns
|
||||
GitSignsAdd = { fg = theme.diff.add },
|
||||
GitSignsChange = { fg = theme.diff.change },
|
||||
GitSignsDelete = { fg = theme.diff.remove },
|
||||
}
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user