@@ -15,50 +15,61 @@ export const theme = [
1515 [ "--vscode-activityBarTop-inactiveForeground" , "#292929" ] ,
1616 [ "--vscode-activityErrorBadge-background" , "#f14c4c" ] ,
1717 [ "--vscode-activityErrorBadge-foreground" , "#000000" ] ,
18- [ "--vscode-activityWarningBadge-background" , "#cca700" ] ,
19- [ "--vscode-activityWarningBadge-foreground" , "#000000" ] ,
18+ [ "--vscode-activityWarningBadge-background" , "#b27c00" ] ,
19+ [ "--vscode-activityWarningBadge-foreground" , "#ffffff" ] ,
20+ [ "--vscode-agentSessionSelectedBadge-border" , "#292929" ] ,
21+ [ "--vscode-agentSessionSelectedUnfocusedBadge-border" , "#292929" ] ,
22+ [ "--vscode-aiCustomizationManagement-sashBorder" , "#0f4a85" ] ,
2023 [ "--vscode-badge-background" , "#0f4a85" ] ,
2124 [ "--vscode-badge-foreground" , "#ffffff" ] ,
2225 [ "--vscode-banner-background" , "rgba(15, 74, 133, 0.1)" ] ,
23- [ "--vscode-banner-iconForeground" , "#1a85ff" ] ,
26+ [ "--vscode-banner-iconForeground" , "#0063d3" ] ,
27+ [ "--vscode-bodyFontSize" , "13px" ] ,
28+ [ "--vscode-bodyFontSize-small" , "12px" ] ,
29+ [ "--vscode-bodyFontSize-xSmall" , "11px" ] ,
2430 [ "--vscode-breadcrumb-activeSelectionForeground" , "#2d2d2d" ] ,
2531 [ "--vscode-breadcrumb-background" , "#ffffff" ] ,
2632 [ "--vscode-breadcrumb-focusForeground" , "#2d2d2d" ] ,
2733 [ "--vscode-breadcrumb-foreground" , "rgba(41, 41, 41, 0.8)" ] ,
2834 [ "--vscode-breadcrumbPicker-background" , "#ffffff" ] ,
35+ [ "--vscode-browser-border" , "#0f4a85" ] ,
2936 [ "--vscode-button-background" , "#0f4a85" ] ,
3037 [ "--vscode-button-border" , "#0f4a85" ] ,
3138 [ "--vscode-button-foreground" , "#ffffff" ] ,
3239 [ "--vscode-button-hoverBackground" , "#0f4a85" ] ,
3340 [ "--vscode-button-secondaryBackground" , "#ffffff" ] ,
41+ [ "--vscode-button-secondaryBorder" , "#0f4a85" ] ,
3442 [ "--vscode-button-secondaryForeground" , "#292929" ] ,
3543 [ "--vscode-button-separator" , "rgba(255, 255, 255, 0.4)" ] ,
3644 [ "--vscode-chart-axis" , "#0f4a85" ] ,
3745 [ "--vscode-chart-guide" , "#0f4a85" ] ,
3846 [ "--vscode-chart-line" , "#236b8e" ] ,
39- [ "--vscode-charts-blue" , "#1a85ff " ] ,
47+ [ "--vscode-charts-blue" , "#0063d3 " ] ,
4048 [ "--vscode-charts-foreground" , "#292929" ] ,
4149 [ "--vscode-charts-green" , "#374e06" ] ,
4250 [ "--vscode-charts-lines" , "rgba(41, 41, 41, 0.5)" ] ,
43- [ "--vscode-charts-orange" , "#0f4a85" ] ,
4451 [ "--vscode-charts-purple" , "#652d90" ] ,
4552 [ "--vscode-charts-red" , "#b5200d" ] ,
4653 [ "--vscode-charts-yellow" , "#895503" ] ,
4754 [ "--vscode-chat-avatarBackground" , "#ffffff" ] ,
4855 [ "--vscode-chat-avatarForeground" , "#292929" ] ,
56+ [ "--vscode-chat-checkpointSeparator" , "#a5a5a5" ] ,
4957 [ "--vscode-chat-editedFileForeground" , "#895503" ] ,
5058 [ "--vscode-chat-linesAddedForeground" , "#107c10" ] ,
5159 [ "--vscode-chat-linesRemovedForeground" , "#b5200d" ] ,
5260 [ "--vscode-chat-requestBorder" , "#0f4a85" ] ,
5361 [ "--vscode-chat-slashCommandBackground" , "#0f4a85" ] ,
5462 [ "--vscode-chat-slashCommandForeground" , "#ffffff" ] ,
63+ [ "--vscode-chat-thinkingShimmer" , "#000000" ] ,
64+ [ "--vscode-chatManagement-sashBorder" , "#0f4a85" ] ,
5565 [ "--vscode-checkbox-background" , "#ffffff" ] ,
5666 [ "--vscode-checkbox-border" , "#0f4a85" ] ,
5767 [ "--vscode-checkbox-disabled\.background" , "#b8b8b8" ] ,
5868 [ "--vscode-checkbox-disabled\.foreground" , "#6f6f6f" ] ,
5969 [ "--vscode-checkbox-foreground" , "#292929" ] ,
6070 [ "--vscode-checkbox-selectBackground" , "#ffffff" ] ,
6171 [ "--vscode-checkbox-selectBorder" , "#292929" ] ,
72+ [ "--vscode-codiconFontSize" , "16px" ] ,
6273 [ "--vscode-commandCenter-activeBorder" , "#292929" ] ,
6374 [ "--vscode-commandCenter-activeForeground" , "#292929" ] ,
6475 [ "--vscode-commandCenter-border" , "#0f4a85" ] ,
@@ -70,6 +81,12 @@ export const theme = [
7081 [ "--vscode-commentsView-unresolvedIcon" , "#0f4a85" ] ,
7182 [ "--vscode-contrastActiveBorder" , "#006bbd" ] ,
7283 [ "--vscode-contrastBorder" , "#0f4a85" ] ,
84+ [ "--vscode-cornerRadius-circle" , "9999px" ] ,
85+ [ "--vscode-cornerRadius-large" , "8px" ] ,
86+ [ "--vscode-cornerRadius-medium" , "6px" ] ,
87+ [ "--vscode-cornerRadius-small" , "4px" ] ,
88+ [ "--vscode-cornerRadius-xLarge" , "12px" ] ,
89+ [ "--vscode-cornerRadius-xSmall" , "2px" ] ,
7390 [ "--vscode-debugConsole-errorForeground" , "#b5200d" ] ,
7491 [ "--vscode-debugConsole-infoForeground" , "#292929" ] ,
7592 [ "--vscode-debugConsole-sourceForeground" , "#292929" ] ,
@@ -191,6 +208,7 @@ export const theme = [
191208 [ "--vscode-editorGutter-addedBackground" , "#48985d" ] ,
192209 [ "--vscode-editorGutter-addedSecondaryBackground" , "#48985d" ] ,
193210 [ "--vscode-editorGutter-background" , "#ffffff" ] ,
211+ [ "--vscode-editorGutter-commentDraftGlyphForeground" , "#ffffff" ] ,
194212 [ "--vscode-editorGutter-commentGlyphForeground" , "#ffffff" ] ,
195213 [ "--vscode-editorGutter-commentRangeForeground" , "#000000" ] ,
196214 [ "--vscode-editorGutter-commentUnresolvedGlyphForeground" , "#ffffff" ] ,
@@ -222,7 +240,7 @@ export const theme = [
222240 [ "--vscode-editorIndentGuide-background5" , "rgba(0, 0, 0, 0)" ] ,
223241 [ "--vscode-editorIndentGuide-background6" , "rgba(0, 0, 0, 0)" ] ,
224242 [ "--vscode-editorInfo-border" , "#292929" ] ,
225- [ "--vscode-editorInfo-foreground" , "#1a85ff " ] ,
243+ [ "--vscode-editorInfo-foreground" , "#0063d3 " ] ,
226244 [ "--vscode-editorInlayHint-background" , "rgba(15, 74, 133, 0.1)" ] ,
227245 [ "--vscode-editorInlayHint-foreground" , "#000000" ] ,
228246 [ "--vscode-editorInlayHint-parameterBackground" , "rgba(15, 74, 133, 0.1)" ] ,
@@ -245,6 +263,7 @@ export const theme = [
245263 [ "--vscode-editorOverviewRuler-addedForeground" , "rgba(72, 152, 93, 0.6)" ] ,
246264 [ "--vscode-editorOverviewRuler-border" , "#666666" ] ,
247265 [ "--vscode-editorOverviewRuler-bracketMatchForeground" , "#a0a0a0" ] ,
266+ [ "--vscode-editorOverviewRuler-commentDraftForeground" , "#000000" ] ,
248267 [ "--vscode-editorOverviewRuler-commentForeground" , "#000000" ] ,
249268 [ "--vscode-editorOverviewRuler-commentUnresolvedForeground" , "#000000" ] ,
250269 [ "--vscode-editorOverviewRuler-commonContentForeground" , "#007acc" ] ,
@@ -277,14 +296,14 @@ export const theme = [
277296 [ "--vscode-editorUnnecessaryCode-border" , "#0f4a85" ] ,
278297 [ "--vscode-editorWarning-border" , "rgba(255, 204, 0, 0.8)" ] ,
279298 [ "--vscode-editorWarning-foreground" , "#895503" ] ,
280- [ "--vscode-editorWatermark-foreground" , "#292929" ] ,
281299 [ "--vscode-editorWhitespace-foreground" , "#cccccc" ] ,
282300 [ "--vscode-editorWidget-background" , "#ffffff" ] ,
283301 [ "--vscode-editorWidget-border" , "#0f4a85" ] ,
284302 [ "--vscode-editorWidget-foreground" , "#292929" ] ,
285303 [ "--vscode-errorForeground" , "#b5200d" ] ,
286304 [ "--vscode-extensionBadge-remoteBackground" , "#0f4a85" ] ,
287305 [ "--vscode-extensionBadge-remoteForeground" , "#ffffff" ] ,
306+ [ "--vscode-extensionButton-border" , "#0f4a85" ] ,
288307 [ "--vscode-extensionButton-separator" , "rgba(255, 255, 255, 0.4)" ] ,
289308 [ "--vscode-extensionIcon-preReleaseForeground" , "#0f4a85" ] ,
290309 [ "--vscode-extensionIcon-privateForeground" , "rgba(0, 0, 0, 0.38)" ] ,
@@ -295,13 +314,13 @@ export const theme = [
295314 [ "--vscode-font-size" , "13px" ] ,
296315 [ "--vscode-font-weight" , "normal" ] ,
297316 [ "--vscode-foreground" , "#292929" ] ,
298- [ "--vscode-gauge-background" , "#0f4a85 " ] ,
317+ [ "--vscode-gauge-background" , "#ffffff " ] ,
299318 [ "--vscode-gauge-border" , "#0f4a85" ] ,
300- [ "--vscode-gauge-errorBackground" , "#0f4a85 " ] ,
301- [ "--vscode-gauge-errorForeground" , "#ffffff " ] ,
302- [ "--vscode-gauge-foreground" , "#ffffff " ] ,
303- [ "--vscode-gauge-warningBackground" , "#0f4a85 " ] ,
304- [ "--vscode-gauge-warningForeground" , "#ffffff " ] ,
319+ [ "--vscode-gauge-errorBackground" , "#ffffff " ] ,
320+ [ "--vscode-gauge-errorForeground" , "#0f4a85 " ] ,
321+ [ "--vscode-gauge-foreground" , "#0f4a85 " ] ,
322+ [ "--vscode-gauge-warningBackground" , "#ffffff " ] ,
323+ [ "--vscode-gauge-warningForeground" , "#0f4a85 " ] ,
305324 [ "--vscode-icon-foreground" , "#292929" ] ,
306325 [ "--vscode-inlineChat-background" , "#ffffff" ] ,
307326 [ "--vscode-inlineChat-border" , "#0f4a85" ] ,
@@ -314,7 +333,7 @@ export const theme = [
314333 [ "--vscode-inlineEdit-gutterIndicator\.primaryBorder" , "#0f4a85" ] ,
315334 [ "--vscode-inlineEdit-gutterIndicator\.primaryForeground" , "#ffffff" ] ,
316335 [ "--vscode-inlineEdit-gutterIndicator\.secondaryBackground" , "#ffffff" ] ,
317- [ "--vscode-inlineEdit-gutterIndicator\.secondaryBorder" , "#ffffff " ] ,
336+ [ "--vscode-inlineEdit-gutterIndicator\.secondaryBorder" , "#0f4a85 " ] ,
318337 [ "--vscode-inlineEdit-gutterIndicator\.secondaryForeground" , "#292929" ] ,
319338 [ "--vscode-inlineEdit-gutterIndicator\.successfulBackground" , "#0f4a85" ] ,
320339 [ "--vscode-inlineEdit-gutterIndicator\.successfulBorder" , "#0f4a85" ] ,
@@ -353,6 +372,12 @@ export const theme = [
353372 [ "--vscode-listFilterWidget-background" , "#ffffff" ] ,
354373 [ "--vscode-listFilterWidget-noMatchesOutline" , "#0f4a85" ] ,
355374 [ "--vscode-listFilterWidget-outline" , "#007acc" ] ,
375+ [ "--vscode-markdownAlert-caution\.foreground" , "#b5200d" ] ,
376+ [ "--vscode-markdownAlert-important\.foreground" , "#652d90" ] ,
377+ [ "--vscode-markdownAlert-note\.foreground" , "#0063d3" ] ,
378+ [ "--vscode-markdownAlert-tip\.foreground" , "#374e06" ] ,
379+ [ "--vscode-markdownAlert-warning\.foreground" , "#895503" ] ,
380+ [ "--vscode-mcpIcon-starForeground" , "#0f4a85" ] ,
356381 [ "--vscode-menu-background" , "#ffffff" ] ,
357382 [ "--vscode-menu-border" , "#0f4a85" ] ,
358383 [ "--vscode-menu-foreground" , "#292929" ] ,
@@ -375,11 +400,9 @@ export const theme = [
375400 [ "--vscode-mergeEditor-conflictingLines\.background" , "rgba(255, 234, 0, 0.28)" ] ,
376401 [ "--vscode-minimap-chatEditHighlight" , "rgba(255, 255, 255, 0.6)" ] ,
377402 [ "--vscode-minimap-errorHighlight" , "#b5200d" ] ,
378- [ "--vscode-minimap-findMatchHighlight" , "#0f4a85" ] ,
379403 [ "--vscode-minimap-foregroundOpacity" , "#000000" ] ,
380404 [ "--vscode-minimap-infoHighlight" , "#292929" ] ,
381405 [ "--vscode-minimap-selectionHighlight" , "#0f4a85" ] ,
382- [ "--vscode-minimap-selectionOccurrenceHighlight" , "#0f4a85" ] ,
383406 [ "--vscode-minimap-warningHighlight" , "rgba(255, 204, 0, 0.8)" ] ,
384407 [ "--vscode-minimapGutter-addedBackground" , "#48985d" ] ,
385408 [ "--vscode-minimapGutter-deletedBackground" , "#b5200d" ] ,
@@ -412,7 +435,7 @@ export const theme = [
412435 [ "--vscode-notifications-border" , "#ffffff" ] ,
413436 [ "--vscode-notifications-foreground" , "#292929" ] ,
414437 [ "--vscode-notificationsErrorIcon-foreground" , "#b5200d" ] ,
415- [ "--vscode-notificationsInfoIcon-foreground" , "#1a85ff " ] ,
438+ [ "--vscode-notificationsInfoIcon-foreground" , "#0063d3 " ] ,
416439 [ "--vscode-notificationsWarningIcon-foreground" , "#895503" ] ,
417440 [ "--vscode-notificationToast-border" , "#0f4a85" ] ,
418441 [ "--vscode-panel-background" , "#ffffff" ] ,
@@ -446,7 +469,7 @@ export const theme = [
446469 [ "--vscode-pickerGroup-foreground" , "#0f4a85" ] ,
447470 [ "--vscode-ports-iconRunningProcessForeground" , "#ffffff" ] ,
448471 [ "--vscode-problemsErrorIcon-foreground" , "#b5200d" ] ,
449- [ "--vscode-problemsInfoIcon-foreground" , "#1a85ff " ] ,
472+ [ "--vscode-problemsInfoIcon-foreground" , "#0063d3 " ] ,
450473 [ "--vscode-problemsWarningIcon-foreground" , "#895503" ] ,
451474 [ "--vscode-profileBadge-background" , "#000000" ] ,
452475 [ "--vscode-profileBadge-foreground" , "#ffffff" ] ,
@@ -482,7 +505,7 @@ export const theme = [
482505 [ "--vscode-scmGraph-historyItemHoverDefaultLabelForeground" , "#292929" ] ,
483506 [ "--vscode-scmGraph-historyItemHoverDeletionsForeground" , "#ad0707" ] ,
484507 [ "--vscode-scmGraph-historyItemHoverLabelForeground" , "#ffffff" ] ,
485- [ "--vscode-scmGraph-historyItemRefColor" , "#1a85ff " ] ,
508+ [ "--vscode-scmGraph-historyItemRefColor" , "#0063d3 " ] ,
486509 [ "--vscode-scmGraph-historyItemRemoteRefColor" , "#652d90" ] ,
487510 [ "--vscode-scrollbarSlider-activeBackground" , "#0f4a85" ] ,
488511 [ "--vscode-scrollbarSlider-background" , "rgba(15, 74, 133, 0.4)" ] ,
@@ -529,28 +552,29 @@ export const theme = [
529552 [ "--vscode-statusBar-noFolderBorder" , "#0f4a85" ] ,
530553 [ "--vscode-statusBar-noFolderForeground" , "#292929" ] ,
531554 [ "--vscode-statusBarItem-activeBackground" , "rgba(0, 0, 0, 0.18)" ] ,
532- [ "--vscode-statusBarItem-compactHoverBackground" , "rgba(0, 0, 0, 0.2) " ] ,
555+ [ "--vscode-statusBarItem-compactHoverBackground" , "#ffffff " ] ,
533556 [ "--vscode-statusBarItem-errorBackground" , "#b5200d" ] ,
534557 [ "--vscode-statusBarItem-errorForeground" , "#ffffff" ] ,
535- [ "--vscode-statusBarItem-errorHoverBackground" , "rgba(0, 0, 0, 0.12) " ] ,
558+ [ "--vscode-statusBarItem-errorHoverBackground" , "#ffffff " ] ,
536559 [ "--vscode-statusBarItem-errorHoverForeground" , "#292929" ] ,
537560 [ "--vscode-statusBarItem-focusBorder" , "#006bbd" ] ,
538- [ "--vscode-statusBarItem-hoverBackground" , "rgba(0, 0, 0, 0.12) " ] ,
561+ [ "--vscode-statusBarItem-hoverBackground" , "#ffffff " ] ,
539562 [ "--vscode-statusBarItem-hoverForeground" , "#292929" ] ,
540563 [ "--vscode-statusBarItem-offlineBackground" , "#6c1717" ] ,
541564 [ "--vscode-statusBarItem-offlineForeground" , "#000000" ] ,
542565 [ "--vscode-statusBarItem-offlineHoverForeground" , "#292929" ] ,
543566 [ "--vscode-statusBarItem-prominentBackground" , "rgba(0, 0, 0, 0.5)" ] ,
544567 [ "--vscode-statusBarItem-prominentForeground" , "#292929" ] ,
545- [ "--vscode-statusBarItem-prominentHoverBackground" , "rgba(0, 0, 0, 0.12) " ] ,
568+ [ "--vscode-statusBarItem-prominentHoverBackground" , "#ffffff " ] ,
546569 [ "--vscode-statusBarItem-prominentHoverForeground" , "#292929" ] ,
547570 [ "--vscode-statusBarItem-remoteBackground" , "#ffffff" ] ,
548571 [ "--vscode-statusBarItem-remoteForeground" , "#000000" ] ,
549572 [ "--vscode-statusBarItem-remoteHoverForeground" , "#292929" ] ,
550573 [ "--vscode-statusBarItem-warningBackground" , "#895503" ] ,
551574 [ "--vscode-statusBarItem-warningForeground" , "#ffffff" ] ,
552- [ "--vscode-statusBarItem-warningHoverBackground" , "rgba(0, 0, 0, 0.12) " ] ,
575+ [ "--vscode-statusBarItem-warningHoverBackground" , "#ffffff " ] ,
553576 [ "--vscode-statusBarItem-warningHoverForeground" , "#292929" ] ,
577+ [ "--vscode-strokeThickness" , "1px" ] ,
554578 [ "--vscode-symbolIcon-arrayForeground" , "#292929" ] ,
555579 [ "--vscode-symbolIcon-booleanForeground" , "#292929" ] ,
556580 [ "--vscode-symbolIcon-classForeground" , "#d67e00" ] ,
@@ -639,14 +663,22 @@ export const theme = [
639663 [ "--vscode-terminalStickyScrollHover-background" , "#0f4a85" ] ,
640664 [ "--vscode-terminalSymbolIcon-aliasForeground" , "#652d90" ] ,
641665 [ "--vscode-terminalSymbolIcon-argumentForeground" , "#007acc" ] ,
666+ [ "--vscode-terminalSymbolIcon-branchForeground" , "#292929" ] ,
667+ [ "--vscode-terminalSymbolIcon-commitForeground" , "#292929" ] ,
642668 [ "--vscode-terminalSymbolIcon-fileForeground" , "#292929" ] ,
643669 [ "--vscode-terminalSymbolIcon-flagForeground" , "#d67e00" ] ,
644670 [ "--vscode-terminalSymbolIcon-folderForeground" , "#292929" ] ,
645671 [ "--vscode-terminalSymbolIcon-methodForeground" , "#652d90" ] ,
646672 [ "--vscode-terminalSymbolIcon-optionForeground" , "#d67e00" ] ,
647673 [ "--vscode-terminalSymbolIcon-optionValueForeground" , "#007acc" ] ,
674+ [ "--vscode-terminalSymbolIcon-pullRequestDoneForeground" , "#292929" ] ,
675+ [ "--vscode-terminalSymbolIcon-pullRequestForeground" , "#292929" ] ,
676+ [ "--vscode-terminalSymbolIcon-remoteForeground" , "#292929" ] ,
677+ [ "--vscode-terminalSymbolIcon-stashForeground" , "#292929" ] ,
648678 [ "--vscode-terminalSymbolIcon-symbolicLinkFileForeground" , "#292929" ] ,
649679 [ "--vscode-terminalSymbolIcon-symbolicLinkFolderForeground" , "#292929" ] ,
680+ [ "--vscode-terminalSymbolIcon-symbolText" , "#292929" ] ,
681+ [ "--vscode-terminalSymbolIcon-tagForeground" , "#292929" ] ,
650682 [ "--vscode-testing-coverCountBadgeBackground" , "#0f4a85" ] ,
651683 [ "--vscode-testing-coverCountBadgeForeground" , "#ffffff" ] ,
652684 [ "--vscode-testing-coveredBorder" , "#0f4a85" ] ,
0 commit comments