diff options
author | Fanda Vacek | 2022-05-08 18:16:29 +0000 |
---|---|---|
committer | GitHub | 2022-05-08 18:16:29 +0000 |
commit | f3164c1174fd1415140693486637bfd2ea6e6a68 (patch) | |
tree | e0d37093749cdfda160a4405361ad31151b023d7 /runtime/themes | |
parent | 76d55c0d9e12b7ae9f08d2b722c44473c9b0ef2a (diff) |
Monokai pro spectrum theme shows error in yellow on red background (#2433)
Co-authored-by: Fanda Vacek <fvacek@elektroline.cz>
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/monokai_pro_spectrum.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/monokai_pro_spectrum.toml b/runtime/themes/monokai_pro_spectrum.toml index 807c87f1..80e2a88d 100644 --- a/runtime/themes/monokai_pro_spectrum.toml +++ b/runtime/themes/monokai_pro_spectrum.toml @@ -62,7 +62,7 @@ "variable.parameter" = "#f59762" # error -"error" = "red" +"error" = { bg = "red", fg = "yellow" } # annotations, decorators "special" = "#f59762" |