feat: configurable brightness of the Day style
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user