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

@@ -48,6 +48,7 @@ function M.setup(config)
colors.bg = "#1a1b26"
end
util.bg = colors.bg
util.day_brightness = config.dayBrightness
colors.diff = {
add = util.darken(colors.green2, 0.15),