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

@ -12,7 +12,7 @@
-- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha -- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha
-- dracula -- dracula
-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox -- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox
vim.g.pcode_colorscheme = "dracula" vim.g.pcode_colorscheme = "tokyonight"
-- custom transparent mode -- custom transparent mode
-- only support -- only support

View file

@ -9,8 +9,8 @@ return {
if not status_ok then if not status_ok then
return return
end end
local transp = true local transp = false
local sidebar = "transparent" --"dark , transparent, normal" local sidebar = "normal" --"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
@ -59,6 +59,7 @@ return {
highlights.Underlined = { highlights.Underlined = {
underline = false, underline = false,
} }
highlights.BufferLineFill = { bg = colors.none }
end, end,
}) })
end, end,