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
|
-- 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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue