update color scheme

This commit is contained in:
asep komarudin 2023-01-21 18:00:05 +07:00
parent 195a2cd4e8
commit 84304cc0c6
3 changed files with 7 additions and 8 deletions

View file

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