Skip to content

Commit 08bb9ad

Browse files
committed
update operator color to red
1 parent 3777b09 commit 08bb9ad

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export function getTheme({ themeKey, name, type }) {
343343
"font_weight": null
344344
},
345345
"operator": {
346-
"color": tokens["fgColor/default"],
346+
"color": lightDark("base/color/red/5", "base/color/red/3"),
347347
"font_style": null,
348348
"font_weight": null
349349
},

themes/github_theme.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"font_weight": null
282282
},
283283
"operator": {
284-
"color": "#1f2328ff",
284+
"color": "#cf222eff",
285285
"font_style": null,
286286
"font_weight": null
287287
},
@@ -696,7 +696,7 @@
696696
"font_weight": null
697697
},
698698
"operator": {
699-
"color": "#1f2328ff",
699+
"color": "#cf222eff",
700700
"font_style": null,
701701
"font_weight": null
702702
},
@@ -1111,7 +1111,7 @@
11111111
"font_weight": null
11121112
},
11131113
"operator": {
1114-
"color": "#010409ff",
1114+
"color": "#a0111fff",
11151115
"font_style": null,
11161116
"font_weight": null
11171117
},
@@ -1526,7 +1526,7 @@
15261526
"font_weight": null
15271527
},
15281528
"operator": {
1529-
"color": "#1f2328ff",
1529+
"color": "#cf222eff",
15301530
"font_style": null,
15311531
"font_weight": null
15321532
},
@@ -1941,7 +1941,7 @@
19411941
"font_weight": null
19421942
},
19431943
"operator": {
1944-
"color": "#f0f6fcff",
1944+
"color": "#ff7b72ff",
19451945
"font_style": null,
19461946
"font_weight": null
19471947
},
@@ -2356,7 +2356,7 @@
23562356
"font_weight": null
23572357
},
23582358
"operator": {
2359-
"color": "#f0f6fcff",
2359+
"color": "#ff7b72ff",
23602360
"font_style": null,
23612361
"font_weight": null
23622362
},
@@ -2771,7 +2771,7 @@
27712771
"font_weight": null
27722772
},
27732773
"operator": {
2774-
"color": "#ffffffff",
2774+
"color": "#ff9492ff",
27752775
"font_style": null,
27762776
"font_weight": null
27772777
},
@@ -3186,7 +3186,7 @@
31863186
"font_weight": null
31873187
},
31883188
"operator": {
3189-
"color": "#f0f6fcff",
3189+
"color": "#ff7b72ff",
31903190
"font_style": null,
31913191
"font_weight": null
31923192
},
@@ -3601,7 +3601,7 @@
36013601
"font_weight": null
36023602
},
36033603
"operator": {
3604-
"color": "#d1d7e0ff",
3604+
"color": "#f47067ff",
36053605
"font_style": null,
36063606
"font_weight": null
36073607
},

0 commit comments

Comments
 (0)