add: custom theme tokyoniht background color

This commit is contained in:
asep komarudin 2024-03-06 19:16:30 +07:00
parent 62e8d40e43
commit ceb9038b6a
5 changed files with 11 additions and 8 deletions

View file

@ -10,7 +10,7 @@ return {
return
end
local transp = true
local sidebar = "transparent" --"dark , transparent, normal"
local sidebar = "normal" --"dark , transparent, normal"
tokyonight.setup({
-- your configuration comes here
-- or leave it empty to use the default settings
@ -40,7 +40,7 @@ return {
--- function will be called with a ColorScheme table
-- @param colors ColorScheme
on_colors = function(colors)
colors.bg_statusline = colors.none
colors.bg_statusline = colors.bg
colors.bg_sidebar = colors.none
end,