add: update config tokyonight theme

This commit is contained in:
asep komarudin 2024-03-09 15:10:16 +07:00
parent 0f86826268
commit de012fe94d
2 changed files with 4 additions and 3 deletions

View file

@ -9,8 +9,8 @@ return {
if not status_ok then
return
end
local transp = true
local sidebar = "transparent" --"dark , transparent, normal"
local transp = false
local sidebar = "normal" --"dark , transparent, normal"
tokyonight.setup({
-- your configuration comes here
-- or leave it empty to use the default settings
@ -59,6 +59,7 @@ return {
highlights.Underlined = {
underline = false,
}
highlights.BufferLineFill = { bg = colors.none }
end,
})
end,