feat: make colors configurable

This commit is contained in:
Folke Lemaitre
2021-04-23 20:21:12 +02:00
parent 45b598f613
commit 002bae49d4
5 changed files with 23 additions and 42 deletions

View File

@@ -99,6 +99,8 @@ function M.setup(config)
colors.warning = colors.yellow
colors.info = colors.blue2
colors.hint = colors.teal
util.color_overrides(colors, config)
return colors
end