Skip to content

Commit

Permalink
feat(vitesse): sync changes from vitesse-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Feb 24, 2024
1 parent de37f82 commit 4614c32
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 18 deletions.
45 changes: 35 additions & 10 deletions themes/moegi-dark-vitesse-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,14 @@
"keyword.operator.rest",
"keyword.operator.spread",
"keyword.operator.type.annotation",
"keyword.operator.relational.ts",
"keyword.operator.relational",
"keyword.operator.assignment",
"meta.brace",
"meta.tag.block.any.html",
"meta.tag.inline.any.html",
"meta.tag.structure.input.void.html",
"meta.type.annotation",
"meta.embedded.block.github-actions-expression",
"storage.type.function.arrow",
"keyword.operator.type",
"meta.objectliteral.ts",
Expand Down Expand Up @@ -315,6 +317,7 @@
},
{
"scope": [
"text.html.derivative",
"storage.modifier.package",
"storage.modifier.import",
"storage.type.java"
Expand Down Expand Up @@ -384,7 +387,7 @@
"entity.name.type"
],
"settings": {
"foreground": "#5da9a7"
"foreground": "#5DA994"
}
},
{
Expand All @@ -396,6 +399,7 @@
{
"scope": [
"keyword.operator",
"keyword.operator.assignment.compound",
"meta.var.expr.ts"
],
"settings": {
Expand Down Expand Up @@ -536,7 +540,7 @@
{
"scope": "markup.quote",
"settings": {
"foreground": "#5DA994"
"foreground": "#5d99a9"
}
},
{
Expand Down Expand Up @@ -659,7 +663,8 @@
},
{
"scope": [
"markup.underline.link.markdown"
"markup.underline.link.markdown",
"markup.underline.link.image.markdown"
],
"settings": {
"foreground": "#dedcd590",
Expand All @@ -671,7 +676,7 @@
"type.identifier"
],
"settings": {
"foreground": "#6893BF"
"foreground": "#7f8ac7"
}
},
{
Expand Down Expand Up @@ -729,7 +734,11 @@
"foreground": "666666"
},
{
"token": "keyword.operator.relational.ts",
"token": "keyword.operator.relational",
"foreground": "666666"
},
{
"token": "keyword.operator.assignment",
"foreground": "666666"
},
{
Expand All @@ -752,6 +761,10 @@
"token": "meta.type.annotation",
"foreground": "666666"
},
{
"token": "meta.embedded.block.github-actions-expression",
"foreground": "666666"
},
{
"token": "storage.type.function.arrow",
"foreground": "666666"
Expand Down Expand Up @@ -836,6 +849,10 @@
"token": "constant.language.null",
"foreground": "cb7676"
},
{
"token": "text.html.derivative",
"foreground": "dbd7caee"
},
{
"token": "storage.modifier.package",
"foreground": "dbd7caee"
Expand Down Expand Up @@ -910,11 +927,11 @@
},
{
"token": "support.type.primitive",
"foreground": "5da9a7"
"foreground": "5DA994"
},
{
"token": "entity.name.type",
"foreground": "5da9a7"
"foreground": "5DA994"
},
{
"token": "namespace",
Expand All @@ -924,6 +941,10 @@
"token": "keyword.operator",
"foreground": "cb7676"
},
{
"token": "keyword.operator.assignment.compound",
"foreground": "cb7676"
},
{
"token": "meta.var.expr.ts",
"foreground": "cb7676"
Expand Down Expand Up @@ -1026,7 +1047,7 @@
},
{
"token": "markup.quote",
"foreground": "5DA994"
"foreground": "5d99a9"
},
{
"token": "markup.italic",
Expand Down Expand Up @@ -1144,9 +1165,13 @@
"token": "markup.underline.link.markdown",
"foreground": "dedcd590"
},
{
"token": "markup.underline.link.image.markdown",
"foreground": "dedcd590"
},
{
"token": "type.identifier",
"foreground": "6893BF"
"foreground": "7f8ac7"
},
{
"token": "entity.other.attribute-name.html.vue",
Expand Down
41 changes: 33 additions & 8 deletions themes/moegi-light-vitesse-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,14 @@
"keyword.operator.rest",
"keyword.operator.spread",
"keyword.operator.type.annotation",
"keyword.operator.relational.ts",
"keyword.operator.relational",
"keyword.operator.assignment",
"meta.brace",
"meta.tag.block.any.html",
"meta.tag.inline.any.html",
"meta.tag.structure.input.void.html",
"meta.type.annotation",
"meta.embedded.block.github-actions-expression",
"storage.type.function.arrow",
"keyword.operator.type",
"meta.objectliteral.ts",
Expand Down Expand Up @@ -312,6 +314,7 @@
},
{
"scope": [
"text.html.derivative",
"storage.modifier.package",
"storage.modifier.import",
"storage.type.java"
Expand Down Expand Up @@ -381,7 +384,7 @@
"entity.name.type"
],
"settings": {
"foreground": "#2e808f"
"foreground": "#2e8f82"
}
},
{
Expand All @@ -393,6 +396,7 @@
{
"scope": [
"keyword.operator",
"keyword.operator.assignment.compound",
"meta.var.expr.ts"
],
"settings": {
Expand Down Expand Up @@ -533,7 +537,7 @@
{
"scope": "markup.quote",
"settings": {
"foreground": "#2e8f82"
"foreground": "#2e808f"
}
},
{
Expand Down Expand Up @@ -656,7 +660,8 @@
},
{
"scope": [
"markup.underline.link.markdown"
"markup.underline.link.markdown",
"markup.underline.link.image.markdown"
],
"settings": {
"foreground": "#393a3490",
Expand Down Expand Up @@ -726,7 +731,11 @@
"foreground": "999999"
},
{
"token": "keyword.operator.relational.ts",
"token": "keyword.operator.relational",
"foreground": "999999"
},
{
"token": "keyword.operator.assignment",
"foreground": "999999"
},
{
Expand All @@ -749,6 +758,10 @@
"token": "meta.type.annotation",
"foreground": "999999"
},
{
"token": "meta.embedded.block.github-actions-expression",
"foreground": "999999"
},
{
"token": "storage.type.function.arrow",
"foreground": "999999"
Expand Down Expand Up @@ -833,6 +846,10 @@
"token": "constant.language.null",
"foreground": "ab5959"
},
{
"token": "text.html.derivative",
"foreground": "393a34"
},
{
"token": "storage.modifier.package",
"foreground": "393a34"
Expand Down Expand Up @@ -907,11 +924,11 @@
},
{
"token": "support.type.primitive",
"foreground": "2e808f"
"foreground": "2e8f82"
},
{
"token": "entity.name.type",
"foreground": "2e808f"
"foreground": "2e8f82"
},
{
"token": "namespace",
Expand All @@ -921,6 +938,10 @@
"token": "keyword.operator",
"foreground": "ab5959"
},
{
"token": "keyword.operator.assignment.compound",
"foreground": "ab5959"
},
{
"token": "meta.var.expr.ts",
"foreground": "ab5959"
Expand Down Expand Up @@ -1023,7 +1044,7 @@
},
{
"token": "markup.quote",
"foreground": "2e8f82"
"foreground": "2e808f"
},
{
"token": "markup.italic",
Expand Down Expand Up @@ -1141,6 +1162,10 @@
"token": "markup.underline.link.markdown",
"foreground": "393a3490"
},
{
"token": "markup.underline.link.image.markdown",
"foreground": "393a3490"
},
{
"token": "type.identifier",
"foreground": "5a6aa6"
Expand Down

0 comments on commit 4614c32

Please sign in to comment.