This commit is contained in:
asep komarudin 2023-01-26 11:02:21 +07:00
parent eb90dc8965
commit fe57279597
4 changed files with 6 additions and 3 deletions

View file

@ -5,7 +5,7 @@ end
tokyonight.setup({
-- your configuration comes here
-- or leave it empty to use the default settings
style = "storm", -- The theme comes in three styles, `storm`, `moon`, a darker variant `night` and `day`
style = "night", -- The theme comes in three styles, `storm`, `moon`, a darker variant `night` and `day`
light_style = "day", -- The theme is used when the background is set to light
transparent = false, -- Enable this to disable setting the background color
terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim