diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-10 21:21:00 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-10 21:21:00 +0100 |
commit | f7e4be5291637caf41d9358a848e249a72b24db0 (patch) | |
tree | 2b5e24b7dd020e270f8f25c56a97538af805833c /lua/no-clown-fiesta/Git.lua |
Initial commit
Diffstat (limited to 'lua/no-clown-fiesta/Git.lua')
-rw-r--r-- | lua/no-clown-fiesta/Git.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/no-clown-fiesta/Git.lua b/lua/no-clown-fiesta/Git.lua new file mode 100644 index 0000000..b47ccf2 --- /dev/null +++ b/lua/no-clown-fiesta/Git.lua @@ -0,0 +1,10 @@ +local Git = { + SignAdd = { fg = C.sign_add }, + SignChange = { fg = C.sign_change }, + SignDelete = { fg = C.sign_delete }, + GitSignsAdd = { fg = C.sign_add }, + GitSignsChange = { fg = C.sign_change }, + GitSignsDelete = { fg = C.sign_delete }, +} + +return Git |