mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: tokyonight config colorscheme
This commit is contained in:
parent
ceb9038b6a
commit
aa58ea9669
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@ return {
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
local transp = true
|
local transp = true
|
||||||
local sidebar = "normal" --"dark , transparent, normal"
|
local sidebar = "transparent" --"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
|
||||||
|
@ -40,8 +40,10 @@ return {
|
||||||
--- function will be called with a ColorScheme table
|
--- function will be called with a ColorScheme table
|
||||||
-- @param colors ColorScheme
|
-- @param colors ColorScheme
|
||||||
on_colors = function(colors)
|
on_colors = function(colors)
|
||||||
colors.bg_statusline = colors.bg
|
colors.bg_statusline = colors.none
|
||||||
colors.bg_sidebar = colors.none
|
colors.bg_sidebar = colors.none
|
||||||
|
colors.bg = colors.none
|
||||||
|
colors.bg_dark = colors.none
|
||||||
end,
|
end,
|
||||||
|
|
||||||
--- You can override specific highlights to use other groups or a hex color
|
--- You can override specific highlights to use other groups or a hex color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue