This commit is contained in:
asep komarudin 2023-01-22 16:46:53 +07:00
parent c5cab09324
commit c4fe7d778f
3 changed files with 36 additions and 29 deletions

View file

@ -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