changed theme
This commit is contained in:
parent
c3ae716fb3
commit
33ed266e2f
|
@ -2,3 +2,4 @@ tags
|
||||||
test.sh
|
test.sh
|
||||||
.luarc.json
|
.luarc.json
|
||||||
nvim
|
nvim
|
||||||
|
lazy-lock.json
|
||||||
|
|
14
init.lua
14
init.lua
|
@ -190,16 +190,12 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
-- Theme inspired by Atom
|
-- Theme
|
||||||
'navarasu/onedark.nvim',
|
'projekt0n/github-nvim-theme',
|
||||||
priority = 1000,
|
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||||
lazy = false,
|
priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
config = function()
|
config = function()
|
||||||
require('onedark').setup {
|
vim.cmd('colorscheme github_dark_dimmed')
|
||||||
-- Set a style preset. 'dark' is default.
|
|
||||||
style = 'dark', -- dark, darker, cool, deep, warm, warmer, light
|
|
||||||
}
|
|
||||||
require('onedark').load()
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue