Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a40cd18

Browse files
committed
add italics back to comments and remove from rust
1 parent 212f6b9 commit a40cd18

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/code/theme.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ const theme: Theme = {
658658
scope: ['comment', 'punctuation.definition.comment'],
659659
settings: {
660660
foreground: '#6e738d',
661-
fontStyle: 'normal',
661+
fontStyle: 'italic',
662662
},
663663
},
664664
{
@@ -1927,7 +1927,7 @@ const theme: Theme = {
19271927
],
19281928
settings: {
19291929
foreground: '#eed49f',
1930-
fontStyle: 'italic',
1930+
fontStyle: 'normal',
19311931
},
19321932
},
19331933
{
@@ -1980,7 +1980,7 @@ const theme: Theme = {
19801980
scope: 'entity.name.impl.rust',
19811981
settings: {
19821982
foreground: '#eed49f',
1983-
fontStyle: 'italic',
1983+
fontStyle: 'normal',
19841984
},
19851985
},
19861986
{
@@ -1995,7 +1995,7 @@ const theme: Theme = {
19951995
scope: 'entity.name.trait.rust',
19961996
settings: {
19971997
foreground: '#eed49f',
1998-
fontStyle: 'italic',
1998+
fontStyle: 'normal',
19991999
},
20002000
},
20012001
{
@@ -2028,15 +2028,15 @@ const theme: Theme = {
20282028
],
20292029
settings: {
20302030
foreground: '#8aadf4',
2031-
fontStyle: 'italic',
2031+
fontStyle: 'normal',
20322032
},
20332033
},
20342034
{
20352035
name: 'Rust lifetime',
20362036
scope: ['storage.modifier.lifetime.rust', 'entity.name.type.lifetime'],
20372037
settings: {
20382038
foreground: '#8aadf4',
2039-
fontStyle: 'italic',
2039+
fontStyle: 'normal',
20402040
},
20412041
},
20422042
{
@@ -2117,15 +2117,15 @@ const theme: Theme = {
21172117
],
21182118
settings: {
21192119
foreground: '#f5bde6',
2120-
fontStyle: 'italic',
2120+
fontStyle: 'normal',
21212121
},
21222122
},
21232123
{
21242124
name: 'Shell shebang command',
21252125
scope: 'comment.line.shebang constant.language',
21262126
settings: {
21272127
foreground: '#8bd5ca',
2128-
fontStyle: 'italic',
2128+
fontStyle: 'normal',
21292129
},
21302130
},
21312131
{
@@ -2146,7 +2146,7 @@ const theme: Theme = {
21462146
'meta.string meta.interpolation.parameter.shell variable.other.readwrite',
21472147
settings: {
21482148
foreground: '#f5a97f',
2149-
fontStyle: 'italic',
2149+
fontStyle: 'normal',
21502150
},
21512151
},
21522152
{

0 commit comments

Comments
 (0)