update color scheme

This commit is contained in:
asep komarudin 2023-01-21 16:11:56 +07:00
parent 9ac7fbb4c6
commit 195a2cd4e8
3 changed files with 11 additions and 1 deletions

View file

@ -1,6 +1,6 @@
local colorscheme = "tokyonight-night"
-- local colorscheme = "nord"
-- local colorscheme = "lunar"
-- local colorscheme = "github_dimmed"
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then