add: tokyonight config colorscheme

This commit is contained in:
asep komarudin 2024-03-06 23:27:30 +07:00
parent ceb9038b6a
commit aa58ea9669

View file

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