This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ const theme: Theme = {
658
658
scope : [ 'comment' , 'punctuation.definition.comment' ] ,
659
659
settings : {
660
660
foreground : '#6e738d' ,
661
- fontStyle : 'normal ' ,
661
+ fontStyle : 'italic ' ,
662
662
} ,
663
663
} ,
664
664
{
@@ -1927,7 +1927,7 @@ const theme: Theme = {
1927
1927
] ,
1928
1928
settings : {
1929
1929
foreground : '#eed49f' ,
1930
- fontStyle : 'italic ' ,
1930
+ fontStyle : 'normal ' ,
1931
1931
} ,
1932
1932
} ,
1933
1933
{
@@ -1980,7 +1980,7 @@ const theme: Theme = {
1980
1980
scope : 'entity.name.impl.rust' ,
1981
1981
settings : {
1982
1982
foreground : '#eed49f' ,
1983
- fontStyle : 'italic ' ,
1983
+ fontStyle : 'normal ' ,
1984
1984
} ,
1985
1985
} ,
1986
1986
{
@@ -1995,7 +1995,7 @@ const theme: Theme = {
1995
1995
scope : 'entity.name.trait.rust' ,
1996
1996
settings : {
1997
1997
foreground : '#eed49f' ,
1998
- fontStyle : 'italic ' ,
1998
+ fontStyle : 'normal ' ,
1999
1999
} ,
2000
2000
} ,
2001
2001
{
@@ -2028,15 +2028,15 @@ const theme: Theme = {
2028
2028
] ,
2029
2029
settings : {
2030
2030
foreground : '#8aadf4' ,
2031
- fontStyle : 'italic ' ,
2031
+ fontStyle : 'normal ' ,
2032
2032
} ,
2033
2033
} ,
2034
2034
{
2035
2035
name : 'Rust lifetime' ,
2036
2036
scope : [ 'storage.modifier.lifetime.rust' , 'entity.name.type.lifetime' ] ,
2037
2037
settings : {
2038
2038
foreground : '#8aadf4' ,
2039
- fontStyle : 'italic ' ,
2039
+ fontStyle : 'normal ' ,
2040
2040
} ,
2041
2041
} ,
2042
2042
{
@@ -2117,15 +2117,15 @@ const theme: Theme = {
2117
2117
] ,
2118
2118
settings : {
2119
2119
foreground : '#f5bde6' ,
2120
- fontStyle : 'italic ' ,
2120
+ fontStyle : 'normal ' ,
2121
2121
} ,
2122
2122
} ,
2123
2123
{
2124
2124
name : 'Shell shebang command' ,
2125
2125
scope : 'comment.line.shebang constant.language' ,
2126
2126
settings : {
2127
2127
foreground : '#8bd5ca' ,
2128
- fontStyle : 'italic ' ,
2128
+ fontStyle : 'normal ' ,
2129
2129
} ,
2130
2130
} ,
2131
2131
{
@@ -2146,7 +2146,7 @@ const theme: Theme = {
2146
2146
'meta.string meta.interpolation.parameter.shell variable.other.readwrite' ,
2147
2147
settings : {
2148
2148
foreground : '#f5a97f' ,
2149
- fontStyle : 'italic ' ,
2149
+ fontStyle : 'normal ' ,
2150
2150
} ,
2151
2151
} ,
2152
2152
{
You can’t perform that action at this time.
0 commit comments