add nightfly colorscheme
This commit is contained in:
parent
6e5576e5d9
commit
b5c67f7a49
@ -72,4 +72,5 @@ require('packer').startup(function(use)
|
|||||||
-- use 'rose-pine/neovim'
|
-- use 'rose-pine/neovim'
|
||||||
use 'w0ng/vim-hybrid'
|
use 'w0ng/vim-hybrid'
|
||||||
use 'folke/tokyonight.nvim'
|
use 'folke/tokyonight.nvim'
|
||||||
|
use 'bluz71/vim-nightfly-colors'
|
||||||
end)
|
end)
|
||||||
|
|||||||
@ -2,6 +2,9 @@ local ok, _ = pcall(vim.cmd, 'colorscheme tokyonight')
|
|||||||
-- local ok, _ = pcall(vim.cmd, 'colorscheme tokyonight-storm')
|
-- local ok, _ = pcall(vim.cmd, 'colorscheme tokyonight-storm')
|
||||||
-- local ok, _ = pcall(vim.cmd, 'colorscheme tokyonight-night')
|
-- local ok, _ = pcall(vim.cmd, 'colorscheme tokyonight-night')
|
||||||
-- local ok, _ = pcall(vim.cmd, 'colorscheme tokyonight-moon')
|
-- local ok, _ = pcall(vim.cmd, 'colorscheme tokyonight-moon')
|
||||||
|
|
||||||
|
|
||||||
|
local ok, _ = pcall(vim.cmd, 'colorscheme nightfly')
|
||||||
if not ok then
|
if not ok then
|
||||||
vim.cmd 'colorscheme default' -- if the above fails, then use default
|
vim.cmd 'colorscheme default' -- if the above fails, then use default
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user