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