new themes

This commit is contained in:
tawfeeq 2024-08-28 18:55:57 +02:00
parent 22bce609f1
commit 7a26e6c951
20 changed files with 353 additions and 26 deletions

View 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
},
}