mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 03:30:05 +02:00
update
This commit is contained in:
parent
c5cab09324
commit
c4fe7d778f
3 changed files with 36 additions and 29 deletions
|
@ -2,7 +2,9 @@
|
|||
-- local colorscheme = "gruvbox"
|
||||
-- local colorscheme = "sonokai"
|
||||
-- local colorscheme = "nordfox"
|
||||
local colorscheme = "onedark"
|
||||
-- local colorscheme = "material"
|
||||
-- local colorscheme = "onedark"
|
||||
local colorscheme = "lunar"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue