use github theme
This commit is contained in:
@@ -304,13 +304,14 @@ require'lazy'.setup{ --{{{1
|
|||||||
require'mini.align'.setup()
|
require'mini.align'.setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ 'sainnhe/everforest', --{{{2
|
{ 'projekt0n/github-nvim-theme', --{{{2
|
||||||
|
name = 'github-theme',
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
vim.g.everforest_enable_italic = true
|
require('github-theme').setup({})
|
||||||
vim.cmd.colorscheme('everforest')
|
vim.cmd('colorscheme github_dark_default')
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ 'folke/zen-mode.nvim', --{{{2
|
{ 'folke/zen-mode.nvim', --{{{2
|
||||||
|
|||||||
Reference in New Issue
Block a user