update color scheme

This commit is contained in:
asep komarudin 2023-01-21 19:00:42 +07:00
parent 000afca700
commit f65bf24a95
3 changed files with 25 additions and 0 deletions

View file

@ -1,4 +1,5 @@
-- local colorscheme = "tokyonight-night"
-- local colorscheme = "gruvbox"
local colorscheme = "onedark"
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)