Skip to content

Commit

Permalink
update highlight theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Jan 20, 2025
1 parent c8bc74b commit 7f1e2ba
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions spx-gui/src/utils/spx/default-light-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"name": "spx-default-light",
"semanticHighlighting": true,
"semanticTokenColors": {
"class": "#5a6aa6",
"class": "#e6aa1c",
"interface": "#2e808f",
"namespace": "#b05a78",
"property": "#998418",
Expand All @@ -207,7 +207,7 @@
"string.comment"
],
"settings": {
"foreground": "#a0ada0"
"foreground": "#c4c6cb"
}
},
{
Expand All @@ -234,7 +234,7 @@
"punctuation.definition.string.end.html.vue"
],
"settings": {
"foreground": "#999999"
"foreground": "#15bacf"
}
},
{
Expand All @@ -245,7 +245,7 @@
"meta.definition.variable"
],
"settings": {
"foreground": "#a65e2b"
"foreground": "#e6aa1c"
}
},
{
Expand All @@ -254,7 +254,7 @@
"entity.name"
],
"settings": {
"foreground": "#59873a"
"foreground": "#0878d3"
}
},
{
Expand All @@ -269,13 +269,13 @@
"tag.html"
],
"settings": {
"foreground": "#1e754f"
"foreground": "#a91ad3"
}
},
{
"scope": "entity.name.function",
"settings": {
"foreground": "#59873a"
"foreground": "#0878d3"
}
},
{
Expand All @@ -285,7 +285,7 @@
"punctuation.definition.template-expression"
],
"settings": {
"foreground": "#1e754f"
"foreground": "#a91ad3"
}
},
{
Expand All @@ -298,7 +298,7 @@
"constant.language.import-export-all.ts"
],
"settings": {
"foreground": "#ab5959"
"foreground": "#15bacf"
}
},
{
Expand All @@ -319,7 +319,7 @@
"attribute.value"
],
"settings": {
"foreground": "#b56959"
"foreground": "#50b20a"
}
},
{
Expand Down Expand Up @@ -362,7 +362,7 @@
"invalid.deprecated.entity.other.attribute-name.html"
],
"settings": {
"foreground": "#b07d48"
"foreground": "#db1c2b"
}
},
{
Expand All @@ -371,7 +371,7 @@
"identifier"
],
"settings": {
"foreground": "#b07d48"
"foreground": "#db1c2b"
}
},
{
Expand All @@ -396,7 +396,7 @@
"meta.var.expr.ts"
],
"settings": {
"foreground": "#ab5959"
"foreground": "#15bacf"
}
},
{
Expand Down Expand Up @@ -445,7 +445,7 @@
{
"scope": "string variable",
"settings": {
"foreground": "#b56959"
"foreground": "#50b20a"
}
},
{
Expand All @@ -465,7 +465,7 @@
"string.regexp string.regexp.arbitrary-repitition"
],
"settings": {
"foreground": "#b56959"
"foreground": "#50b20a"
}
},
{
Expand All @@ -479,7 +479,7 @@
"support.constant"
],
"settings": {
"foreground": "#a65e2b"
"foreground": "#db1c2b"
}
},
{
Expand All @@ -489,15 +489,15 @@
"number"
],
"settings": {
"foreground": "#2f798a"
"foreground": "#de7b11"
}
},
{
"scope": [
"keyword.other.unit"
],
"settings": {
"foreground": "#ab5959"
"foreground": "#15bacf"
}
},
{
Expand All @@ -506,7 +506,7 @@
"constant.language"
],
"settings": {
"foreground": "#1e754f"
"foreground": "#a91ad3"
}
},
{
Expand All @@ -518,7 +518,7 @@
{
"scope": "punctuation.definition.list.begin.markdown",
"settings": {
"foreground": "#a65e2b"
"foreground": "#db1c2b"
}
},
{
Expand Down Expand Up @@ -652,7 +652,7 @@
"punctuation.definition.string.end.markdown"
],
"settings": {
"foreground": "#b56959"
"foreground": "#50b20a"
}
},
{
Expand All @@ -679,7 +679,7 @@
"entity.other.attribute-name.html.vue"
],
"settings": {
"foreground": "#59873a"
"foreground": "#0878d3"
}
},
{
Expand Down

0 comments on commit 7f1e2ba

Please sign in to comment.