fitur baru config color scheme

This commit is contained in:
asep komarudin 2023-03-04 11:53:44 +07:00
parent 06995762e0
commit 1a7a0a9ba0
10 changed files with 159 additions and 690 deletions

View file

@ -14,4 +14,22 @@ m.lualine_style = 0
-- 1 = vim icon " "
-- 2 = vim icon " "
m.status_icon = 0
-- custom colorscheme
-- colorscheme ready :
-- tokyonight
-- tokyonight-night
-- tokyonight-storm
-- tokyonight-day
-- tokyonight-moon
-- gruvbox-baby (default)
-- sonokai
-- material
-- onedark
-- lunar
-- nord
-- catppuccin
-- dracula
m.colorscheme = "gruvbox-baby"
return m