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

pull/5/head
LeoniePhiline 1 year ago committed by Michael Davis
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…
Cancel
Save