mirror of https://github.com/LazyVim/starter
add border color to windows
parent
a13d5c9076
commit
196ef74108
|
@ -0,0 +1,19 @@
|
|||
return {
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = true,
|
||||
opts = {
|
||||
style = "moon",
|
||||
on_colors = function(colors)
|
||||
colors.border = colors.purple
|
||||
end,
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "tokyonight",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue