mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
new themes
This commit is contained in:
parent
22bce609f1
commit
7a26e6c951
20 changed files with 353 additions and 26 deletions
8
lua/custom/plugins/cyberdream.lua
Normal file
8
lua/custom/plugins/cyberdream.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'scottmckendry/cyberdream.nvim',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
options = {
|
||||
theme = 'auto', -- "auto" will set the theme dynamically based on the colorscheme
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue