Files
dotfiles/config/nvim/lua/default_theme/plugins/gitsigns.lua
T
2022-07-23 15:08:47 +02:00

8 lines
246 B
Lua

return {
GitSignsAdd = { fg = C.green, bg = C.none },
GitSignsChange = { fg = C.orange_1, bg = C.none },
GitSignsDelete = { fg = C.red_1, bg = C.none },
MoreMsg = { fg = C.green, bold = true },
ModeMsg = { fg = C.grey, bold = true },
}