add: update config

This commit is contained in:
asep komarudin 2024-03-13 19:33:59 +07:00
parent 5abaf08fa4
commit 9a2cbed5a8
6 changed files with 100 additions and 90 deletions

View file

@ -3,7 +3,7 @@ if not status_ok then
return
end
local transp = false
local sidebar = "dark"
local sidebar = "normal" --"dark , transparent, normal"
local hilight = "#292e42"
local data_exists, config = pcall(require, "core.config")
if data_exists then
@ -61,5 +61,10 @@ tokyonight.setup({
highlights.Underlined = {
underline = false,
}
highlights.NvimTreeWinSeparator = {
fg = colors.border,
}
highlights.BufferLineFill = { bg = colors.bg }
highlights.NvimTreeSpecialFile = { fg = colors.purple, underline = false }
end,
})