mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
enc: add catppucin theme
This commit is contained in:
parent
541a0dac95
commit
b5f544bc27
3 changed files with 86 additions and 3 deletions
|
@ -48,7 +48,7 @@ pcode.themes = {
|
|||
-- note: open remark only one
|
||||
-- **:: Eva Theme ::** --
|
||||
-- evatheme = "Eva-Dark",
|
||||
-- evatheme = "Eva-Dark-Italic",
|
||||
evatheme = "Eva-Dark-Italic",
|
||||
-- evatheme = "Eva-Dark-Bold",
|
||||
-- evatheme = "Eva-Light",
|
||||
--
|
||||
|
@ -71,7 +71,14 @@ pcode.themes = {
|
|||
-- tokyonight = "tokyonight-night",
|
||||
-- tokyonight = "tokyonight-storm",
|
||||
-- tokyonight = "tokyonight-day",
|
||||
tokyonight = "tokyonight-moon",
|
||||
-- tokyonight = "tokyonight-moon",
|
||||
--
|
||||
-- **:: Catppuccin Theme ::** --
|
||||
-- catppuccin = "catppuccin",
|
||||
-- catppuccin = "catppuccin-latte",
|
||||
-- catppuccin = "catppuccin-frappe",
|
||||
-- catppuccin = "catppuccin-macchiato",
|
||||
-- catppuccin = "catppuccin-macchiato",
|
||||
}
|
||||
-- activate config transparent_bg
|
||||
pcode.transparent = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue