mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-12 10:24:27 +02:00
add: update config
This commit is contained in:
parent
5abaf08fa4
commit
9a2cbed5a8
6 changed files with 100 additions and 90 deletions
|
@ -3,7 +3,7 @@ if not status_ok then
|
|||
return
|
||||
end
|
||||
local transp = false
|
||||
local sidebar = "dark"
|
||||
local sidebar = "normal" --"dark , transparent, normal"
|
||||
local hilight = "#292e42"
|
||||
local data_exists, config = pcall(require, "core.config")
|
||||
if data_exists then
|
||||
|
@ -61,5 +61,10 @@ tokyonight.setup({
|
|||
highlights.Underlined = {
|
||||
underline = false,
|
||||
}
|
||||
highlights.NvimTreeWinSeparator = {
|
||||
fg = colors.border,
|
||||
}
|
||||
highlights.BufferLineFill = { bg = colors.bg }
|
||||
highlights.NvimTreeSpecialFile = { fg = colors.purple, underline = false }
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue