Change colorscheme to nightfly
This commit is contained in:
parent
4a37a0a9b1
commit
7f5567ddfa
9
init.lua
9
init.lua
|
@ -112,11 +112,12 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{ -- Theme inspired by Atom
|
{
|
||||||
'navarasu/onedark.nvim',
|
"bluz71/vim-nightfly-colors",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
|
name = "nightfly",
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme 'onedark'
|
vim.cmd.colorscheme 'nightfly'
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -126,7 +127,7 @@ require('lazy').setup({
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = false,
|
icons_enabled = false,
|
||||||
theme = 'onedark',
|
theme = 'nightfly',
|
||||||
component_separators = '|',
|
component_separators = '|',
|
||||||
section_separators = '',
|
section_separators = '',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue