mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 10:05:17 +00:00
ui
This commit is contained in:
parent
86aec93ce8
commit
0004dcf797
2 changed files with 7 additions and 2 deletions
|
|
@ -25,7 +25,12 @@ return {
|
|||
inverse = true,
|
||||
contrast = "hard",
|
||||
palette_overrides = {},
|
||||
overrides = {},
|
||||
overrides = {
|
||||
DiffAdd = { bg = "#26332c" },
|
||||
DiffDelete = { bg = "#3c2424" },
|
||||
DiffChange = { bg = "#2e2e1f" },
|
||||
DiffText = { bg = "#4a4a00", bold = true },
|
||||
},
|
||||
dim_inactive = false,
|
||||
transparent_mode = true,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue