remove plugin highlights from init.lua
This commit is contained in:
parent
3aadee1106
commit
b375c43dc3
5 changed files with 24 additions and 22 deletions
|
|
@ -25,3 +25,9 @@ require("gitsigns").setup {
|
|||
sign_priority = 5,
|
||||
status_formatter = nil -- Use default
|
||||
}
|
||||
|
||||
local cmd = vim.cmd
|
||||
|
||||
cmd "hi DiffAdd guifg=#81A1C1 guibg = none"
|
||||
cmd "hi DiffChange guifg =#3A3E44 guibg = none"
|
||||
cmd "hi DiffModified guifg = #81A1C1 guibg = none"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue