nvim: colorscheme one nord
This commit is contained in:
parent
3324aae2d6
commit
4a666b8d21
@ -37,6 +37,7 @@
|
||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "34867c69838078df7d6919b130c0541c0b400c47" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "c0cfc1738361b5da1cd0a962dd6f774cc444f856" },
|
||||
"oil.nvim": { "branch": "master", "commit": "65c53dbe4f2140236590a7568a5f22a77d16be39" },
|
||||
"onenord.nvim": { "branch": "main", "commit": "70b716fd36a18284ad768402523b79ccdadafedf" },
|
||||
"orgmode": { "branch": "master", "commit": "cc51c1914e3f0bf20bd543a7176df5bab12ec247" },
|
||||
"persisted.nvim": { "branch": "main", "commit": "0a9eebf5cc92b1113a382a660ee73f21ffd62ae7" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" },
|
||||
|
@ -1,15 +1,11 @@
|
||||
return {
|
||||
{
|
||||
-- Colorscheme
|
||||
'zenbones-theme/zenbones.nvim',
|
||||
dependencies = { 'rktjmp/lush.nvim' },
|
||||
'rmehri01/onenord.nvim',
|
||||
config = function()
|
||||
vim.o.background = require('lupan.utils').terminalbg()
|
||||
vim.cmd.colorscheme('zenbones')
|
||||
end,
|
||||
vim.cmd.colorscheme('onenord')
|
||||
end
|
||||
},
|
||||
"slugbyte/lackluster.nvim",
|
||||
"folke/tokyonight.nvim",
|
||||
{
|
||||
-- Indentation guides (see `:help indent_blankline.txt`)
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
|
Loading…
x
Reference in New Issue
Block a user