enc: update transparant config for tabbufferline bg color

This commit is contained in:
pojok code 2025-06-10 21:09:13 +07:00
parent 5b2d06cf97
commit 65b1300677
6 changed files with 120 additions and 104 deletions

View file

@ -47,18 +47,19 @@ pcode.extras = {
zenmode = true,
lspsignatur = false,
telescopetreesiterinfo = true,
fidget = false,
}
-- activate config themes
pcode.themes = {
-- note: open remark only one
-- **:: Eva Theme ::** --
evatheme = "Eva-Dark",
-- evatheme = "Eva-Dark",
-- evatheme = "Eva-Dark-Italic",
-- evatheme = "Eva-Dark-Bold",
-- evatheme = "Eva-Light",
--
-- **:: Dracula Theme ::** --
-- dracula = "dracula",
dracula = "dracula",
-- dracula = "dracula-soft",
--
-- **:: Onedarkpro Theme ::** --
@ -92,6 +93,6 @@ pcode.themes = {
-- github = "github_dark_dimmed",
}
-- activate config transparent_bg
pcode.transparent = false
pcode.transparent = true
pcode.localcode = true
pcode.snippets_path = vim.fn.stdpath("config") .. "/mysnippets"