Change colorscheme to nightfly

This commit is contained in:
Robert Claypool 2023-03-19 18:01:43 -05:00
parent 4a37a0a9b1
commit 7f5567ddfa
1 changed files with 5 additions and 4 deletions

View File

@ -112,11 +112,12 @@ require('lazy').setup({
},
},
{ -- Theme inspired by Atom
'navarasu/onedark.nvim',
{
"bluz71/vim-nightfly-colors",
priority = 1000,
name = "nightfly",
config = function()
vim.cmd.colorscheme 'onedark'
vim.cmd.colorscheme 'nightfly'
end,
},
@ -126,7 +127,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = false,
theme = 'onedark',
theme = 'nightfly',
component_separators = '|',
section_separators = '',
},