Use status colors for diagnostic underlines

This commit is contained in:
Max Brunsfeld 2021-11-02 17:51:18 -07:00
parent 8d3f42de52
commit 9a7ecfbc4f
4 changed files with 5 additions and 12 deletions

View file

@ -226,3 +226,8 @@ line_number = "$text.2.color"
line_number_active = "$text.0.color"
selection = "$selection.host"
guest_selections = "$selection.guests"
error_underline = "$status.bad"
warning_underline = "$status.warn"
info_underline = "$status.info"
hint_underline = "$status.info"

View file

@ -39,10 +39,6 @@ bad = "#b7372e"
active_line = "#00000033"
hover = "#00000033"
[editor]
error_underline = "#ff0000"
warning_underline = "#00ffff"
[editor.syntax]
keyword = { color = "#0086c0", weight = "bold" }
function = "#dcdcaa"

View file

@ -39,10 +39,6 @@ bad = "#b7372e"
active_line = "#00000022"
hover = "#00000033"
[editor]
error_underline = "#ff0000"
warning_underline = "#00ffff"
[editor.syntax]
keyword = { color = "#0086c0", weight = "bold" }
function = "#dcdcaa"

View file

@ -39,10 +39,6 @@ bad = "#b7372e"
active_line = "#00000008"
hover = "#0000000D"
[editor]
error_underline = "#ff0000"
warning_underline = "#00ffff"
[editor.syntax]
keyword = { color = "#0000fa", weight = "bold" }
function = "#795e26"