mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update config tokyonight theme
This commit is contained in:
parent
0f86826268
commit
de012fe94d
2 changed files with 4 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
-- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha
|
||||
-- dracula
|
||||
-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox
|
||||
vim.g.pcode_colorscheme = "dracula"
|
||||
vim.g.pcode_colorscheme = "tokyonight"
|
||||
|
||||
-- custom transparent mode
|
||||
-- only support
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue