theme-vitesse
Advanced tools
Comparing version 0.6.4 to 0.7.2
{ | ||
"publisher": "antfu", | ||
"name": "theme-vitesse", | ||
"displayName": "Vitesse Theme", | ||
"version": "0.6.4", | ||
"packageManager": "pnpm@7.5.0", | ||
"version": "0.7.2", | ||
"packageManager": "pnpm@8.5.0", | ||
"description": "Vitesse theme for VS Code", | ||
"categories": [ | ||
"Themes" | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/antfu/vscode-theme-vitesse" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/antfu/vscode-theme-vitesse/issues" | ||
}, | ||
"keywords": [ | ||
@@ -16,21 +22,12 @@ "theme", | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/antfu/vscode-theme-vitesse" | ||
}, | ||
"categories": [ | ||
"Themes" | ||
], | ||
"icon": "icon.png", | ||
"files": [ | ||
"themes" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/antfu/vscode-theme-vitesse/issues" | ||
"engines": { | ||
"vscode": "^1.43.0" | ||
}, | ||
"publisher": "antfu", | ||
"scripts": { | ||
"build": "esno src/index.ts", | ||
"dev": "nodemon --watch src -e ts --exec \"esno src/index.ts\"", | ||
"vscode:prepublish": "npm run build", | ||
"lint": "eslint .", | ||
"release": "npm run build && npx bumpp --commit --tag --push --all && vsce publish --no-dependencies" | ||
}, | ||
"contributes": { | ||
@@ -65,20 +62,24 @@ "themes": [ | ||
}, | ||
"scripts": { | ||
"build": "esno src/index.ts", | ||
"dev": "nodemon --watch src -e ts --exec \"esno src/index.ts\"", | ||
"vscode:prepublish": "npm run build", | ||
"lint": "eslint .", | ||
"prepublishOnly": "npm run build", | ||
"release": "bumpp --all && vsce publish --no-dependencies" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.19.4", | ||
"@antfu/utils": "^0.5.0", | ||
"@antfu/eslint-config": "^0.38.6", | ||
"@antfu/utils": "^0.7.2", | ||
"@types/color": "^3.0.3", | ||
"@types/node": "^17.0.23", | ||
"@types/node": "^18.16.7", | ||
"color": "^4.2.3", | ||
"eslint": "^8.12.0", | ||
"esno": "^0.14.1", | ||
"nodemon": "^2.0.15", | ||
"tsup": "^5.12.4", | ||
"typescript": "^4.6.3", | ||
"vsce": "^2.7.0" | ||
"eslint": "^8.40.0", | ||
"esno": "^0.16.3", | ||
"nodemon": "^2.0.22", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.4", | ||
"vsce": "^2.15.0" | ||
}, | ||
"engines": { | ||
"vscode": "^1.43.0" | ||
}, | ||
"icon": "icon.png", | ||
"preview": true | ||
} |
@@ -6,3 +6,3 @@ { | ||
"focusBorder": "#00000000", | ||
"foreground": "#dbd7caee", | ||
"foreground": "#dbd7cacc", | ||
"descriptionForeground": "#dedcd590", | ||
@@ -20,11 +20,11 @@ "errorForeground": "#cb7676", | ||
"button.hoverBackground": "#4d9375", | ||
"checkbox.background": "#050505", | ||
"checkbox.background": "#121212", | ||
"checkbox.border": "#2f363d", | ||
"dropdown.background": "#000", | ||
"dropdown.border": "#191919", | ||
"dropdown.foreground": "#dbd7caee", | ||
"dropdown.listBackground": "#050505", | ||
"input.background": "#050505", | ||
"dropdown.foreground": "#dbd7cacc", | ||
"dropdown.listBackground": "#121212", | ||
"input.background": "#121212", | ||
"input.border": "#191919", | ||
"input.foreground": "#dbd7caee", | ||
"input.foreground": "#dbd7cacc", | ||
"input.placeholderForeground": "#dedcd590", | ||
@@ -39,4 +39,4 @@ "inputOption.activeBackground": "#dedcd550", | ||
"titleBar.inactiveBackground": "#000", | ||
"titleBar.border": "#050505", | ||
"activityBar.foreground": "#dbd7caee", | ||
"titleBar.border": "#121212", | ||
"activityBar.foreground": "#dbd7cacc", | ||
"activityBar.inactiveForeground": "#dedcd550", | ||
@@ -51,18 +51,19 @@ "activityBar.background": "#000", | ||
"sideBar.border": "#191919", | ||
"sideBarTitle.foreground": "#dbd7caee", | ||
"sideBarSectionHeader.foreground": "#dbd7caee", | ||
"sideBarTitle.foreground": "#dbd7cacc", | ||
"sideBarSectionHeader.foreground": "#dbd7cacc", | ||
"sideBarSectionHeader.background": "#000", | ||
"sideBarSectionHeader.border": "#191919", | ||
"list.hoverForeground": "#dbd7caee", | ||
"list.inactiveSelectionForeground": "#dbd7caee", | ||
"list.activeSelectionForeground": "#dbd7caee", | ||
"list.hoverBackground": "#050505", | ||
"list.inactiveSelectionBackground": "#050505", | ||
"list.activeSelectionBackground": "#050505", | ||
"list.hoverForeground": "#dbd7cacc", | ||
"list.inactiveSelectionForeground": "#dbd7cacc", | ||
"list.activeSelectionForeground": "#dbd7cacc", | ||
"list.hoverBackground": "#121212", | ||
"list.inactiveSelectionBackground": "#121212", | ||
"list.activeSelectionBackground": "#121212", | ||
"list.inactiveFocusBackground": "#000", | ||
"list.focusBackground": "#050505", | ||
"list.focusBackground": "#121212", | ||
"list.highlightForeground": "#4d9375", | ||
"tree.indentGuidesStroke": "#2f363d", | ||
"notificationCenterHeader.foreground": "#959da5", | ||
"notificationCenterHeader.background": "#000", | ||
"notifications.foreground": "#dbd7caee", | ||
"notifications.foreground": "#dbd7cacc", | ||
"notifications.background": "#000", | ||
@@ -73,6 +74,7 @@ "notifications.border": "#191919", | ||
"notificationsInfoIcon.foreground": "#6394bf", | ||
"pickerGroup.border": "#444d56", | ||
"pickerGroup.foreground": "#dbd7caee", | ||
"pickerGroup.border": "#191919", | ||
"pickerGroup.foreground": "#dbd7cacc", | ||
"quickInput.background": "#000", | ||
"quickInput.foreground": "#dbd7caee", | ||
"quickInput.foreground": "#dbd7cacc", | ||
"quickInputList.focusBackground": "#121212", | ||
"statusBar.foreground": "#bfbaaa", | ||
@@ -82,13 +84,13 @@ "statusBar.background": "#000", | ||
"statusBar.noFolderBackground": "#000", | ||
"statusBar.debuggingBackground": "#050505", | ||
"statusBar.debuggingBackground": "#121212", | ||
"statusBar.debuggingForeground": "#bfbaaa", | ||
"statusBarItem.prominentBackground": "#050505", | ||
"statusBarItem.prominentBackground": "#121212", | ||
"editorGroupHeader.tabsBackground": "#000", | ||
"editorGroupHeader.tabsBorder": "#191919", | ||
"editorGroup.border": "#191919", | ||
"tab.activeForeground": "#dbd7caee", | ||
"tab.activeForeground": "#dbd7cacc", | ||
"tab.inactiveForeground": "#959da5", | ||
"tab.inactiveBackground": "#000", | ||
"tab.activeBackground": "#000", | ||
"tab.hoverBackground": "#050505", | ||
"tab.hoverBackground": "#121212", | ||
"tab.unfocusedHoverBackground": "#000", | ||
@@ -101,11 +103,11 @@ "tab.border": "#191919", | ||
"breadcrumb.foreground": "#959da5", | ||
"breadcrumb.focusForeground": "#dbd7caee", | ||
"breadcrumb.background": "#050505", | ||
"breadcrumb.focusForeground": "#dbd7cacc", | ||
"breadcrumb.background": "#121212", | ||
"breadcrumb.activeSelectionForeground": "#eeeeee15", | ||
"breadcrumbPicker.background": "#000", | ||
"editor.foreground": "#dbd7caee", | ||
"editor.foreground": "#dbd7cacc", | ||
"editor.background": "#000", | ||
"editorWidget.background": "#000", | ||
"editor.foldBackground": "#eeeeee10", | ||
"editor.lineHighlightBackground": "#050505", | ||
"editor.lineHighlightBackground": "#121212", | ||
"editorLineNumber.foreground": "#dedcd550", | ||
@@ -134,6 +136,6 @@ "editorLineNumber.activeForeground": "#bfbaaa", | ||
"panelTitle.activeBorder": "#4d9375", | ||
"panelTitle.activeForeground": "#dbd7caee", | ||
"panelTitle.activeForeground": "#dbd7cacc", | ||
"panelTitle.inactiveForeground": "#959da5", | ||
"panelInput.border": "#2f363d", | ||
"terminal.foreground": "#dbd7caee", | ||
"terminal.foreground": "#dbd7cacc", | ||
"terminal.selectionBackground": "#eeeeee15", | ||
@@ -179,3 +181,3 @@ "terminal.ansiBrightBlack": "#777777", | ||
"peekViewResult.background": "#000", | ||
"settings.headerForeground": "#dbd7caee", | ||
"settings.headerForeground": "#dbd7cacc", | ||
"settings.modifiedItemIndicator": "#4d9375", | ||
@@ -193,6 +195,6 @@ "welcomePage.buttonBackground": "#2f363d", | ||
"editorGutter.foldingControlForeground": "#dedcd590", | ||
"editorInlayHint.foreground": "#666666", | ||
"editorInlayHint.foreground": "#666666cc", | ||
"editorInlayHint.background": "#00000000", | ||
"editorStickyScroll.background": "#050505", | ||
"editorStickyScrollHover.background": "#050505", | ||
"editorStickyScroll.background": "#121212", | ||
"editorStickyScrollHover.background": "#121212", | ||
"menu.separatorBackground": "#191919" | ||
@@ -204,5 +206,5 @@ }, | ||
"property": "#b8a965", | ||
"interface": "#5DA994", | ||
"type": "#5DA994", | ||
"class": "#6893BF" | ||
"interface": "#5d99a9", | ||
"type": "#5d99a9", | ||
"class": "#7f8ac7" | ||
}, | ||
@@ -228,3 +230,4 @@ "tokenColors": [ | ||
"keyword.operator.type.annotation", | ||
"keyword.operator.relational.ts", | ||
"keyword.operator.relational", | ||
"keyword.operator.assignment", | ||
"meta.brace", | ||
@@ -235,2 +238,3 @@ "meta.tag.block.any.html", | ||
"meta.type.annotation", | ||
"meta.embedded.block.github-actions-expression", | ||
"storage.type.function.arrow", | ||
@@ -242,3 +246,3 @@ "keyword.operator.type", | ||
"settings": { | ||
"foreground": "#666666" | ||
"foreground": "#666666cc" | ||
} | ||
@@ -269,3 +273,3 @@ }, | ||
"settings": { | ||
"foreground": "#dbd7caee" | ||
"foreground": "#dbd7cacc" | ||
} | ||
@@ -311,2 +315,3 @@ }, | ||
"scope": [ | ||
"text.html.derivative", | ||
"storage.modifier.package", | ||
@@ -317,3 +322,3 @@ "storage.modifier.import", | ||
"settings": { | ||
"foreground": "#dbd7caee" | ||
"foreground": "#dbd7cacc" | ||
} | ||
@@ -382,3 +387,3 @@ }, | ||
"settings": { | ||
"foreground": "#5da9a7" | ||
"foreground": "#5DA994" | ||
} | ||
@@ -395,2 +400,3 @@ }, | ||
"keyword.operator", | ||
"keyword.operator.assignment.compound", | ||
"meta.var.expr.ts" | ||
@@ -536,3 +542,3 @@ ], | ||
"settings": { | ||
"foreground": "#5DA994" | ||
"foreground": "#5d99a9" | ||
} | ||
@@ -544,3 +550,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#dbd7caee" | ||
"foreground": "#dbd7cacc" | ||
} | ||
@@ -552,3 +558,3 @@ }, | ||
"fontStyle": "bold", | ||
"foreground": "#dbd7caee" | ||
"foreground": "#dbd7cacc" | ||
} | ||
@@ -674,3 +680,3 @@ }, | ||
"settings": { | ||
"foreground": "#6893BF" | ||
"foreground": "#7f8ac7" | ||
} | ||
@@ -710,63 +716,71 @@ }, | ||
"token": "delimiter.bracket", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "delimiter", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "invalid.illegal.character-not-allowed-here.html", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "keyword.operator.rest", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "keyword.operator.spread", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "keyword.operator.type.annotation", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "keyword.operator.relational.ts", | ||
"foreground": "666666" | ||
"token": "keyword.operator.relational", | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "keyword.operator.assignment", | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "meta.brace", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "meta.tag.block.any.html", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "meta.tag.inline.any.html", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "meta.tag.structure.input.void.html", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "meta.type.annotation", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "meta.embedded.block.github-actions-expression", | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "storage.type.function.arrow", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "keyword.operator.type", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "meta.objectliteral.ts", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
{ | ||
"token": "punctuation", | ||
"foreground": "666666" | ||
"foreground": "666666cc" | ||
}, | ||
@@ -799,3 +813,3 @@ { | ||
"token": "variable.parameter.function", | ||
"foreground": "dbd7caee" | ||
"foreground": "dbd7cacc" | ||
}, | ||
@@ -843,12 +857,16 @@ { | ||
{ | ||
"token": "text.html.derivative", | ||
"foreground": "dbd7cacc" | ||
}, | ||
{ | ||
"token": "storage.modifier.package", | ||
"foreground": "dbd7caee" | ||
"foreground": "dbd7cacc" | ||
}, | ||
{ | ||
"token": "storage.modifier.import", | ||
"foreground": "dbd7caee" | ||
"foreground": "dbd7cacc" | ||
}, | ||
{ | ||
"token": "storage.type.java", | ||
"foreground": "dbd7caee" | ||
"foreground": "dbd7cacc" | ||
}, | ||
@@ -917,7 +935,7 @@ { | ||
"token": "support.type.primitive", | ||
"foreground": "5da9a7" | ||
"foreground": "5DA994" | ||
}, | ||
{ | ||
"token": "entity.name.type", | ||
"foreground": "5da9a7" | ||
"foreground": "5DA994" | ||
}, | ||
@@ -933,2 +951,6 @@ { | ||
{ | ||
"token": "keyword.operator.assignment.compound", | ||
"foreground": "cb7676" | ||
}, | ||
{ | ||
"token": "meta.var.expr.ts", | ||
@@ -1035,11 +1057,11 @@ "foreground": "cb7676" | ||
"token": "markup.quote", | ||
"foreground": "5DA994" | ||
"foreground": "5d99a9" | ||
}, | ||
{ | ||
"token": "markup.italic", | ||
"foreground": "dbd7caee" | ||
"foreground": "dbd7cacc" | ||
}, | ||
{ | ||
"token": "markup.bold", | ||
"foreground": "dbd7caee" | ||
"foreground": "dbd7cacc" | ||
}, | ||
@@ -1156,3 +1178,3 @@ { | ||
"token": "type.identifier", | ||
"foreground": "6893BF" | ||
"foreground": "7f8ac7" | ||
}, | ||
@@ -1159,0 +1181,0 @@ { |
@@ -60,2 +60,3 @@ { | ||
"list.focusBackground": "#292929", | ||
"list.highlightForeground": "#4d9375", | ||
"tree.indentGuidesStroke": "#2f363d", | ||
@@ -70,6 +71,7 @@ "notificationCenterHeader.foreground": "#959da5", | ||
"notificationsInfoIcon.foreground": "#6394bf", | ||
"pickerGroup.border": "#444d56", | ||
"pickerGroup.border": "#252525", | ||
"pickerGroup.foreground": "#dbd7caee", | ||
"quickInput.background": "#222", | ||
"quickInput.foreground": "#dbd7caee", | ||
"quickInputList.focusBackground": "#292929", | ||
"statusBar.foreground": "#bfbaaa", | ||
@@ -196,5 +198,5 @@ "statusBar.background": "#222", | ||
"property": "#b8a965", | ||
"interface": "#5DA994", | ||
"type": "#5DA994", | ||
"class": "#6893BF" | ||
"interface": "#5d99a9", | ||
"type": "#5d99a9", | ||
"class": "#7f8ac7" | ||
}, | ||
@@ -220,3 +222,4 @@ "tokenColors": [ | ||
"keyword.operator.type.annotation", | ||
"keyword.operator.relational.ts", | ||
"keyword.operator.relational", | ||
"keyword.operator.assignment", | ||
"meta.brace", | ||
@@ -227,2 +230,3 @@ "meta.tag.block.any.html", | ||
"meta.type.annotation", | ||
"meta.embedded.block.github-actions-expression", | ||
"storage.type.function.arrow", | ||
@@ -301,2 +305,3 @@ "keyword.operator.type", | ||
"scope": [ | ||
"text.html.derivative", | ||
"storage.modifier.package", | ||
@@ -371,3 +376,3 @@ "storage.modifier.import", | ||
"settings": { | ||
"foreground": "#5da9a7" | ||
"foreground": "#5DA994" | ||
} | ||
@@ -384,2 +389,3 @@ }, | ||
"keyword.operator", | ||
"keyword.operator.assignment.compound", | ||
"meta.var.expr.ts" | ||
@@ -525,3 +531,3 @@ ], | ||
"settings": { | ||
"foreground": "#5DA994" | ||
"foreground": "#5d99a9" | ||
} | ||
@@ -661,3 +667,3 @@ }, | ||
"settings": { | ||
"foreground": "#6893BF" | ||
"foreground": "#7f8ac7" | ||
} | ||
@@ -720,6 +726,10 @@ }, | ||
{ | ||
"token": "keyword.operator.relational.ts", | ||
"token": "keyword.operator.relational", | ||
"foreground": "666666" | ||
}, | ||
{ | ||
"token": "keyword.operator.assignment", | ||
"foreground": "666666" | ||
}, | ||
{ | ||
"token": "meta.brace", | ||
@@ -745,2 +755,6 @@ "foreground": "666666" | ||
{ | ||
"token": "meta.embedded.block.github-actions-expression", | ||
"foreground": "666666" | ||
}, | ||
{ | ||
"token": "storage.type.function.arrow", | ||
@@ -830,2 +844,6 @@ "foreground": "666666" | ||
{ | ||
"token": "text.html.derivative", | ||
"foreground": "dbd7caee" | ||
}, | ||
{ | ||
"token": "storage.modifier.package", | ||
@@ -904,7 +922,7 @@ "foreground": "dbd7caee" | ||
"token": "support.type.primitive", | ||
"foreground": "5da9a7" | ||
"foreground": "5DA994" | ||
}, | ||
{ | ||
"token": "entity.name.type", | ||
"foreground": "5da9a7" | ||
"foreground": "5DA994" | ||
}, | ||
@@ -920,2 +938,6 @@ { | ||
{ | ||
"token": "keyword.operator.assignment.compound", | ||
"foreground": "cb7676" | ||
}, | ||
{ | ||
"token": "meta.var.expr.ts", | ||
@@ -1022,3 +1044,3 @@ "foreground": "cb7676" | ||
"token": "markup.quote", | ||
"foreground": "5DA994" | ||
"foreground": "5d99a9" | ||
}, | ||
@@ -1143,3 +1165,3 @@ { | ||
"token": "type.identifier", | ||
"foreground": "6893BF" | ||
"foreground": "7f8ac7" | ||
}, | ||
@@ -1146,0 +1168,0 @@ { |
@@ -60,2 +60,3 @@ { | ||
"list.focusBackground": "#181818", | ||
"list.highlightForeground": "#4d9375", | ||
"tree.indentGuidesStroke": "#2f363d", | ||
@@ -70,6 +71,7 @@ "notificationCenterHeader.foreground": "#959da5", | ||
"notificationsInfoIcon.foreground": "#6394bf", | ||
"pickerGroup.border": "#444d56", | ||
"pickerGroup.border": "#191919", | ||
"pickerGroup.foreground": "#dbd7caee", | ||
"quickInput.background": "#121212", | ||
"quickInput.foreground": "#dbd7caee", | ||
"quickInputList.focusBackground": "#181818", | ||
"statusBar.foreground": "#bfbaaa", | ||
@@ -196,5 +198,5 @@ "statusBar.background": "#121212", | ||
"property": "#b8a965", | ||
"interface": "#5DA994", | ||
"type": "#5DA994", | ||
"class": "#6893BF" | ||
"interface": "#5d99a9", | ||
"type": "#5d99a9", | ||
"class": "#7f8ac7" | ||
}, | ||
@@ -220,3 +222,4 @@ "tokenColors": [ | ||
"keyword.operator.type.annotation", | ||
"keyword.operator.relational.ts", | ||
"keyword.operator.relational", | ||
"keyword.operator.assignment", | ||
"meta.brace", | ||
@@ -227,2 +230,3 @@ "meta.tag.block.any.html", | ||
"meta.type.annotation", | ||
"meta.embedded.block.github-actions-expression", | ||
"storage.type.function.arrow", | ||
@@ -301,2 +305,3 @@ "keyword.operator.type", | ||
"scope": [ | ||
"text.html.derivative", | ||
"storage.modifier.package", | ||
@@ -371,3 +376,3 @@ "storage.modifier.import", | ||
"settings": { | ||
"foreground": "#5da9a7" | ||
"foreground": "#5DA994" | ||
} | ||
@@ -384,2 +389,3 @@ }, | ||
"keyword.operator", | ||
"keyword.operator.assignment.compound", | ||
"meta.var.expr.ts" | ||
@@ -525,3 +531,3 @@ ], | ||
"settings": { | ||
"foreground": "#5DA994" | ||
"foreground": "#5d99a9" | ||
} | ||
@@ -661,3 +667,3 @@ }, | ||
"settings": { | ||
"foreground": "#6893BF" | ||
"foreground": "#7f8ac7" | ||
} | ||
@@ -720,6 +726,10 @@ }, | ||
{ | ||
"token": "keyword.operator.relational.ts", | ||
"token": "keyword.operator.relational", | ||
"foreground": "666666" | ||
}, | ||
{ | ||
"token": "keyword.operator.assignment", | ||
"foreground": "666666" | ||
}, | ||
{ | ||
"token": "meta.brace", | ||
@@ -745,2 +755,6 @@ "foreground": "666666" | ||
{ | ||
"token": "meta.embedded.block.github-actions-expression", | ||
"foreground": "666666" | ||
}, | ||
{ | ||
"token": "storage.type.function.arrow", | ||
@@ -830,2 +844,6 @@ "foreground": "666666" | ||
{ | ||
"token": "text.html.derivative", | ||
"foreground": "dbd7caee" | ||
}, | ||
{ | ||
"token": "storage.modifier.package", | ||
@@ -904,7 +922,7 @@ "foreground": "dbd7caee" | ||
"token": "support.type.primitive", | ||
"foreground": "5da9a7" | ||
"foreground": "5DA994" | ||
}, | ||
{ | ||
"token": "entity.name.type", | ||
"foreground": "5da9a7" | ||
"foreground": "5DA994" | ||
}, | ||
@@ -920,2 +938,6 @@ { | ||
{ | ||
"token": "keyword.operator.assignment.compound", | ||
"foreground": "cb7676" | ||
}, | ||
{ | ||
"token": "meta.var.expr.ts", | ||
@@ -1022,3 +1044,3 @@ "foreground": "cb7676" | ||
"token": "markup.quote", | ||
"foreground": "5DA994" | ||
"foreground": "5d99a9" | ||
}, | ||
@@ -1143,3 +1165,3 @@ { | ||
"token": "type.identifier", | ||
"foreground": "6893BF" | ||
"foreground": "7f8ac7" | ||
}, | ||
@@ -1146,0 +1168,0 @@ { |
@@ -60,2 +60,3 @@ { | ||
"list.focusBackground": "#E7E5DB", | ||
"list.highlightForeground": "#1c6b48", | ||
"tree.indentGuidesStroke": "#e1e4e8", | ||
@@ -70,6 +71,7 @@ "notificationCenterHeader.foreground": "#6a737d", | ||
"notificationsInfoIcon.foreground": "#296aa3", | ||
"pickerGroup.border": "#e1e4e8", | ||
"pickerGroup.border": "#E7E5DB", | ||
"pickerGroup.foreground": "#393a34", | ||
"quickInput.background": "#F1F0E9", | ||
"quickInput.foreground": "#393a34", | ||
"quickInputList.focusBackground": "#E7E5DB", | ||
"statusBar.foreground": "#4e4f47", | ||
@@ -194,4 +196,4 @@ "statusBar.background": "#F1F0E9", | ||
"property": "#998418", | ||
"interface": "#2e8f82", | ||
"type": "#2e8f82", | ||
"interface": "#2e808f", | ||
"type": "#2e808f", | ||
"class": "#5a6aa6" | ||
@@ -218,3 +220,4 @@ }, | ||
"keyword.operator.type.annotation", | ||
"keyword.operator.relational.ts", | ||
"keyword.operator.relational", | ||
"keyword.operator.assignment", | ||
"meta.brace", | ||
@@ -225,2 +228,3 @@ "meta.tag.block.any.html", | ||
"meta.type.annotation", | ||
"meta.embedded.block.github-actions-expression", | ||
"storage.type.function.arrow", | ||
@@ -299,2 +303,3 @@ "keyword.operator.type", | ||
"scope": [ | ||
"text.html.derivative", | ||
"storage.modifier.package", | ||
@@ -369,3 +374,3 @@ "storage.modifier.import", | ||
"settings": { | ||
"foreground": "#2e808f" | ||
"foreground": "#2e8f82" | ||
} | ||
@@ -382,2 +387,3 @@ }, | ||
"keyword.operator", | ||
"keyword.operator.assignment.compound", | ||
"meta.var.expr.ts" | ||
@@ -523,3 +529,3 @@ ], | ||
"settings": { | ||
"foreground": "#2e8f82" | ||
"foreground": "#2e808f" | ||
} | ||
@@ -717,6 +723,10 @@ }, | ||
{ | ||
"token": "keyword.operator.relational.ts", | ||
"token": "keyword.operator.relational", | ||
"foreground": "999999" | ||
}, | ||
{ | ||
"token": "keyword.operator.assignment", | ||
"foreground": "999999" | ||
}, | ||
{ | ||
"token": "meta.brace", | ||
@@ -742,2 +752,6 @@ "foreground": "999999" | ||
{ | ||
"token": "meta.embedded.block.github-actions-expression", | ||
"foreground": "999999" | ||
}, | ||
{ | ||
"token": "storage.type.function.arrow", | ||
@@ -827,2 +841,6 @@ "foreground": "999999" | ||
{ | ||
"token": "text.html.derivative", | ||
"foreground": "393a34" | ||
}, | ||
{ | ||
"token": "storage.modifier.package", | ||
@@ -901,7 +919,7 @@ "foreground": "393a34" | ||
"token": "support.type.primitive", | ||
"foreground": "2e808f" | ||
"foreground": "2e8f82" | ||
}, | ||
{ | ||
"token": "entity.name.type", | ||
"foreground": "2e808f" | ||
"foreground": "2e8f82" | ||
}, | ||
@@ -917,2 +935,6 @@ { | ||
{ | ||
"token": "keyword.operator.assignment.compound", | ||
"foreground": "ab5959" | ||
}, | ||
{ | ||
"token": "meta.var.expr.ts", | ||
@@ -1019,3 +1041,3 @@ "foreground": "ab5959" | ||
"token": "markup.quote", | ||
"foreground": "2e8f82" | ||
"foreground": "2e808f" | ||
}, | ||
@@ -1022,0 +1044,0 @@ { |
@@ -60,2 +60,3 @@ { | ||
"list.focusBackground": "#f7f7f7", | ||
"list.highlightForeground": "#1c6b48", | ||
"tree.indentGuidesStroke": "#e1e4e8", | ||
@@ -70,6 +71,7 @@ "notificationCenterHeader.foreground": "#6a737d", | ||
"notificationsInfoIcon.foreground": "#296aa3", | ||
"pickerGroup.border": "#e1e4e8", | ||
"pickerGroup.border": "#f0f0f0", | ||
"pickerGroup.foreground": "#393a34", | ||
"quickInput.background": "#ffffff", | ||
"quickInput.foreground": "#393a34", | ||
"quickInputList.focusBackground": "#f7f7f7", | ||
"statusBar.foreground": "#4e4f47", | ||
@@ -194,4 +196,4 @@ "statusBar.background": "#ffffff", | ||
"property": "#998418", | ||
"interface": "#2e8f82", | ||
"type": "#2e8f82", | ||
"interface": "#2e808f", | ||
"type": "#2e808f", | ||
"class": "#5a6aa6" | ||
@@ -218,3 +220,4 @@ }, | ||
"keyword.operator.type.annotation", | ||
"keyword.operator.relational.ts", | ||
"keyword.operator.relational", | ||
"keyword.operator.assignment", | ||
"meta.brace", | ||
@@ -225,2 +228,3 @@ "meta.tag.block.any.html", | ||
"meta.type.annotation", | ||
"meta.embedded.block.github-actions-expression", | ||
"storage.type.function.arrow", | ||
@@ -299,2 +303,3 @@ "keyword.operator.type", | ||
"scope": [ | ||
"text.html.derivative", | ||
"storage.modifier.package", | ||
@@ -369,3 +374,3 @@ "storage.modifier.import", | ||
"settings": { | ||
"foreground": "#2e808f" | ||
"foreground": "#2e8f82" | ||
} | ||
@@ -382,2 +387,3 @@ }, | ||
"keyword.operator", | ||
"keyword.operator.assignment.compound", | ||
"meta.var.expr.ts" | ||
@@ -523,3 +529,3 @@ ], | ||
"settings": { | ||
"foreground": "#2e8f82" | ||
"foreground": "#2e808f" | ||
} | ||
@@ -717,6 +723,10 @@ }, | ||
{ | ||
"token": "keyword.operator.relational.ts", | ||
"token": "keyword.operator.relational", | ||
"foreground": "999999" | ||
}, | ||
{ | ||
"token": "keyword.operator.assignment", | ||
"foreground": "999999" | ||
}, | ||
{ | ||
"token": "meta.brace", | ||
@@ -742,2 +752,6 @@ "foreground": "999999" | ||
{ | ||
"token": "meta.embedded.block.github-actions-expression", | ||
"foreground": "999999" | ||
}, | ||
{ | ||
"token": "storage.type.function.arrow", | ||
@@ -827,2 +841,6 @@ "foreground": "999999" | ||
{ | ||
"token": "text.html.derivative", | ||
"foreground": "393a34" | ||
}, | ||
{ | ||
"token": "storage.modifier.package", | ||
@@ -901,7 +919,7 @@ "foreground": "393a34" | ||
"token": "support.type.primitive", | ||
"foreground": "2e808f" | ||
"foreground": "2e8f82" | ||
}, | ||
{ | ||
"token": "entity.name.type", | ||
"foreground": "2e808f" | ||
"foreground": "2e8f82" | ||
}, | ||
@@ -917,2 +935,6 @@ { | ||
{ | ||
"token": "keyword.operator.assignment.compound", | ||
"foreground": "ab5959" | ||
}, | ||
{ | ||
"token": "meta.var.expr.ts", | ||
@@ -1019,3 +1041,3 @@ "foreground": "ab5959" | ||
"token": "markup.quote", | ||
"foreground": "2e8f82" | ||
"foreground": "2e808f" | ||
}, | ||
@@ -1022,0 +1044,0 @@ { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144487
5791