Skip to content

Commit

Permalink
fix: remove highlight for source. fix antfu#18
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Jan 26, 2023
1 parent 362e611 commit e1ed52f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export default function getTheme({ style, name, soft = false, black = false }) {
},
},
{
scope: 'string source',
scope: 'string',
settings: {
foreground,
},
Expand Down
4 changes: 2 additions & 2 deletions themes/vitesse-black.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
}
},
{
"scope": "string source",
"scope": "string",
"settings": {
"foreground": "#dbd7caee"
}
Expand Down Expand Up @@ -936,7 +936,7 @@
"foreground": "fdaeb7"
},
{
"token": "string source",
"token": "string",
"foreground": "dbd7caee"
},
{
Expand Down
4 changes: 2 additions & 2 deletions themes/vitesse-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
}
},
{
"scope": "string source",
"scope": "string",
"settings": {
"foreground": "#dbd7caee"
}
Expand Down Expand Up @@ -936,7 +936,7 @@
"foreground": "fdaeb7"
},
{
"token": "string source",
"token": "string",
"foreground": "dbd7caee"
},
{
Expand Down
4 changes: 2 additions & 2 deletions themes/vitesse-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
}
},
{
"scope": "string source",
"scope": "string",
"settings": {
"foreground": "#dbd7caee"
}
Expand Down Expand Up @@ -936,7 +936,7 @@
"foreground": "fdaeb7"
},
{
"token": "string source",
"token": "string",
"foreground": "dbd7caee"
},
{
Expand Down
4 changes: 2 additions & 2 deletions themes/vitesse-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
}
},
{
"scope": "string source",
"scope": "string",
"settings": {
"foreground": "#393a34"
}
Expand Down Expand Up @@ -934,7 +934,7 @@
"foreground": "b31d28"
},
{
"token": "string source",
"token": "string",
"foreground": "393a34"
},
{
Expand Down
4 changes: 2 additions & 2 deletions themes/vitesse-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
}
},
{
"scope": "string source",
"scope": "string",
"settings": {
"foreground": "#393a34"
}
Expand Down Expand Up @@ -934,7 +934,7 @@
"foreground": "b31d28"
},
{
"token": "string source",
"token": "string",
"foreground": "393a34"
},
{
Expand Down

0 comments on commit e1ed52f

Please sign in to comment.