diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-14 01:22:14 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-14 01:22:14 +0200 |
commit | 3220e37aa8ed3fbd3a796066e00170d7c93a996e (patch) | |
tree | 575b4b1f10d3f22418bd3d613000bba694ea5ef1 /lua/no-clown-fiesta/highlights.lua | |
parent | 9ee14a92f06f236d2a912ec6dfc9dc4b60df931c (diff) |
Add neogit blue
Diffstat (limited to 'lua/no-clown-fiesta/highlights.lua')
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index 4749bde..a4e3fa1 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -33,7 +33,7 @@ function M.highlight(palette, opts) DiffAdd = { fg = palette.sign_add, bg = palette.neogit_green }, DiffChange = { fg = palette.sign_change, - bg = palette.gray_blue, + bg = palette.neogit_blue, }, DiffDelete = { fg = palette.sign_delete, bg = palette.neogit_red }, QuickFixLine = { bg = palette.accent }, |