fix(theme): Fix error background-foreground-contrast in monokai_pro_spectrum
This commit is contained in:
parent
338f207d4b
commit
248a9f3635
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue