Skip to content

Commit b811a68

Browse files
author
Gonzalo Stoll
committed
Remove color comments
1 parent 5703b46 commit b811a68

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

packages/prism-react-renderer/src/themes/gruvboxMaterialDark.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ const theme: PrismTheme = {
2525
{
2626
types: ["property-access"],
2727
style: {
28-
color: "#7daea3", // blue
28+
color: "#7daea3",
2929
},
3030
},
3131
{
3232
types: ["tag"],
3333
style: {
34-
color: "#e78a4e", // orange
34+
color: "#e78a4e",
3535
},
3636
},
3737
{
3838
types: ["attr-name", "char", "url", "regex"],
3939
style: {
40-
color: "#a9b665", // green
40+
color: "#a9b665",
4141
},
4242
},
4343
{
4444
types: ["attr-value", "string"],
4545
style: {
46-
color: "#89b482", // aqua
46+
color: "#89b482",
4747
},
4848
},
4949
{
@@ -65,13 +65,13 @@ const theme: PrismTheme = {
6565
"deleted",
6666
],
6767
style: {
68-
color: "#ea6962", // red
68+
color: "#ea6962",
6969
},
7070
},
7171
{
7272
types: ["entity", "number", "symbol"],
7373
style: {
74-
color: "#d3869b", // purple
74+
color: "#d3869b",
7575
},
7676
},
7777
],

packages/prism-react-renderer/src/themes/gruvboxMaterialLight.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const theme: PrismTheme = {
2121
"deleted",
2222
],
2323
style: {
24-
color: "#af2528", // red
24+
color: "#af2528",
2525
},
2626
},
2727
{
@@ -34,31 +34,31 @@ const theme: PrismTheme = {
3434
"builtin",
3535
],
3636
style: {
37-
color: "#b4730e", // yellow
37+
color: "#b4730e",
3838
},
3939
},
4040
{
4141
types: ["string", "attr-value"],
4242
style: {
43-
color: "#477a5b", // aqua
43+
color: "#477a5b",
4444
},
4545
},
4646
{
4747
types: ["property-access"],
4848
style: {
49-
color: "#266b79", // blue
49+
color: "#266b79",
5050
},
5151
},
5252
{
5353
types: ["function", "attr-name", "char", "url"],
5454
style: {
55-
color: "#72761e", // green
55+
color: "#72761e",
5656
},
5757
},
5858
{
5959
types: ["tag"],
6060
style: {
61-
color: "#b94c07", // orange
61+
color: "#b94c07",
6262
},
6363
},
6464
{
@@ -70,7 +70,7 @@ const theme: PrismTheme = {
7070
{
7171
types: ["entity", "number", "symbol"],
7272
style: {
73-
color: "#924f79", // purple
73+
color: "#924f79",
7474
},
7575
},
7676
],

0 commit comments

Comments
 (0)