feat: make colors configurable

This commit is contained in:
Folke Lemaitre
2021-04-23 20:21:12 +02:00
parent 45b598f613
commit 002bae49d4
5 changed files with 23 additions and 42 deletions

View File

@@ -21,6 +21,7 @@ config = {
hideInactiveStatusline = opt("hide_inactive_statusline", false),
terminalColors = opt("terminal_colors", true),
sidebars = opt("sidebars", {}),
colors = opt("colors", {}),
dev = opt("dev", false),
darkFloat = opt("dark_float", true),
darkSidebar = opt("dark_sidebar", true),