The best collection of NeoVim specific color schemes!
Inspered by rafi/awesome-vim-colorschemes
Using Packer
use "AbdelrahmanDwedar/awesome-nvim-colorschemes"
Using Vim-Plug
Plug 'AbdelrahmanDwedar/awesome-nvim-colorschemes'
This plugin has the scripts of all colorschemes listed in #colorschemes.
You can simply go to each colorschemes and check their configuring style and everything else you need.
lua:
require('tokyonight').setup({
style = "night",
transparent = true,
terminal_colors = true,
styles = {
sidebars = "transparent", -- style for sidebars, see below
floats = "transparent",
}
})
vim script:
lua << EOF
require('tokyonight').setup({
style = "night",
transparent = true,
terminal_colors = true,
styles = {
sidebars = "transparent", -- style for sidebars, see below
floats = "transparent",
}
})
EOF
lua:
require("catppuccin").setup {
flavour = "macchiato" -- mocha, macchiato, frappe, latte
transparent_background = true,
integrations = {
telescope = true
}
}
vim script:
lua << EOF
require("catppuccin").setup {
flavour = "macchiato" -- mocha, macchiato, frappe, latte
transparent_background = true,
integrations = {
telescope = true
}
}
EOF
- catppuccin
- darkplus.nvim
- dracula.nvim
- github-nvim-theme
- gruvbox.nvim
- neovim-ayu
- nightfox.nvim
- nord.nvim
- nvim-solarized-lua
- onedark.nvim
- onenord.nvim