Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

theme-vitesse

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theme-vitesse - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

package.json

@@ -5,3 +5,3 @@ {

"displayName": "Vitesse Theme",
"version": "0.8.0",
"version": "0.8.1",
"packageManager": "pnpm@9.1.1",

@@ -8,0 +8,0 @@ "description": "Vitesse theme for VS Code",

@@ -8,6 +8,6 @@ <h1 align="center">Vitesse Theme for VS Code</h1>

<p align="center">
<img alt="Screen Shot 2021-03-08 at 12 32 54 AM" src="https://user-images.githubusercontent.com/11247099/110247185-ed26b380-7fa5-11eb-8fce-6c224bb6ef26.png">
<img alt="Screen Shot 2021-03-08 at 12 33 16 AM" src="https://user-images.githubusercontent.com/11247099/110247187-f1eb6780-7fa5-11eb-9258-620309e20961.png">
<img width="1275" alt="Screenshot Light Mode" src="https://github.com/user-attachments/assets/7fa3db7a-5b11-4622-a59b-1f7b3f837d0d">
<img width="1275" alt="Screenshot Dark Mode" src="https://github.com/user-attachments/assets/2919bb08-596b-4279-9f1e-4d2f7d1913fb">
<sub><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Font | <a href="http://input.fontbureau.com/">Input Mono</a><br>
&nbsp;File Icons | <a href="https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons">File Icons</a><br>
&nbsp;File Icons | <a href="https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-icons">Catppuccin</a><br>
Product Icons | <a href="https://github.com/antfu/vscode-icons-carbon">Carbon</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>

@@ -14,0 +14,0 @@ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Demo | <a href="https://github.com/antfu/vitesse">Vitesse</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</samp></sub>

@@ -230,3 +230,5 @@ {

"meta.objectliteral.ts",
"punctuation"
"punctuation",
"punctuation.definition.string.begin.html.vue",
"punctuation.definition.string.end.html.vue"
],

@@ -281,3 +283,4 @@ "settings": {

"keyword",
"storage.type.class.jsdoc"
"storage.type.class.jsdoc",
"punctuation.definition.template-expression"
],

@@ -294,3 +297,4 @@ "settings": {

"constant.language.undefined",
"constant.language.null"
"constant.language.null",
"constant.language.import-export-all.ts"
],

@@ -324,7 +328,14 @@ "settings": {

"scope": [
"punctuation.definition.string",
"punctuation.definition.string"
],
"settings": {
"foreground": "#c98a7d77"
}
},
{
"scope": [
"punctuation.support.type.property-name"
],
"settings": {
"foreground": "#c98a7d99"
"foreground": "#b8a96577"
}

@@ -771,2 +782,10 @@ },

{
"token": "punctuation.definition.string.begin.html.vue",
"foreground": "444444"
},
{
"token": "punctuation.definition.string.end.html.vue",
"foreground": "444444"
},
{
"token": "constant",

@@ -820,2 +839,6 @@ "foreground": "c99076"

{
"token": "punctuation.definition.template-expression",
"foreground": "4d9375"
},
{
"token": "storage",

@@ -841,2 +864,6 @@ "foreground": "cb7676"

{
"token": "constant.language.import-export-all.ts",
"foreground": "cb7676"
},
{
"token": "text.html.derivative",

@@ -871,7 +898,7 @@ "foreground": "dbd7cacc"

"token": "punctuation.definition.string",
"foreground": "c98a7d99"
"foreground": "c98a7d77"
},
{
"token": "punctuation.support.type.property-name",
"foreground": "c98a7d99"
"foreground": "b8a96577"
},

@@ -878,0 +905,0 @@ {

@@ -230,3 +230,5 @@ {

"meta.objectliteral.ts",
"punctuation"
"punctuation",
"punctuation.definition.string.begin.html.vue",
"punctuation.definition.string.end.html.vue"
],

@@ -281,3 +283,4 @@ "settings": {

"keyword",
"storage.type.class.jsdoc"
"storage.type.class.jsdoc",
"punctuation.definition.template-expression"
],

@@ -294,3 +297,4 @@ "settings": {

"constant.language.undefined",
"constant.language.null"
"constant.language.null",
"constant.language.import-export-all.ts"
],

@@ -324,7 +328,14 @@ "settings": {

"scope": [
"punctuation.definition.string",
"punctuation.definition.string"
],
"settings": {
"foreground": "#c98a7d77"
}
},
{
"scope": [
"punctuation.support.type.property-name"
],
"settings": {
"foreground": "#c98a7d99"
"foreground": "#b8a96577"
}

@@ -771,2 +782,10 @@ },

{
"token": "punctuation.definition.string.begin.html.vue",
"foreground": "666666"
},
{
"token": "punctuation.definition.string.end.html.vue",
"foreground": "666666"
},
{
"token": "constant",

@@ -820,2 +839,6 @@ "foreground": "c99076"

{
"token": "punctuation.definition.template-expression",
"foreground": "4d9375"
},
{
"token": "storage",

@@ -841,2 +864,6 @@ "foreground": "cb7676"

{
"token": "constant.language.import-export-all.ts",
"foreground": "cb7676"
},
{
"token": "text.html.derivative",

@@ -871,7 +898,7 @@ "foreground": "dbd7caee"

"token": "punctuation.definition.string",
"foreground": "c98a7d99"
"foreground": "c98a7d77"
},
{
"token": "punctuation.support.type.property-name",
"foreground": "c98a7d99"
"foreground": "b8a96577"
},

@@ -878,0 +905,0 @@ {

@@ -230,3 +230,5 @@ {

"meta.objectliteral.ts",
"punctuation"
"punctuation",
"punctuation.definition.string.begin.html.vue",
"punctuation.definition.string.end.html.vue"
],

@@ -281,3 +283,4 @@ "settings": {

"keyword",
"storage.type.class.jsdoc"
"storage.type.class.jsdoc",
"punctuation.definition.template-expression"
],

@@ -294,3 +297,4 @@ "settings": {

"constant.language.undefined",
"constant.language.null"
"constant.language.null",
"constant.language.import-export-all.ts"
],

@@ -324,7 +328,14 @@ "settings": {

"scope": [
"punctuation.definition.string",
"punctuation.definition.string"
],
"settings": {
"foreground": "#c98a7d77"
}
},
{
"scope": [
"punctuation.support.type.property-name"
],
"settings": {
"foreground": "#c98a7d99"
"foreground": "#b8a96577"
}

@@ -771,2 +782,10 @@ },

{
"token": "punctuation.definition.string.begin.html.vue",
"foreground": "666666"
},
{
"token": "punctuation.definition.string.end.html.vue",
"foreground": "666666"
},
{
"token": "constant",

@@ -820,2 +839,6 @@ "foreground": "c99076"

{
"token": "punctuation.definition.template-expression",
"foreground": "4d9375"
},
{
"token": "storage",

@@ -841,2 +864,6 @@ "foreground": "cb7676"

{
"token": "constant.language.import-export-all.ts",
"foreground": "cb7676"
},
{
"token": "text.html.derivative",

@@ -871,7 +898,7 @@ "foreground": "dbd7caee"

"token": "punctuation.definition.string",
"foreground": "c98a7d99"
"foreground": "c98a7d77"
},
{
"token": "punctuation.support.type.property-name",
"foreground": "c98a7d99"
"foreground": "b8a96577"
},

@@ -878,0 +905,0 @@ {

@@ -228,3 +228,5 @@ {

"meta.objectliteral.ts",
"punctuation"
"punctuation",
"punctuation.definition.string.begin.html.vue",
"punctuation.definition.string.end.html.vue"
],

@@ -279,3 +281,4 @@ "settings": {

"keyword",
"storage.type.class.jsdoc"
"storage.type.class.jsdoc",
"punctuation.definition.template-expression"
],

@@ -292,3 +295,4 @@ "settings": {

"constant.language.undefined",
"constant.language.null"
"constant.language.null",
"constant.language.import-export-all.ts"
],

@@ -322,7 +326,14 @@ "settings": {

"scope": [
"punctuation.definition.string",
"punctuation.definition.string"
],
"settings": {
"foreground": "#b5695977"
}
},
{
"scope": [
"punctuation.support.type.property-name"
],
"settings": {
"foreground": "#b5695999"
"foreground": "#99841877"
}

@@ -769,2 +780,10 @@ },

{
"token": "punctuation.definition.string.begin.html.vue",
"foreground": "999999"
},
{
"token": "punctuation.definition.string.end.html.vue",
"foreground": "999999"
},
{
"token": "constant",

@@ -818,2 +837,6 @@ "foreground": "a65e2b"

{
"token": "punctuation.definition.template-expression",
"foreground": "1e754f"
},
{
"token": "storage",

@@ -839,2 +862,6 @@ "foreground": "ab5959"

{
"token": "constant.language.import-export-all.ts",
"foreground": "ab5959"
},
{
"token": "text.html.derivative",

@@ -869,7 +896,7 @@ "foreground": "393a34"

"token": "punctuation.definition.string",
"foreground": "b5695999"
"foreground": "b5695977"
},
{
"token": "punctuation.support.type.property-name",
"foreground": "b5695999"
"foreground": "99841877"
},

@@ -876,0 +903,0 @@ {

@@ -228,3 +228,5 @@ {

"meta.objectliteral.ts",
"punctuation"
"punctuation",
"punctuation.definition.string.begin.html.vue",
"punctuation.definition.string.end.html.vue"
],

@@ -279,3 +281,4 @@ "settings": {

"keyword",
"storage.type.class.jsdoc"
"storage.type.class.jsdoc",
"punctuation.definition.template-expression"
],

@@ -292,3 +295,4 @@ "settings": {

"constant.language.undefined",
"constant.language.null"
"constant.language.null",
"constant.language.import-export-all.ts"
],

@@ -322,7 +326,14 @@ "settings": {

"scope": [
"punctuation.definition.string",
"punctuation.definition.string"
],
"settings": {
"foreground": "#b5695977"
}
},
{
"scope": [
"punctuation.support.type.property-name"
],
"settings": {
"foreground": "#b5695999"
"foreground": "#99841877"
}

@@ -769,2 +780,10 @@ },

{
"token": "punctuation.definition.string.begin.html.vue",
"foreground": "999999"
},
{
"token": "punctuation.definition.string.end.html.vue",
"foreground": "999999"
},
{
"token": "constant",

@@ -818,2 +837,6 @@ "foreground": "a65e2b"

{
"token": "punctuation.definition.template-expression",
"foreground": "1e754f"
},
{
"token": "storage",

@@ -839,2 +862,6 @@ "foreground": "ab5959"

{
"token": "constant.language.import-export-all.ts",
"foreground": "ab5959"
},
{
"token": "text.html.derivative",

@@ -869,7 +896,7 @@ "foreground": "393a34"

"token": "punctuation.definition.string",
"foreground": "b5695999"
"foreground": "b5695977"
},
{
"token": "punctuation.support.type.property-name",
"foreground": "b5695999"
"foreground": "99841877"
},

@@ -876,0 +903,0 @@ {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc