mirror of https://github.com/helix-editor/helix
fix(theme): Fix error background-foreground-contrast in monokai_pro_spectrum
parent
338f207d4b
commit
248a9f3635
|
@ -65,7 +65,7 @@
|
|||
"variable.parameter" = "#f59762"
|
||||
|
||||
# error
|
||||
"error" = { bg = "red", fg = "yellow" }
|
||||
"error" = { fg = "red", modifiers = ["bold"] }
|
||||
|
||||
# annotations, decorators
|
||||
"special" = "#f59762"
|
||||
|
|
Loading…
Reference in New Issue