mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
remove background color on operators
This commit is contained in:
parent
52c21a241d
commit
cab4de6433
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
||||||
},
|
},
|
||||||
"Operator": {
|
"Operator": {
|
||||||
"text-color": "#03DAC5",
|
"text-color": "#03DAC5",
|
||||||
"background-color": "#161b22",
|
"background-color": null,
|
||||||
"bold": false,
|
"bold": false,
|
||||||
"italic": false,
|
"italic": false,
|
||||||
"underline": false
|
"underline": false
|
||||||
|
|
Loading…
Reference in a new issue