mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-10 06:16:00 +03:00
Underline diagnostics in bogster theme (#1399)
This commit is contained in:
parent
0dab6c8c17
commit
aaa42e1a69
@ -53,3 +53,6 @@
|
|||||||
"error" = "#dc597f"
|
"error" = "#dc597f"
|
||||||
"info" = "#59dcb7"
|
"info" = "#59dcb7"
|
||||||
"hint" = "#59c0dc"
|
"hint" = "#59c0dc"
|
||||||
|
|
||||||
|
# make diagnostic underlined, to distinguish with selection text.
|
||||||
|
diagnostic = { modifiers = ["underlined"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user