feat: change colorscheme to Tokyo Night

This commit is contained in:
Stefan Imhoff
2022-09-30 20:16:26 +02:00
parent 9f19e41302
commit 896632d080
11 changed files with 275 additions and 11 deletions

View File

@@ -7,7 +7,8 @@ end
lualine.setup({
options = {
icons_enabled = true,
theme = "onedark",
--[[ theme = "onedark", ]]
theme = "tokyonight",
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
disabled_filetypes = { "alpha", "dashboard", "NvimTree", "Outline " },