dev (formatter): formatted with StyLua color_schemes/

dev-doc
Pocco81 3 years ago
parent 69ef80d89d
commit 33ea41effa

@ -31,7 +31,7 @@ local colors = {
add = "#dfdfe0",
change = "#F6A878",
delete = "#e06c75",
conflict = "#FFE37E"
conflict = "#FFE37E",
},
}
@ -44,7 +44,7 @@ colors.diff = { -- also used for gitsigns
add = util.darken(colors.blue, 0.50),
delete = util.darken(colors.red, 0.50),
change = util.darken(colors.yellow, 0.50),
text = colors.blue
text = colors.blue,
}
colors.git.ignore = colors.black

@ -32,7 +32,7 @@ local colors = {
change = "#F4843E",
delete = "#e06c75",
conflict = "#FFE070",
}
},
}
util.bg = colors.bg
@ -45,7 +45,7 @@ colors.diff = {
add = util.darken(colors.blue, 0.50),
delete = util.darken(colors.red, 0.50),
change = util.darken(colors.yellow, 0.50),
text = colors.blue
text = colors.blue,
}
colors.git.ignore = colors.black

@ -31,7 +31,7 @@ local colors = {
add = "#dfdfe0",
change = "#F8B58C",
delete = "#e06c75",
conflict = "#FFE070"
conflict = "#FFE070",
},
}
@ -44,7 +44,7 @@ colors.diff = { -- also used for gitsigns
add = util.darken(colors.blue, 0.50),
delete = util.darken(colors.red, 0.50),
change = util.darken(colors.yellow, 0.50),
text = colors.blue
text = colors.blue,
}
colors.git.ignore = colors.black

Loading…
Cancel
Save