minor changes
This commit is contained in:
parent
c6857e2a72
commit
5f7f2df2b7
|
@ -62,7 +62,7 @@ fg("cursorlinenr", white)
|
|||
|
||||
-- git signs ---
|
||||
fg_bg("DiffAdd", nord_blue, "none")
|
||||
fg_bg("DiffChange", grey, "none")
|
||||
fg_bg("DiffChange", grey_fg, "none")
|
||||
fg_bg("DiffModified", nord_blue, "none")
|
||||
|
||||
-- NvimTree
|
||||
|
|
|
@ -11,9 +11,5 @@ if
|
|||
return false
|
||||
else
|
||||
base16(base16.themes["onedark"], true)
|
||||
|
||||
-- load bg color before async for smooth transition
|
||||
local background = require("themes/" .. vim.g.nvchad_theme).black
|
||||
vim.cmd("hi Normal guibg=" .. background)
|
||||
return true
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue