mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
fitur baru config color scheme
This commit is contained in:
parent
06995762e0
commit
1a7a0a9ba0
10 changed files with 159 additions and 690 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue