File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,10 @@ label = "honey"
72
72
"ui.menu.selected" = { fg = " revolver" , bg = " white" }
73
73
"ui.menu.scroll" = { fg = " lavender" , bg = " comet" }
74
74
75
- diagnostic = { modifiers = [" underlined" ] }
76
- # "diagnostic.hint" = { fg = "revolver", bg = "lilac" }
77
- # "diagnostic.info" = { fg = "revolver", bg = "lavender" }
78
- # "diagnostic.warning" = { fg = "revolver", bg = "honey" }
79
- # "diagnostic.error" = { fg = "revolver", bg = "apricot" }
75
+ "diagnostic.hint" = { underline = { color = " silver" , style = " curl" } }
76
+ "diagnostic.info" = { underline = { color = " delta" , style = " curl" } }
77
+ "diagnostic.warning" = { underline = { color = " lightning" , style = " curl" } }
78
+ "diagnostic.error" = { underline = { color = " apricot" , style = " curl" } }
80
79
81
80
warning = " lightning"
82
81
error = " apricot"
You can’t perform that action at this time.
0 commit comments