mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
add: custom theme tokyoniht background color
This commit is contained in:
parent
62e8d40e43
commit
ceb9038b6a
5 changed files with 11 additions and 8 deletions
|
@ -10,7 +10,7 @@ return {
|
|||
return
|
||||
end
|
||||
local transp = true
|
||||
local sidebar = "transparent" --"dark , transparent, normal"
|
||||
local sidebar = "normal" --"dark , transparent, normal"
|
||||
tokyonight.setup({
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
|
@ -40,7 +40,7 @@ return {
|
|||
--- function will be called with a ColorScheme table
|
||||
-- @param colors ColorScheme
|
||||
on_colors = function(colors)
|
||||
colors.bg_statusline = colors.none
|
||||
colors.bg_statusline = colors.bg
|
||||
colors.bg_sidebar = colors.none
|
||||
end,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue