theme.name
on the Better Vim config:
catppuccin
dracula
ayu
(and its variants, check here)palenight
tokyonight
nord
onedark
rose-pine
nightfox
(and its variants, check here)frappe
to latte
you can do this by changing your config to something like:
catppuccin_flavour
, but for Ayu is ayucolor
. You can see all flavours and flavour keys below.catppuccin
catppuccin_flavour
frappe
, latte
, mocha
and macchiato
ayu
ayu_color
dark
and light
rose-pine
rose_pine
to pass options:nightfox
nightfox
to pass options:theme.name
.plugins
entry in better-vim.lua
file. A neovim/vim theme is also considered a vim plugin.
You can install the Gruvbox by adding this following code to the plugins
entry in better-vim.lua
file:
lazy.nvim
is installing the theme automatically.
theme.name
to gruvbox
: