feat: configurable brightness of the Day style

This commit is contained in:
Folke Lemaitre
2021-05-19 08:49:33 +02:00
parent 48b2bee03c
commit 6be063284b
4 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ end
config = {
style = opt("style", "storm"),
dayBrightness = opt("day_brightness", 0.3),
transparent = opt("transparent", false),
commentStyle = opt("italic_comments", true) and "italic" or "NONE",
keywordStyle = opt("italic_keywords", true) and "italic" or "NONE",