mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
configure night color scheme
This commit is contained in:
parent
1c96a18846
commit
189434d79b
1 changed files with 5 additions and 0 deletions
5
lua/plugins/color-scheme.lua
Normal file
5
lua/plugins/color-scheme.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = true,
|
||||
opts = { style = "night" }
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue