Vim: switch colorscheme to nightfox
This commit is contained in:
parent
0cc32b32f3
commit
f20886eea2
1 changed files with 7 additions and 3 deletions
|
|
@ -11,13 +11,17 @@
|
|||
# plugin = catppuccin-nvim;
|
||||
# config = "colorscheme catppuccin-mocha";
|
||||
# }
|
||||
# {
|
||||
# plugin = neovim-ayu;
|
||||
# config = "colorscheme ayu-mirage";
|
||||
# }
|
||||
{
|
||||
plugin = neovim-ayu;
|
||||
config = "colorscheme ayu-mirage";
|
||||
plugin = nightfox-nvim;
|
||||
config = "colorscheme nightfox";
|
||||
}
|
||||
{
|
||||
plugin = vim-airline-themes;
|
||||
config = "let g:airline_theme='ayu_mirage'";
|
||||
config = "let g:airline_theme='nightfox'";
|
||||
}
|
||||
fugitive
|
||||
surround
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue