This commit is contained in:
asep komarudin 2023-01-22 19:58:01 +07:00
parent c4fe7d778f
commit 55944e0859
5 changed files with 15 additions and 12 deletions

View file

@ -1,10 +1,11 @@
-- local colorscheme = "tokyonight-night"
local colorscheme = "tokyonight-night"
-- local colorscheme = "gruvbox"
-- local colorscheme = "sonokai"
-- local colorscheme = "nordfox"
-- local colorscheme = "material"
-- local colorscheme = "onedark"
local colorscheme = "lunar"
-- local colorscheme = "lunar"
-- local colorscheme = "nord"
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then