Use status colors for diagnostic underlines
This commit is contained in:
parent
8d3f42de52
commit
9a7ecfbc4f
4 changed files with 5 additions and 12 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue