mirror of https://github.com/helix-editor/helix
Underline diagnostics in bogster theme (#1399)
parent
0dab6c8c17
commit
aaa42e1a69
|
@ -53,3 +53,6 @@
|
|||
"error" = "#dc597f"
|
||||
"info" = "#59dcb7"
|
||||
"hint" = "#59c0dc"
|
||||
|
||||
# make diagnostic underlined, to distinguish with selection text.
|
||||
diagnostic = { modifiers = ["underlined"] }
|
||||
|
|
Loading…
Reference in New Issue