Skip to content

Commit

Permalink
🤖: update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Nov 25, 2023
1 parent f5c2ad5 commit 2950dee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
11 changes: 6 additions & 5 deletions packages/shiki/themes/dark-plus.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}
},
{
"scope": ["entity.name.tag.css", "entity.name.tag.less"],
"scope": "entity.name.tag.css",
"settings": {
"foreground": "#d7ba7d"
}
Expand All @@ -86,11 +86,10 @@
{
"scope": [
"entity.other.attribute-name.class.css",
"source.css entity.other.attribute-name.class",
"entity.other.attribute-name.class.mixin.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.parent.less",
"source.css entity.other.attribute-name.pseudo-class",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.scss"
Expand Down Expand Up @@ -274,7 +273,9 @@
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"source.css variable",
"variable.css",
"variable.scss",
"variable.other.less",
"source.coffee.embedded"
],
"settings": {
Expand Down
9 changes: 5 additions & 4 deletions packages/shiki/themes/hc_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@
{
"scope": [
"entity.other.attribute-name.class.css",
"source.css entity.other.attribute-name.class",
"entity.other.attribute-name.class.mixin.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.parent.less",
"source.css entity.other.attribute-name.pseudo-class",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.scss"
Expand Down Expand Up @@ -276,7 +275,9 @@
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"source.css variable",
"variable.css",
"variable.scss",
"variable.other.less",
"source.coffee.embedded"
],
"settings": {
Expand Down
9 changes: 5 additions & 4 deletions packages/shiki/themes/light-plus.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,10 @@
{
"scope": [
"entity.other.attribute-name.class.css",
"source.css entity.other.attribute-name.class",
"entity.other.attribute-name.class.mixin.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.parent.less",
"source.css entity.other.attribute-name.pseudo-class",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.scss"
Expand Down Expand Up @@ -290,7 +289,9 @@
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"source.css variable",
"variable.css",
"variable.scss",
"variable.other.less",
"source.coffee.embedded"
],
"settings": {
Expand Down

0 comments on commit 2950dee

Please sign in to comment.