fix(theme): Fix error background-foreground-contrast in monokai_pro_spectrum

pull/5609/head
LeoniePhiline 2 years ago committed by Michael Davis
parent 338f207d4b
commit 248a9f3635

@ -65,7 +65,7 @@
"variable.parameter" = "#f59762" "variable.parameter" = "#f59762"
# error # error
"error" = { bg = "red", fg = "yellow" } "error" = { fg = "red", modifiers = ["bold"] }
# annotations, decorators # annotations, decorators
"special" = "#f59762" "special" = "#f59762"

Loading…
Cancel
Save