mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-27 10:29:49 +01:00
Compare commits
1 commit
27dea5c575
...
0f62abd2d2
Author | SHA1 | Date | |
---|---|---|---|
|
0f62abd2d2 |
1 changed files with 5 additions and 7 deletions
|
@ -13,43 +13,41 @@
|
||||||
builtin_themes = [
|
builtin_themes = [
|
||||||
"auto"
|
"auto"
|
||||||
"16color"
|
"16color"
|
||||||
|
"gruvbox"
|
||||||
"ayu_dark"
|
"ayu_dark"
|
||||||
"ayu_light"
|
"ayu_light"
|
||||||
"ayu_mirage"
|
"ayu_mirage"
|
||||||
"ayu"
|
"ayu"
|
||||||
"base16"
|
|
||||||
"codedark"
|
"codedark"
|
||||||
"dracula"
|
"dracula"
|
||||||
"everforest"
|
"everforest"
|
||||||
"gruvbox"
|
"gruvbox"
|
||||||
"gruvbox_dark"
|
"gruvbox_dark"
|
||||||
"gruvbox_light"
|
"gruvbox_light"
|
||||||
"gruvbox-material"
|
"gruvbox_material"
|
||||||
"horizon"
|
"horizon"
|
||||||
"iceberg_dark"
|
"iceberg_dark"
|
||||||
"iceberg_light"
|
"iceberg_light"
|
||||||
"iceberg"
|
"iceberg"
|
||||||
"jellybeans"
|
"jellybeans"
|
||||||
"material"
|
"material"
|
||||||
"modus-vivendi"
|
"modus_vivendi"
|
||||||
"molokai"
|
"molokai"
|
||||||
"moonfly"
|
"moonfly"
|
||||||
"nightfly"
|
"nightfly"
|
||||||
"nord"
|
"nord"
|
||||||
"OceanicNext"
|
"oceanicnext"
|
||||||
"onedark"
|
"onedark"
|
||||||
"onelight"
|
"onelight"
|
||||||
"palenight"
|
"palenight"
|
||||||
"papercolor_dark"
|
"papercolor_dark"
|
||||||
"papercolor_light"
|
"papercolor_light"
|
||||||
"PaperColor"
|
|
||||||
"powerline_dark"
|
"powerline_dark"
|
||||||
"powerline"
|
"powerline"
|
||||||
"pywal"
|
|
||||||
"seoul256"
|
"seoul256"
|
||||||
"solarized_dark"
|
"solarized_dark"
|
||||||
"solarized_light"
|
"solarized_light"
|
||||||
"Tomorrow"
|
"tomorrow"
|
||||||
"wombat"
|
"wombat"
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue