fix: different colors for info and hint diagnostics
This commit is contained in:
parent
fdb9e60ce8
commit
6238f989f0
@ -59,6 +59,7 @@ function M.setup(config)
|
|||||||
blue = "#7aa2f7",
|
blue = "#7aa2f7",
|
||||||
cyan = "#7dcfff",
|
cyan = "#7dcfff",
|
||||||
blue1 = "#2ac3de",
|
blue1 = "#2ac3de",
|
||||||
|
blue2 = "#0db9d7",
|
||||||
blue5 = "#89ddff",
|
blue5 = "#89ddff",
|
||||||
blue6 = "#B4F9F8",
|
blue6 = "#B4F9F8",
|
||||||
magenta = "#bb9af7",
|
magenta = "#bb9af7",
|
||||||
@ -96,8 +97,8 @@ function M.setup(config)
|
|||||||
|
|
||||||
colors.error = colors.red1
|
colors.error = colors.red1
|
||||||
colors.warning = colors.yellow
|
colors.warning = colors.yellow
|
||||||
colors.info = colors.teal
|
colors.info = colors.blue2
|
||||||
colors.hint = colors.info
|
colors.hint = colors.teal
|
||||||
return colors
|
return colors
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user