mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
enc: add tokyonight theme
This commit is contained in:
parent
ea602aba6e
commit
541a0dac95
3 changed files with 85 additions and 2 deletions
|
@ -65,7 +65,13 @@ pcode.themes = {
|
|||
-- jetbrains = "darcula-dark",
|
||||
--
|
||||
-- **:: Sublimetext Theme ::** --
|
||||
sublimetext = "juliana",
|
||||
-- sublimetext = "juliana",
|
||||
--
|
||||
-- **:: Tokyonight Theme ::** --
|
||||
-- tokyonight = "tokyonight-night",
|
||||
-- tokyonight = "tokyonight-storm",
|
||||
-- tokyonight = "tokyonight-day",
|
||||
tokyonight = "tokyonight-moon",
|
||||
}
|
||||
-- activate config transparent_bg
|
||||
pcode.transparent = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue