feat: day style for terminal apps

This commit is contained in:
Folke Lemaitre
2021-05-02 10:43:18 +02:00
parent 7dce3b82dc
commit 7dc6445349
10 changed files with 133 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ config = {
dev = opt("dev", false),
darkFloat = opt("dark_float", true),
darkSidebar = opt("dark_sidebar", true),
transform_colors = false,
}
if config.style == "day" then vim.o.background = "light" end