fix(delta): move color defs to colors so it works properly with the day theme. Fixes #362
This commit is contained in:
@@ -4,10 +4,6 @@ local M = {}
|
||||
|
||||
--- @param colors ColorScheme
|
||||
function M.generate(colors)
|
||||
colors.delta = {
|
||||
add = util.darken(colors.green2, 0.45),
|
||||
delete = util.darken(colors.red1, 0.45),
|
||||
}
|
||||
local delta = util.template(
|
||||
[[
|
||||
[delta]
|
||||
|
||||
Reference in New Issue
Block a user