This commit is contained in:
asep komarudin 2023-01-21 19:24:00 +07:00
parent f65bf24a95
commit 2c0052cb47
3 changed files with 10 additions and 0 deletions

View file

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