mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
update
This commit is contained in:
parent
f65bf24a95
commit
2c0052cb47
3 changed files with 10 additions and 0 deletions
|
@ -44,6 +44,12 @@ return {
|
|||
vim.o.background = "dark" -- or "light" for light mode
|
||||
end,
|
||||
},
|
||||
{
|
||||
"sainnhe/sonokai",
|
||||
},
|
||||
{
|
||||
"EdenEast/nightfox.nvim",
|
||||
},
|
||||
-- dashboard
|
||||
{
|
||||
"goolord/alpha-nvim",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
-- local colorscheme = "tokyonight-night"
|
||||
-- local colorscheme = "gruvbox"
|
||||
-- local colorscheme = "sonokai"
|
||||
-- local colorscheme = "nordfox"
|
||||
local colorscheme = "onedark"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue