remove background color on operators
This commit is contained in:
parent
52c21a241d
commit
cab4de6433
|
@ -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 New Issue