mirror of https://github.com/helix-editor/helix
fixes: missing info, warning diagnostic (#890)
parent
f467154e18
commit
2edc85e953
|
@ -30,6 +30,15 @@
|
|||
"keyword" = "base0E"
|
||||
"label" = "base0E"
|
||||
"namespace" = "base0E"
|
||||
"ui.popup" = { bg = "base01" }
|
||||
"ui.window" = { bg = "base00" }
|
||||
"ui.help" = { bg = "base01", fg = "base06" }
|
||||
|
||||
"info" = "base03"
|
||||
"hint" = "base03"
|
||||
"debug" = "base03"
|
||||
"diagnostic" = "base03"
|
||||
"error" = "base0E"
|
||||
|
||||
[palette]
|
||||
base00 = "#181818" # Default Background
|
||||
|
|
Loading…
Reference in New Issue