mirror of https://github.com/helix-editor/helix
Change MonokaiProSpectrum theme error background from red to magenta. (#3627)
Co-authored-by: Fanda Vacek <fvacek@elektroline.cz>pull/3635/head
parent
04e1cbe33f
commit
ec28b2b5cc
|
@ -65,7 +65,7 @@
|
||||||
"variable.parameter" = "#f59762"
|
"variable.parameter" = "#f59762"
|
||||||
|
|
||||||
# error
|
# error
|
||||||
"error" = { bg = "red", fg = "yellow" }
|
"error" = { bg = "magenta", fg = "yellow" }
|
||||||
|
|
||||||
# annotations, decorators
|
# annotations, decorators
|
||||||
"special" = "#f59762"
|
"special" = "#f59762"
|
||||||
|
|
Loading…
Reference in New Issue