mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 07:04:45 +00:00
nvim diffs
This commit is contained in:
parent
656fc2e81c
commit
4d816d3611
2 changed files with 4 additions and 4 deletions
|
|
@ -37,8 +37,8 @@ return {
|
||||||
CursorLineNr = { bg = background },
|
CursorLineNr = { bg = background },
|
||||||
CursorLine = { bg = surface },
|
CursorLine = { bg = surface },
|
||||||
FoldColumn = { bg = background },
|
FoldColumn = { bg = background },
|
||||||
DiffAdd = { bg = "#1e2718" },
|
DiffAdd = { bg = "#d9e8d2" },
|
||||||
DiffChange = { bg = "#1e1e18" },
|
DiffChange = { bg = "#eee4c7" },
|
||||||
DiffDelete = { bg = "#ffc7c7" },
|
DiffDelete = { bg = "#ffc7c7" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -220,8 +220,8 @@ describe("tests", function()
|
||||||
assert.are.same(light.git_change, "#d8a657")
|
assert.are.same(light.git_change, "#d8a657")
|
||||||
assert.are.same(light.git_delete, "#923f3a")
|
assert.are.same(light.git_delete, "#923f3a")
|
||||||
assert.are.same(light.git_untracked, "#7daea3")
|
assert.are.same(light.git_untracked, "#7daea3")
|
||||||
assert.are.same(light.diff_add, "#1e2718")
|
assert.are.same(light.diff_add, "#d9e8d2")
|
||||||
assert.are.same(light.diff_change, "#1e1e18")
|
assert.are.same(light.diff_change, "#eee4c7")
|
||||||
assert.are.same(light.diff_delete, "#ffc7c7")
|
assert.are.same(light.diff_delete, "#ffc7c7")
|
||||||
assert.are.same(light.normal_bg, "#e7e7e7")
|
assert.are.same(light.normal_bg, "#e7e7e7")
|
||||||
assert.are.same(vim.g.colors_name, "cozybox-light")
|
assert.are.same(vim.g.colors_name, "cozybox-light")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue