diff --git a/themes/moegi-dark-vitesse-color-theme.json b/themes/moegi-dark-vitesse-color-theme.json index 6e5e7e3..303844c 100644 --- a/themes/moegi-dark-vitesse-color-theme.json +++ b/themes/moegi-dark-vitesse-color-theme.json @@ -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", @@ -315,6 +317,7 @@ }, { "scope": [ + "text.html.derivative", "storage.modifier.package", "storage.modifier.import", "storage.type.java" @@ -384,7 +387,7 @@ "entity.name.type" ], "settings": { - "foreground": "#5da9a7" + "foreground": "#5DA994" } }, { @@ -396,6 +399,7 @@ { "scope": [ "keyword.operator", + "keyword.operator.assignment.compound", "meta.var.expr.ts" ], "settings": { @@ -536,7 +540,7 @@ { "scope": "markup.quote", "settings": { - "foreground": "#5DA994" + "foreground": "#5d99a9" } }, { @@ -659,7 +663,8 @@ }, { "scope": [ - "markup.underline.link.markdown" + "markup.underline.link.markdown", + "markup.underline.link.image.markdown" ], "settings": { "foreground": "#dedcd590", @@ -671,7 +676,7 @@ "type.identifier" ], "settings": { - "foreground": "#6893BF" + "foreground": "#7f8ac7" } }, { @@ -729,7 +734,11 @@ "foreground": "666666" }, { - "token": "keyword.operator.relational.ts", + "token": "keyword.operator.relational", + "foreground": "666666" + }, + { + "token": "keyword.operator.assignment", "foreground": "666666" }, { @@ -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" @@ -836,6 +849,10 @@ "token": "constant.language.null", "foreground": "cb7676" }, + { + "token": "text.html.derivative", + "foreground": "dbd7caee" + }, { "token": "storage.modifier.package", "foreground": "dbd7caee" @@ -910,11 +927,11 @@ }, { "token": "support.type.primitive", - "foreground": "5da9a7" + "foreground": "5DA994" }, { "token": "entity.name.type", - "foreground": "5da9a7" + "foreground": "5DA994" }, { "token": "namespace", @@ -924,6 +941,10 @@ "token": "keyword.operator", "foreground": "cb7676" }, + { + "token": "keyword.operator.assignment.compound", + "foreground": "cb7676" + }, { "token": "meta.var.expr.ts", "foreground": "cb7676" @@ -1026,7 +1047,7 @@ }, { "token": "markup.quote", - "foreground": "5DA994" + "foreground": "5d99a9" }, { "token": "markup.italic", @@ -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", diff --git a/themes/moegi-light-vitesse-color-theme.json b/themes/moegi-light-vitesse-color-theme.json index 391fa41..4140b43 100644 --- a/themes/moegi-light-vitesse-color-theme.json +++ b/themes/moegi-light-vitesse-color-theme.json @@ -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", @@ -312,6 +314,7 @@ }, { "scope": [ + "text.html.derivative", "storage.modifier.package", "storage.modifier.import", "storage.type.java" @@ -381,7 +384,7 @@ "entity.name.type" ], "settings": { - "foreground": "#2e808f" + "foreground": "#2e8f82" } }, { @@ -393,6 +396,7 @@ { "scope": [ "keyword.operator", + "keyword.operator.assignment.compound", "meta.var.expr.ts" ], "settings": { @@ -533,7 +537,7 @@ { "scope": "markup.quote", "settings": { - "foreground": "#2e8f82" + "foreground": "#2e808f" } }, { @@ -656,7 +660,8 @@ }, { "scope": [ - "markup.underline.link.markdown" + "markup.underline.link.markdown", + "markup.underline.link.image.markdown" ], "settings": { "foreground": "#393a3490", @@ -726,7 +731,11 @@ "foreground": "999999" }, { - "token": "keyword.operator.relational.ts", + "token": "keyword.operator.relational", + "foreground": "999999" + }, + { + "token": "keyword.operator.assignment", "foreground": "999999" }, { @@ -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" @@ -833,6 +846,10 @@ "token": "constant.language.null", "foreground": "ab5959" }, + { + "token": "text.html.derivative", + "foreground": "393a34" + }, { "token": "storage.modifier.package", "foreground": "393a34" @@ -907,11 +924,11 @@ }, { "token": "support.type.primitive", - "foreground": "2e808f" + "foreground": "2e8f82" }, { "token": "entity.name.type", - "foreground": "2e808f" + "foreground": "2e8f82" }, { "token": "namespace", @@ -921,6 +938,10 @@ "token": "keyword.operator", "foreground": "ab5959" }, + { + "token": "keyword.operator.assignment.compound", + "foreground": "ab5959" + }, { "token": "meta.var.expr.ts", "foreground": "ab5959" @@ -1023,7 +1044,7 @@ }, { "token": "markup.quote", - "foreground": "2e8f82" + "foreground": "2e808f" }, { "token": "markup.italic", @@ -1141,6 +1162,10 @@ "token": "markup.underline.link.markdown", "foreground": "393a3490" }, + { + "token": "markup.underline.link.image.markdown", + "foreground": "393a3490" + }, { "token": "type.identifier", "foreground": "5a6aa6"