diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 00:52:42 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 00:52:42 +0100 |
| commit | c3fd698b6e8f3ed134471520c4f0c12a1e3cb7e9 (patch) | |
| tree | 8d50fcef59a3d8a09a51874a5533f61eb7015acb /lua/no-clown-fiesta/groups/git.lua | |
| parent | 1940861742140c96cc4cc19067dada5a3652c990 (diff) | |
Format
Diffstat (limited to 'lua/no-clown-fiesta/groups/git.lua')
| -rw-r--r-- | lua/no-clown-fiesta/groups/git.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/git.lua b/lua/no-clown-fiesta/groups/git.lua index 856147c..bbd1f84 100644 --- a/lua/no-clown-fiesta/groups/git.lua +++ b/lua/no-clown-fiesta/groups/git.lua @@ -8,7 +8,7 @@ function M.highlight(palette, opts) GitSignsAdd = { fg = palette.sign_add }, GitSignsChange = { fg = palette.sign_change }, GitSignsDelete = { fg = palette.sign_delete }, - GitSignsCurrentLineBlame = { fg = palette.gray } + GitSignsCurrentLineBlame = { fg = palette.gray }, } end |