enc: add tokyonight theme

This commit is contained in:
Pojok Code 2024-11-07 08:17:09 +07:00
parent ea602aba6e
commit 541a0dac95
3 changed files with 85 additions and 2 deletions

View file

@ -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