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.7.5 to 0.7.6

4

extra/xterm-vitesse-black.json

@@ -5,4 +5,4 @@ {

"cursor": "#dbd7cacc",
"selectionBackground": "#eeeeee15",
"selectionInactiveBackground": "#eeeeee08",
"selectionBackground": "#eeeeee18",
"selectionInactiveBackground": "#eeeeee10",
"brightBlack": "#777777",

@@ -9,0 +9,0 @@ "brightBlue": "#6394bf",

@@ -5,4 +5,4 @@ {

"cursor": "#dbd7caee",
"selectionBackground": "#eeeeee15",
"selectionInactiveBackground": "#eeeeee08",
"selectionBackground": "#eeeeee18",
"selectionInactiveBackground": "#eeeeee10",
"brightBlack": "#777777",

@@ -9,0 +9,0 @@ "brightBlue": "#6394bf",

@@ -5,4 +5,4 @@ {

"cursor": "#393a34",
"selectionBackground": "#22222215",
"selectionInactiveBackground": "#22222208",
"selectionBackground": "#22222218",
"selectionInactiveBackground": "#22222210",
"brightBlack": "#aaaaaa",

@@ -9,0 +9,0 @@ "brightBlue": "#296aa3",

@@ -5,4 +5,4 @@ {

"displayName": "Vitesse Theme",
"version": "0.7.5",
"packageManager": "pnpm@8.11.0",
"version": "0.7.6",
"packageManager": "pnpm@8.15.4",
"description": "Vitesse theme for VS Code",

@@ -66,2 +66,19 @@ "license": "MIT",

},
"devDependencies": {
"@antfu/eslint-config": "^2.7.0",
"@antfu/utils": "^0.7.7",
"@types/color": "^3.0.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.24",
"@vscode/vsce": "^2.24.0",
"bumpp": "^9.3.1",
"color": "^4.2.3",
"eslint": "^8.57.0",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"xterm": "^5.3.0"
},
"preview": true,
"scripts": {

@@ -72,22 +89,4 @@ "build": "esno scripts/index.ts",

"lint": "eslint .",
"prepublishOnly": "npm run build",
"release": "bumpp --all && vsce publish --no-dependencies"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.0",
"@antfu/utils": "^0.7.6",
"@types/color": "^3.0.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"@vscode/vsce": "^2.22.0",
"bumpp": "^9.2.0",
"color": "^4.2.3",
"eslint": "^8.54.0",
"esno": "^4.0.0",
"fs-extra": "^11.1.1",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"xterm": "^5.3.0"
},
"preview": true
}
}
}

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

[prism-theme-vars](https://github.com/antfu/prism-theme-vars) - where the theme born.
[prism-theme-vars](https://github.com/antfu/prism-theme-vars) - where the theme is born.

@@ -34,0 +34,0 @@ [vitesse](https://github.com/antfu/vitesse) - what the theme was for.

@@ -59,3 +59,3 @@ {

"list.inactiveFocusBackground": "#000",
"list.focusBackground": "#121212",
"list.focusBackground": "#000",
"list.highlightForeground": "#4d9375",

@@ -100,3 +100,3 @@ "tree.indentGuidesStroke": "#2f363d",

"breadcrumb.background": "#121212",
"breadcrumb.activeSelectionForeground": "#eeeeee15",
"breadcrumb.activeSelectionForeground": "#eeeeee18",
"breadcrumbPicker.background": "#000",

@@ -115,5 +115,5 @@ "editor.foreground": "#dbd7cacc",

"editor.findMatchHighlightBackground": "#e6cc7744",
"editor.inactiveSelectionBackground": "#eeeeee08",
"editor.selectionBackground": "#eeeeee15",
"editor.selectionHighlightBackground": "#eeeeee08",
"editor.inactiveSelectionBackground": "#eeeeee10",
"editor.selectionBackground": "#eeeeee18",
"editor.selectionHighlightBackground": "#eeeeee10",
"editor.wordHighlightBackground": "#1c6b4805",

@@ -136,3 +136,3 @@ "editor.wordHighlightStrongBackground": "#1c6b4810",

"terminal.foreground": "#dbd7cacc",
"terminal.selectionBackground": "#eeeeee15",
"terminal.selectionBackground": "#eeeeee18",
"terminal.ansiBrightBlack": "#777777",

@@ -139,0 +139,0 @@ "terminal.ansiBrightBlue": "#6394bf",

@@ -59,3 +59,3 @@ {

"list.inactiveFocusBackground": "#222",
"list.focusBackground": "#292929",
"list.focusBackground": "#222",
"list.highlightForeground": "#4d9375",

@@ -100,3 +100,3 @@ "tree.indentGuidesStroke": "#2f363d",

"breadcrumb.background": "#292929",
"breadcrumb.activeSelectionForeground": "#eeeeee15",
"breadcrumb.activeSelectionForeground": "#eeeeee18",
"breadcrumbPicker.background": "#222",

@@ -115,5 +115,5 @@ "editor.foreground": "#dbd7caee",

"editor.findMatchHighlightBackground": "#e6cc7744",
"editor.inactiveSelectionBackground": "#eeeeee08",
"editor.selectionBackground": "#eeeeee15",
"editor.selectionHighlightBackground": "#eeeeee08",
"editor.inactiveSelectionBackground": "#eeeeee10",
"editor.selectionBackground": "#eeeeee18",
"editor.selectionHighlightBackground": "#eeeeee10",
"editor.wordHighlightBackground": "#1c6b4805",

@@ -136,3 +136,3 @@ "editor.wordHighlightStrongBackground": "#1c6b4810",

"terminal.foreground": "#dbd7caee",
"terminal.selectionBackground": "#eeeeee15",
"terminal.selectionBackground": "#eeeeee18",
"terminal.ansiBrightBlack": "#777777",

@@ -139,0 +139,0 @@ "terminal.ansiBrightBlue": "#6394bf",

@@ -59,3 +59,3 @@ {

"list.inactiveFocusBackground": "#121212",
"list.focusBackground": "#181818",
"list.focusBackground": "#121212",
"list.highlightForeground": "#4d9375",

@@ -100,3 +100,3 @@ "tree.indentGuidesStroke": "#2f363d",

"breadcrumb.background": "#181818",
"breadcrumb.activeSelectionForeground": "#eeeeee15",
"breadcrumb.activeSelectionForeground": "#eeeeee18",
"breadcrumbPicker.background": "#121212",

@@ -115,5 +115,5 @@ "editor.foreground": "#dbd7caee",

"editor.findMatchHighlightBackground": "#e6cc7744",
"editor.inactiveSelectionBackground": "#eeeeee08",
"editor.selectionBackground": "#eeeeee15",
"editor.selectionHighlightBackground": "#eeeeee08",
"editor.inactiveSelectionBackground": "#eeeeee10",
"editor.selectionBackground": "#eeeeee18",
"editor.selectionHighlightBackground": "#eeeeee10",
"editor.wordHighlightBackground": "#1c6b4805",

@@ -136,3 +136,3 @@ "editor.wordHighlightStrongBackground": "#1c6b4810",

"terminal.foreground": "#dbd7caee",
"terminal.selectionBackground": "#eeeeee15",
"terminal.selectionBackground": "#eeeeee18",
"terminal.ansiBrightBlack": "#777777",

@@ -139,0 +139,0 @@ "terminal.ansiBrightBlue": "#6394bf",

@@ -59,3 +59,3 @@ {

"list.inactiveFocusBackground": "#F1F0E9",
"list.focusBackground": "#E7E5DB",
"list.focusBackground": "#F1F0E9",
"list.highlightForeground": "#1c6b48",

@@ -100,3 +100,3 @@ "tree.indentGuidesStroke": "#e1e4e8",

"breadcrumb.background": "#E7E5DB",
"breadcrumb.activeSelectionForeground": "#22222215",
"breadcrumb.activeSelectionForeground": "#22222218",
"breadcrumbPicker.background": "#F1F0E9",

@@ -115,5 +115,5 @@ "editor.foreground": "#393a34",

"editor.findMatchHighlightBackground": "#e6cc7766",
"editor.inactiveSelectionBackground": "#22222208",
"editor.selectionBackground": "#22222215",
"editor.selectionHighlightBackground": "#22222208",
"editor.inactiveSelectionBackground": "#22222210",
"editor.selectionBackground": "#22222218",
"editor.selectionHighlightBackground": "#22222210",
"editor.wordHighlightBackground": "#1c6b4805",

@@ -136,3 +136,3 @@ "editor.wordHighlightStrongBackground": "#1c6b4810",

"terminal.foreground": "#393a34",
"terminal.selectionBackground": "#22222215",
"terminal.selectionBackground": "#22222218",
"terminal.ansiBrightBlack": "#aaaaaa",

@@ -139,0 +139,0 @@ "terminal.ansiBrightBlue": "#296aa3",

@@ -59,3 +59,3 @@ {

"list.inactiveFocusBackground": "#ffffff",
"list.focusBackground": "#f7f7f7",
"list.focusBackground": "#ffffff",
"list.highlightForeground": "#1c6b48",

@@ -100,3 +100,3 @@ "tree.indentGuidesStroke": "#e1e4e8",

"breadcrumb.background": "#f7f7f7",
"breadcrumb.activeSelectionForeground": "#22222215",
"breadcrumb.activeSelectionForeground": "#22222218",
"breadcrumbPicker.background": "#ffffff",

@@ -115,5 +115,5 @@ "editor.foreground": "#393a34",

"editor.findMatchHighlightBackground": "#e6cc7766",
"editor.inactiveSelectionBackground": "#22222208",
"editor.selectionBackground": "#22222215",
"editor.selectionHighlightBackground": "#22222208",
"editor.inactiveSelectionBackground": "#22222210",
"editor.selectionBackground": "#22222218",
"editor.selectionHighlightBackground": "#22222210",
"editor.wordHighlightBackground": "#1c6b4805",

@@ -136,3 +136,3 @@ "editor.wordHighlightStrongBackground": "#1c6b4810",

"terminal.foreground": "#393a34",
"terminal.selectionBackground": "#22222215",
"terminal.selectionBackground": "#22222218",
"terminal.ansiBrightBlack": "#aaaaaa",

@@ -139,0 +139,0 @@ "terminal.ansiBrightBlue": "#296aa3",

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