From 1873bc8acd1b778b294268abd1302a9bd4f4aa30 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Wed, 12 Mar 2025 17:29:34 +0000 Subject: [PATCH] vscode: apply new update script Applied the new alphabetical ordering, and set newly added options to null. I will follow this up later by giving values to those options. --- modules/vscode/templates/theme.nix | 1382 +++++++++++++++------------- 1 file changed, 741 insertions(+), 641 deletions(-) diff --git a/modules/vscode/templates/theme.nix b/modules/vscode/templates/theme.nix index e0a40b2f..fbc14d86 100644 --- a/modules/vscode/templates/theme.nix +++ b/modules/vscode/templates/theme.nix @@ -7,249 +7,186 @@ with config.lib.stylix.colors.withHashtag; name = scheme; type = "dark"; colors = { - "contrastActiveBorder" = null; - "contrastBorder" = null; - "focusBorder" = base0D; - "foreground" = base05; - "disabledForeground" = base04; - "widget.border" = base02; - "widget.shadow" = "#00000000"; - "selection.background" = base02; - "descriptionForeground" = "${base05}99"; - "errorForeground" = base08; - "icon.foreground" = base05; - "sash.hoverBorder" = null; - "window.activeBorder" = null; - "window.inactiveBorder" = null; - "textBlockQuote.background" = base01; - "textBlockQuote.border" = base0D; - "textCodeBlock.background" = base00; - "textLink.activeForeground" = base0C; - "textLink.foreground" = base0D; - "textPreformat.foreground" = base0D; - "textPreformat.background" = null; - "textSeparator.foreground" = base05; - "toolbar.hoverBackground" = base02; - "toolbar.hoverOutline" = null; - "toolbar.activeBackground" = base02; - "button.background" = base0D; - "button.foreground" = base00; - "button.border" = null; - "button.separator" = null; - "button.hoverBackground" = "${base0D}C0"; - "button.secondaryForeground" = base00; - "button.secondaryBackground" = base0E; - "button.secondaryHoverBackground" = "${base0E}C0"; - "checkbox.background" = base00; - "checkbox.foreground" = base05; - "checkbox.border" = null; - "checkbox.selectBackground" = null; - "checkbox.selectBorder" = null; - "dropdown.background" = base00; - "dropdown.listBackground" = base00; - "dropdown.border" = null; - "dropdown.foreground" = base05; - "input.background" = base00; - "input.border" = null; - "input.foreground" = base05; - "input.placeholderForeground" = base03; - "inputOption.activeBackground" = base0D; - "inputOption.activeBorder" = null; - "inputOption.activeForeground" = base00; - "inputOption.hoverBackground" = null; - "inputValidation.errorBackground" = base08; - "inputValidation.errorForeground" = base05; - "inputValidation.errorBorder" = base08; - "inputValidation.infoBackground" = base0D; - "inputValidation.infoForeground" = base05; - "inputValidation.infoBorder" = base0D; - "inputValidation.warningBackground" = base0A; - "inputValidation.warningForeground" = base05; - "inputValidation.warningBorder" = base0A; - "scrollbar.shadow" = "#00000000"; - "scrollbarSlider.activeBackground" = "${base04}77"; - "scrollbarSlider.background" = "${base03}33"; - "scrollbarSlider.hoverBackground" = "${base03}77"; - "badge.foreground" = base05; - "badge.background" = base00; - "progressBar.background" = base03; - "list.activeSelectionBackground" = base02; - "list.activeSelectionForeground" = base05; - "list.activeSelectionIconForeground" = null; - "list.dropBackground" = "${base03}66"; - "list.focusBackground" = base02; - "list.focusForeground" = base05; - "list.focusHighlightForeground" = null; - "list.focusOutline" = base0D; - "list.focusAndSelectionOutline" = base0D; - "list.highlightForeground" = base07; - "list.hoverBackground" = base02; - "list.hoverForeground" = base05; - "list.inactiveSelectionBackground" = base02; - "list.inactiveSelectionForeground" = base05; - "list.inactiveSelectionIconForeground" = null; - "list.inactiveFocusBackground" = base02; - "list.inactiveFocusOutline" = base03; - "list.invalidItemForeground" = base08; - "list.errorForeground" = base08; - "list.warningForeground" = base0A; - "listFilterWidget.background" = base00; - "listFilterWidget.outline" = null; - "listFilterWidget.noMatchesOutline" = base08; - "listFilterWidget.shadow" = "#00000000"; - "list.filterMatchBackground" = base02; - "list.filterMatchBorder" = null; - "list.deemphasizedForeground" = null; - "list.dropBetweenBackground" = null; - "tree.indentGuidesStroke" = base05; - "tree.inactiveIndentGuidesStroke" = null; - "tree.tableColumnsBorder" = null; - "tree.tableOddRowsBackground" = null; + "actionBar.toggledBackground" = null; + "activityBar.activeBackground" = base02; + "activityBar.activeBorder" = base05; + "activityBar.activeFocusBorder" = base0D; "activityBar.background" = base01; + "activityBar.border" = null; "activityBar.dropBorder" = base03; "activityBar.foreground" = base05; "activityBar.inactiveForeground" = base03; - "activityBar.border" = null; "activityBarBadge.background" = base0D; "activityBarBadge.foreground" = base00; - "activityBar.activeBorder" = base05; - "activityBar.activeBackground" = base02; - "activityBar.activeFocusBorder" = base0D; - "activityBarTop.foreground" = base05; + "activityBarTop.activeBackground" = null; "activityBarTop.activeBorder" = base0D; - "activityBarTop.inactiveForeground" = base03; + "activityBarTop.background" = null; "activityBarTop.dropBorder" = base03; - "profileBadge.background" = base01; - "profileBadge.foreground" = base03; - "sideBar.background" = base01; - "sideBar.foreground" = base05; - "sideBar.border" = null; - "sideBar.dropBackground" = base02; - "sideBarTitle.foreground" = base05; - "sideBarSectionHeader.background" = base01; - "sideBarSectionHeader.foreground" = base05; - "sideBarSectionHeader.border" = null; - "minimap.findMatchHighlight" = base0A; - "minimap.selectionHighlight" = base02; - "minimap.errorHighlight" = base08; - "minimap.warningHighlight" = base0A; - "minimap.background" = base00; - "minimap.selectionOccurrenceHighlight" = base03; - "minimap.foregroundOpacity" = null; - "minimap.infoHighlight" = null; - "minimapSlider.background" = null; - "minimapSlider.hoverBackground" = null; - "minimapSlider.activeBackground" = null; - "minimapGutter.addedBackground" = base0B; - "minimapGutter.modifiedBackground" = base0E; - "minimapGutter.deletedBackground" = base08; - "editorGroup.border" = null; - "editorGroup.dropBackground" = "${base03}66"; - "editorGroupHeader.noTabsBackground" = base01; - "editorGroupHeader.tabsBackground" = base01; - "editorGroupHeader.tabsBorder" = null; - "editorGroupHeader.border" = null; - "editorGroup.emptyBackground" = base00; - "editorGroup.focusedEmptyBorder" = base0D; - "editorGroup.dropIntoPromptForeground" = base06; - "editorGroup.dropIntoPromptBackground" = base00; - "editorGroup.dropIntoPromptBorder" = null; - "tab.activeBackground" = base02; - "tab.unfocusedActiveBackground" = base02; - "tab.activeForeground" = base05; - "tab.border" = "#00000000"; - "tab.activeBorder" = null; - "tab.dragAndDropBorder" = base03; - "tab.unfocusedActiveBorder" = null; - "tab.activeBorderTop" = null; - "tab.unfocusedActiveBorderTop" = null; - "tab.lastPinnedBorder" = null; - "tab.inactiveBackground" = base01; - "tab.unfocusedInactiveBackground" = base01; - "tab.inactiveForeground" = base05; - "tab.unfocusedActiveForeground" = base04; - "tab.unfocusedInactiveForeground" = base04; - "tab.hoverBackground" = base02; - "tab.unfocusedHoverBackground" = base02; - "tab.hoverForeground" = base05; - "tab.unfocusedHoverForeground" = base05; - "tab.hoverBorder" = null; - "tab.unfocusedHoverBorder" = null; - "tab.activeModifiedBorder" = base0D; - "tab.inactiveModifiedBorder" = base0D; - "tab.unfocusedActiveModifiedBorder" = base0D; - "tab.unfocusedInactiveModifiedBorder" = base0D; - "editorPane.background" = base00; - "sideBySideEditor.horizontalBorder" = null; - "sideBySideEditor.verticalBorder" = null; + "activityBarTop.foreground" = base05; + "activityBarTop.inactiveForeground" = base03; + "activityErrorBadge.background" = null; + "activityErrorBadge.foreground" = null; + "activityWarningBadge.background" = null; + "activityWarningBadge.foreground" = null; + "badge.background" = base00; + "badge.foreground" = base05; + "banner.background" = base02; + "banner.foreground" = base05; + "banner.iconForeground" = base0D; + "breadcrumb.activeSelectionForeground" = base07; + "breadcrumb.background" = base01; + "breadcrumb.focusForeground" = base06; + "breadcrumb.foreground" = base05; + "breadcrumbPicker.background" = base01; + "button.background" = base0D; + "button.border" = null; + "button.foreground" = base00; + "button.hoverBackground" = "${base0D}C0"; + "button.secondaryBackground" = base0E; + "button.secondaryForeground" = base00; + "button.secondaryHoverBackground" = "${base0E}C0"; + "button.separator" = null; + "chart.axis" = null; + "chart.guide" = null; + "chart.line" = null; + "charts.blue" = base0D; + "charts.foreground" = base05; + "charts.green" = base0B; + "charts.lines" = base05; + "charts.orange" = base09; + "charts.purple" = base0E; + "charts.red" = base08; + "charts.yellow" = base0A; + "chat.avatarBackground" = base0D; + "chat.avatarForeground" = base00; + "chat.editedFileForeground" = null; + "chat.requestBackground" = base01; + "chat.requestBorder" = base02; + "chat.slashCommandBackground" = base0D; + "chat.slashCommandForeground" = base00; + "checkbox.background" = base00; + "checkbox.border" = null; + "checkbox.foreground" = base05; + "checkbox.selectBackground" = null; + "checkbox.selectBorder" = null; + "commandCenter.activeBackground" = base00; + "commandCenter.activeBorder" = null; + "commandCenter.activeForeground" = base05; + "commandCenter.background" = base00; + "commandCenter.border" = null; + "commandCenter.debuggingBackground" = null; + "commandCenter.foreground" = base05; + "commandCenter.inactiveBorder" = null; + "commandCenter.inactiveForeground" = null; + "commentsView.resolvedIcon" = null; + "commentsView.unresolvedIcon" = null; + "contrastActiveBorder" = null; + "contrastBorder" = null; + "debugConsole.errorForeground" = base08; + "debugConsole.infoForeground" = base05; + "debugConsole.sourceForeground" = base05; + "debugConsole.warningForeground" = base0A; + "debugConsoleInputIcon.foreground" = base05; + "debugExceptionWidget.background" = base01; + "debugExceptionWidget.border" = null; + "debugIcon.breakpointCurrentStackframeForeground" = base0A; + "debugIcon.breakpointDisabledForeground" = base04; + "debugIcon.breakpointForeground" = base08; + "debugIcon.breakpointStackframeForeground" = base0F; + "debugIcon.breakpointUnverifiedForeground" = base02; + "debugIcon.continueForeground" = base0B; + "debugIcon.disconnectForeground" = base08; + "debugIcon.pauseForeground" = base0D; + "debugIcon.restartForeground" = base0B; + "debugIcon.startForeground" = base0B; + "debugIcon.stepBackForeground" = base0F; + "debugIcon.stepIntoForeground" = base0C; + "debugIcon.stepOutForeground" = base0E; + "debugIcon.stepOverForeground" = base0D; + "debugIcon.stopForeground" = base08; + "debugTokenExpression.boolean" = base09; + "debugTokenExpression.error" = base08; + "debugTokenExpression.name" = base0E; + "debugTokenExpression.number" = base09; + "debugTokenExpression.string" = base0B; + "debugTokenExpression.type" = null; + "debugTokenExpression.value" = base05; + "debugToolBar.background" = base01; + "debugToolBar.border" = null; + "debugView.exceptionLabelBackground" = null; + "debugView.exceptionLabelForeground" = null; + "debugView.stateLabelBackground" = base0D; + "debugView.stateLabelForeground" = base07; + "debugView.valueChangedHighlight" = base0D; + "descriptionForeground" = "${base05}99"; + "diffEditor.border" = base02; + "diffEditor.diagonalFill" = base02; + "diffEditor.insertedLineBackground" = "${base0B}18"; + "diffEditor.insertedTextBackground" = "${base0B}4c"; + "diffEditor.insertedTextBorder" = null; + "diffEditor.move.border" = null; + "diffEditor.moveActive.border" = null; + "diffEditor.removedLineBackground" = "${base08}18"; + "diffEditor.removedTextBackground" = "${base08}4c"; + "diffEditor.removedTextBorder" = null; + "diffEditor.unchangedCodeBackground" = null; + "diffEditor.unchangedRegionBackground" = null; + "diffEditor.unchangedRegionForeground" = null; + "diffEditor.unchangedRegionShadow" = "#00000000"; + "diffEditorGutter.insertedLineBackground" = "${base0B}99"; + "diffEditorGutter.removedLineBackground" = "${base08}99"; + "diffEditorOverview.insertedForeground" = "${base0B}99"; + "diffEditorOverview.removedForeground" = "${base08}99"; + "disabledForeground" = base04; + "dropdown.background" = base00; + "dropdown.border" = null; + "dropdown.foreground" = base05; + "dropdown.listBackground" = base00; "editor.background" = base00; + "editor.compositionBorder" = null; + "editor.findMatchBackground" = "${base0A}18"; + "editor.findMatchBorder" = base0A; + "editor.findMatchForeground" = null; + "editor.findMatchHighlightBackground" = "${base0A}66"; + "editor.findMatchHighlightBorder" = null; + "editor.findMatchHighlightForeground" = null; + "editor.findRangeHighlightBackground" = base01; + "editor.findRangeHighlightBorder" = null; + "editor.focusedStackFrameHighlightBackground" = null; + "editor.foldBackground" = null; + "editor.foldPlaceholderForeground" = null; "editor.foreground" = base05; - "editorLineNumber.foreground" = base03; - "editorLineNumber.activeForeground" = base04; - "editorLineNumber.dimmedForeground" = null; - "editorCursor.background" = null; - "editorCursor.foreground" = base05; + "editor.hoverHighlightBackground" = base02; + "editor.inactiveSelectionBackground" = base02; + "editor.inlineValuesBackground" = null; + "editor.inlineValuesForeground" = null; + "editor.lineHighlightBackground" = base01; + "editor.lineHighlightBorder" = null; + "editor.linkedEditingBackground" = null; + "editor.placeholder.foreground" = null; + "editor.rangeHighlightBackground" = base01; + "editor.rangeHighlightBorder" = null; "editor.selectionBackground" = base02; "editor.selectionForeground" = null; - "editor.inactiveSelectionBackground" = base02; "editor.selectionHighlightBackground" = base01; "editor.selectionHighlightBorder" = null; + "editor.snippetFinalTabstopHighlightBackground" = base03; + "editor.snippetFinalTabstopHighlightBorder" = null; + "editor.snippetTabstopHighlightBackground" = base02; + "editor.snippetTabstopHighlightBorder" = null; + "editor.stackFrameHighlightBackground" = null; + "editor.symbolHighlightBackground" = null; + "editor.symbolHighlightBorder" = null; "editor.wordHighlightBackground" = base02; "editor.wordHighlightBorder" = null; "editor.wordHighlightStrongBackground" = base03; "editor.wordHighlightStrongBorder" = null; "editor.wordHighlightTextBackground" = null; "editor.wordHighlightTextBorder" = null; - "editor.findMatchBackground" = "${base0A}18"; - "editor.findMatchHighlightBackground" = "${base0A}66"; - "editor.findRangeHighlightBackground" = base01; - "editor.findMatchBorder" = base0A; - "editor.findMatchHighlightBorder" = null; - "editor.findRangeHighlightBorder" = null; - "search.resultsInfoForeground" = null; - "searchEditor.findMatchBackground" = "${base0A}99"; - "searchEditor.findMatchBorder" = null; - "searchEditor.textInputBorder" = null; - "editor.hoverHighlightBackground" = base02; - "editor.lineHighlightBackground" = base01; - "editor.lineHighlightBorder" = null; - "editorWatermark.foreground" = null; - "editorUnicodeHighlight.border" = null; - "editorUnicodeHighlight.background" = null; - "editorLink.activeForeground" = base0D; - "editor.rangeHighlightBackground" = base01; - "editor.rangeHighlightBorder" = null; - "editor.symbolHighlightBackground" = null; - "editor.symbolHighlightBorder" = null; - "editorWhitespace.foreground" = base03; - "editorIndentGuide.background" = base02; - "editorIndentGuide.background1" = null; - "editorIndentGuide.background2" = null; - "editorIndentGuide.background3" = null; - "editorIndentGuide.background4" = null; - "editorIndentGuide.background5" = null; - "editorIndentGuide.background6" = null; - "editorIndentGuide.activeBackground" = base02; - "editorIndentGuide.activeBackground1" = null; - "editorIndentGuide.activeBackground2" = null; - "editorIndentGuide.activeBackground3" = null; - "editorIndentGuide.activeBackground4" = null; - "editorIndentGuide.activeBackground5" = null; - "editorIndentGuide.activeBackground6" = null; - "editorInlayHint.background" = base01; - "editorInlayHint.foreground" = base03; - "editorInlayHint.typeForeground" = base03; - "editorInlayHint.typeBackground" = base01; - "editorInlayHint.parameterForeground" = base03; - "editorInlayHint.parameterBackground" = base01; - "editorRuler.foreground" = base02; - "editor.linkedEditingBackground" = null; - "editorCodeLens.foreground" = base02; - "editorLightBulb.foreground" = base0A; - "editorLightBulbAutoFix.foreground" = base0D; - "editorLightBulbAi.foreground" = null; - "editorBracketMatch.background" = base02; - "editorBracketMatch.border" = null; + "editorActionList.background" = null; + "editorActionList.focusBackground" = null; + "editorActionList.focusForeground" = null; + "editorActionList.foreground" = null; "editorBracketHighlight.foreground1" = base08; "editorBracketHighlight.foreground2" = base09; "editorBracketHighlight.foreground3" = base0A; @@ -257,6 +194,8 @@ with config.lib.stylix.colors.withHashtag; "editorBracketHighlight.foreground5" = base0D; "editorBracketHighlight.foreground6" = base0E; "editorBracketHighlight.unexpectedBracket.foreground" = base0F; + "editorBracketMatch.background" = base02; + "editorBracketMatch.border" = null; "editorBracketPairGuide.activeBackground1" = null; "editorBracketPairGuide.activeBackground2" = null; "editorBracketPairGuide.activeBackground3" = null; @@ -269,131 +208,365 @@ with config.lib.stylix.colors.withHashtag; "editorBracketPairGuide.background4" = null; "editorBracketPairGuide.background5" = null; "editorBracketPairGuide.background6" = null; - "editor.foldBackground" = null; + "editorCodeLens.foreground" = base02; + "editorCommentsWidget.rangeActiveBackground" = null; + "editorCommentsWidget.rangeBackground" = null; + "editorCommentsWidget.replyInputBackground" = null; + "editorCommentsWidget.resolvedBorder" = null; + "editorCommentsWidget.unresolvedBorder" = null; + "editorCursor.background" = null; + "editorCursor.foreground" = base05; + "editorError.background" = null; + "editorError.border" = null; + "editorError.foreground" = base08; + "editorGhostText.background" = "#00000000"; + "editorGhostText.border" = null; + "editorGhostText.foreground" = base03; + "editorGroup.border" = null; + "editorGroup.dropBackground" = "${base03}66"; + "editorGroup.dropIntoPromptBackground" = base00; + "editorGroup.dropIntoPromptBorder" = null; + "editorGroup.dropIntoPromptForeground" = base06; + "editorGroup.emptyBackground" = base00; + "editorGroup.focusedEmptyBorder" = base0D; + "editorGroupHeader.border" = null; + "editorGroupHeader.noTabsBackground" = base01; + "editorGroupHeader.tabsBackground" = base01; + "editorGroupHeader.tabsBorder" = null; + "editorGutter.addedBackground" = base0B; + "editorGutter.background" = base00; + "editorGutter.commentGlyphForeground" = null; + "editorGutter.commentRangeForeground" = base04; + "editorGutter.commentUnresolvedGlyphForeground" = null; + "editorGutter.deletedBackground" = base08; + "editorGutter.foldingControlForeground" = base05; + "editorGutter.modifiedBackground" = base0E; + "editorHint.border" = null; + "editorHint.foreground" = base0D; + "editorHoverWidget.background" = base01; + "editorHoverWidget.border" = base02; + "editorHoverWidget.foreground" = base05; + "editorHoverWidget.highlightForeground" = base0D; + "editorHoverWidget.statusBarBackground" = base01; + "editorIndentGuide.activeBackground" = base02; + "editorIndentGuide.activeBackground1" = null; + "editorIndentGuide.activeBackground2" = null; + "editorIndentGuide.activeBackground3" = null; + "editorIndentGuide.activeBackground4" = null; + "editorIndentGuide.activeBackground5" = null; + "editorIndentGuide.activeBackground6" = null; + "editorIndentGuide.background" = base02; + "editorIndentGuide.background1" = null; + "editorIndentGuide.background2" = null; + "editorIndentGuide.background3" = null; + "editorIndentGuide.background4" = null; + "editorIndentGuide.background5" = null; + "editorIndentGuide.background6" = null; + "editorInfo.background" = null; + "editorInfo.border" = null; + "editorInfo.foreground" = base0C; + "editorInlayHint.background" = base01; + "editorInlayHint.foreground" = base03; + "editorInlayHint.parameterBackground" = base01; + "editorInlayHint.parameterForeground" = base03; + "editorInlayHint.typeBackground" = base01; + "editorInlayHint.typeForeground" = base03; + "editorLightBulb.foreground" = base0A; + "editorLightBulbAi.foreground" = null; + "editorLightBulbAutoFix.foreground" = base0D; + "editorLineNumber.activeForeground" = base04; + "editorLineNumber.dimmedForeground" = null; + "editorLineNumber.foreground" = base03; + "editorLink.activeForeground" = base0D; + "editorMarkerNavigation.background" = base01; + "editorMarkerNavigationError.background" = base08; + "editorMarkerNavigationError.headerBackground" = "${base08}20"; + "editorMarkerNavigationInfo.background" = base0D; + "editorMarkerNavigationInfo.headerBackground" = "${base0C}20"; + "editorMarkerNavigationWarning.background" = base0A; + "editorMarkerNavigationWarning.headerBackground" = "${base0A}20"; + "editorMinimap.inlineChatInserted" = null; + "editorMultiCursor.primary.background" = null; + "editorMultiCursor.primary.foreground" = null; + "editorMultiCursor.secondary.background" = null; + "editorMultiCursor.secondary.foreground" = null; + "editorOverviewRuler.addedForeground" = base0B; "editorOverviewRuler.background" = null; "editorOverviewRuler.border" = "#00000000"; + "editorOverviewRuler.bracketMatchForeground" = base06; + "editorOverviewRuler.commentForeground" = null; + "editorOverviewRuler.commentUnresolvedForeground" = null; + "editorOverviewRuler.commonContentForeground" = base0F; + "editorOverviewRuler.currentContentForeground" = base0D; + "editorOverviewRuler.deletedForeground" = base08; + "editorOverviewRuler.errorForeground" = base08; "editorOverviewRuler.findMatchForeground" = base0A; + "editorOverviewRuler.incomingContentForeground" = base0B; + "editorOverviewRuler.infoForeground" = base0C; + "editorOverviewRuler.inlineChatInserted" = null; + "editorOverviewRuler.inlineChatRemoved" = null; + "editorOverviewRuler.modifiedForeground" = base0E; "editorOverviewRuler.rangeHighlightForeground" = base03; "editorOverviewRuler.selectionHighlightForeground" = base02; + "editorOverviewRuler.warningForeground" = base0A; "editorOverviewRuler.wordHighlightForeground" = base07; "editorOverviewRuler.wordHighlightStrongForeground" = base0D; "editorOverviewRuler.wordHighlightTextForeground" = null; - "editorOverviewRuler.modifiedForeground" = base0E; - "editorOverviewRuler.addedForeground" = base0B; - "editorOverviewRuler.deletedForeground" = base08; - "editorOverviewRuler.errorForeground" = base08; - "editorOverviewRuler.warningForeground" = base0A; - "editorOverviewRuler.infoForeground" = base0C; - "editorOverviewRuler.bracketMatchForeground" = base06; - "editorOverviewRuler.inlineChatInserted" = null; - "editorOverviewRuler.inlineChatRemoved" = null; - "editorError.foreground" = base08; - "editorError.border" = null; - "editorError.background" = null; - "editorWarning.foreground" = base0A; - "editorWarning.border" = null; - "editorWarning.background" = null; - "editorInfo.foreground" = base0C; - "editorInfo.border" = null; - "editorInfo.background" = null; - "editorHint.foreground" = base0D; - "editorHint.border" = null; - "problemsErrorIcon.foreground" = base08; - "problemsWarningIcon.foreground" = base0A; - "problemsInfoIcon.foreground" = base0C; - "editorUnnecessaryCode.border" = null; - "editorUnnecessaryCode.opacity" = null; - "editorGutter.background" = base00; - "editorGutter.modifiedBackground" = base0E; - "editorGutter.addedBackground" = base0B; - "editorGutter.deletedBackground" = base08; - "editorGutter.commentRangeForeground" = base04; - "editorGutter.commentGlyphForeground" = null; - "editorGutter.commentUnresolvedGlyphForeground" = null; - "editorGutter.foldingControlForeground" = base05; - "editorCommentsWidget.resolvedBorder" = null; - "editorCommentsWidget.unresolvedBorder" = null; - "editorCommentsWidget.rangeBackground" = null; - "editorCommentsWidget.rangeActiveBackground" = null; - "editorCommentsWidget.replyInputBackground" = null; - "diffEditor.insertedTextBackground" = "${base0B}4c"; - "diffEditor.insertedTextBorder" = null; - "diffEditor.removedTextBackground" = "${base08}4c"; - "diffEditor.removedTextBorder" = null; - "diffEditor.border" = base02; - "diffEditor.diagonalFill" = base02; - "diffEditor.insertedLineBackground" = "${base0B}18"; - "diffEditor.removedLineBackground" = "${base08}18"; - "diffEditorGutter.insertedLineBackground" = "${base0B}99"; - "diffEditorGutter.removedLineBackground" = "${base08}99"; - "diffEditorOverview.insertedForeground" = "${base0B}99"; - "diffEditorOverview.removedForeground" = "${base08}99"; - "diffEditor.unchangedRegionBackground" = null; - "diffEditor.unchangedRegionForeground" = null; - "diffEditor.unchangedRegionShadow" = "#00000000"; - "diffEditor.unchangedCodeBackground" = null; - "diffEditor.move.border" = null; - "diffEditor.moveActive.border" = null; - "multiDiffEditor.headerBackground" = null; - "multiDiffEditor.background" = null; - "multiDiffEditor.border" = null; - "chat.requestBorder" = base02; - "chat.requestBackground" = base01; - "chat.slashCommandBackground" = base0D; - "chat.slashCommandForeground" = base00; - "chat.avatarBackground" = base0D; - "chat.avatarForeground" = base00; - "inlineChat.background" = base01; - "inlineChat.border" = base02; - "inlineChat.shadow" = "#00000000"; - "inlineChat.regionHighlight" = base01; - "inlineChatInput.border" = base02; - "inlineChatInput.focusBorder" = base0D; - "inlineChatInput.placeholderForeground" = base03; - "inlineChatInput.background" = base00; - "inlineChatDiff.inserted" = "${base0B}60"; - "inlineChatDiff.removed" = "${base08}60"; - "interactive.activeCodeBorder" = null; - "interactive.inactiveCodeBorder" = null; - "editorWidget.foreground" = base05; - "editorWidget.background" = base00; - "editorWidget.border" = base02; - "editorWidget.resizeBorder" = base0D; + "editorPane.background" = base00; + "editorRuler.foreground" = base02; + "editorStickyScroll.background" = base00; + "editorStickyScroll.border" = base02; + "editorStickyScroll.shadow" = "#00000000"; + "editorStickyScrollHover.background" = base01; "editorSuggestWidget.background" = base01; "editorSuggestWidget.border" = base02; - "editorSuggestWidget.foreground" = base05; "editorSuggestWidget.focusHighlightForeground" = base0D; + "editorSuggestWidget.foreground" = base05; "editorSuggestWidget.highlightForeground" = base0D; "editorSuggestWidget.selectedBackground" = base02; "editorSuggestWidget.selectedForeground" = base05; "editorSuggestWidget.selectedIconForeground" = base05; "editorSuggestWidgetStatus.foreground" = null; - "editorHoverWidget.foreground" = base05; - "editorHoverWidget.background" = base01; - "editorHoverWidget.border" = base02; - "editorHoverWidget.highlightForeground" = base0D; - "editorHoverWidget.statusBarBackground" = base01; - "editorGhostText.border" = null; - "editorGhostText.background" = "#00000000"; - "editorGhostText.foreground" = base03; - "editorStickyScroll.background" = base00; - "editorStickyScroll.border" = base02; - "editorStickyScroll.shadow" = "#00000000"; - "editorStickyScrollHover.background" = base01; - "debugExceptionWidget.background" = base01; - "debugExceptionWidget.border" = null; - "editorMarkerNavigation.background" = base01; - "editorMarkerNavigationError.background" = base08; - "editorMarkerNavigationWarning.background" = base0A; - "editorMarkerNavigationInfo.background" = base0D; - "editorMarkerNavigationError.headerBackground" = "${base08}20"; - "editorMarkerNavigationWarning.headerBackground" = "${base0A}20"; - "editorMarkerNavigationInfo.headerBackground" = "${base0C}20"; + "editorUnicodeHighlight.background" = null; + "editorUnicodeHighlight.border" = null; + "editorUnnecessaryCode.border" = null; + "editorUnnecessaryCode.opacity" = null; + "editorWarning.background" = null; + "editorWarning.border" = null; + "editorWarning.foreground" = base0A; + "editorWatermark.foreground" = null; + "editorWhitespace.foreground" = base03; + "editorWidget.background" = base00; + "editorWidget.border" = base02; + "editorWidget.foreground" = base05; + "editorWidget.resizeBorder" = base0D; + "errorForeground" = base08; + "extensionBadge.remoteBackground" = base09; + "extensionBadge.remoteForeground" = base07; + "extensionButton.background" = base0D; + "extensionButton.foreground" = base00; + "extensionButton.hoverBackground" = "${base0D}C0"; + "extensionButton.prominentBackground" = base0B; + "extensionButton.prominentForeground" = base00; + "extensionButton.prominentHoverBackground" = "${base0B}C0"; + "extensionButton.separator" = "#00000000"; + "extensionIcon.preReleaseForeground" = base09; + "extensionIcon.sponsorForeground" = null; + "extensionIcon.starForeground" = base0A; + "extensionIcon.verifiedForeground" = base0D; + "focusBorder" = base0D; + "foreground" = base05; + "gauge.background" = null; + "gauge.border" = null; + "gauge.errorBackground" = null; + "gauge.errorForeground" = null; + "gauge.foreground" = null; + "gauge.warningBackground" = null; + "gauge.warningForeground" = null; + "git.blame.editorDecorationForeground" = null; + "gitDecoration.addedResourceForeground" = base0B; + "gitDecoration.conflictingResourceForeground" = base0A; + "gitDecoration.deletedResourceForeground" = base08; + "gitDecoration.ignoredResourceForeground" = base03; + "gitDecoration.modifiedResourceForeground" = base0E; + "gitDecoration.renamedResourceForeground" = base0C; + "gitDecoration.stageDeletedResourceForeground" = base08; + "gitDecoration.stageModifiedResourceForeground" = base0E; + "gitDecoration.submoduleResourceForeground" = base0F; + "gitDecoration.untrackedResourceForeground" = base09; + "icon.foreground" = base05; + "inlineChat.background" = base01; + "inlineChat.border" = base02; + "inlineChat.foreground" = null; + "inlineChat.shadow" = "#00000000"; + "inlineChatDiff.inserted" = "${base0B}60"; + "inlineChatDiff.removed" = "${base08}60"; + "inlineChatInput.background" = base00; + "inlineChatInput.border" = base02; + "inlineChatInput.focusBorder" = base0D; + "inlineChatInput.placeholderForeground" = base03; + "inlineEdit.gutterIndicator.background" = null; + "inlineEdit.gutterIndicator.primaryBackground" = null; + "inlineEdit.gutterIndicator.primaryForeground" = null; + "inlineEdit.gutterIndicator.secondaryBackground" = null; + "inlineEdit.gutterIndicator.secondaryForeground" = null; + "inlineEdit.gutterIndicator.successfulBackground" = null; + "inlineEdit.gutterIndicator.successfulForeground" = null; + "inlineEdit.indicator.background" = null; + "inlineEdit.indicator.border" = null; + "inlineEdit.indicator.foreground" = null; + "inlineEdit.modifiedBackground" = null; + "inlineEdit.modifiedBorder" = null; + "inlineEdit.modifiedChangedLineBackground" = null; + "inlineEdit.modifiedChangedTextBackground" = null; + "inlineEdit.originalBackground" = null; + "inlineEdit.originalBorder" = null; + "inlineEdit.originalChangedLineBackground" = null; + "inlineEdit.originalChangedTextBackground" = null; + "inlineEdit.tabWillAcceptBorder" = null; + "inlineEdit.wordReplacementView.background" = null; + "input.background" = base00; + "input.border" = null; + "input.foreground" = base05; + "input.placeholderForeground" = base03; + "inputOption.activeBackground" = base0D; + "inputOption.activeBorder" = null; + "inputOption.activeForeground" = base00; + "inputOption.hoverBackground" = null; + "inputValidation.errorBackground" = base08; + "inputValidation.errorBorder" = base08; + "inputValidation.errorForeground" = base05; + "inputValidation.infoBackground" = base0D; + "inputValidation.infoBorder" = base0D; + "inputValidation.infoForeground" = base05; + "inputValidation.warningBackground" = base0A; + "inputValidation.warningBorder" = base0A; + "inputValidation.warningForeground" = base05; + "interactive.activeCodeBorder" = null; + "interactive.inactiveCodeBorder" = null; + "keybindingLabel.background" = base02; + "keybindingLabel.border" = null; + "keybindingLabel.bottomBorder" = base02; + "keybindingLabel.foreground" = base05; + "keybindingTable.headerBackground" = base02; + "keybindingTable.rowsBackground" = base01; + "list.activeSelectionBackground" = base02; + "list.activeSelectionForeground" = base05; + "list.activeSelectionIconForeground" = null; + "list.deemphasizedForeground" = null; + "list.dropBackground" = "${base03}66"; + "list.dropBetweenBackground" = null; + "list.errorForeground" = base08; + "list.filterMatchBackground" = base02; + "list.filterMatchBorder" = null; + "list.focusAndSelectionOutline" = base0D; + "list.focusBackground" = base02; + "list.focusForeground" = base05; + "list.focusHighlightForeground" = null; + "list.focusOutline" = base0D; + "list.highlightForeground" = base07; + "list.hoverBackground" = base02; + "list.hoverForeground" = base05; + "list.inactiveFocusBackground" = base02; + "list.inactiveFocusOutline" = base03; + "list.inactiveSelectionBackground" = base02; + "list.inactiveSelectionForeground" = base05; + "list.inactiveSelectionIconForeground" = null; + "list.invalidItemForeground" = base08; + "list.warningForeground" = base0A; + "listFilterWidget.background" = base00; + "listFilterWidget.noMatchesOutline" = base08; + "listFilterWidget.outline" = null; + "listFilterWidget.shadow" = "#00000000"; + "menu.background" = base01; + "menu.border" = base02; + "menu.foreground" = base05; + "menu.selectionBackground" = base02; + "menu.selectionBorder" = null; + "menu.selectionForeground" = base05; + "menu.separatorBackground" = base02; + "menubar.selectionBackground" = base02; + "menubar.selectionBorder" = null; + "menubar.selectionForeground" = base05; + "merge.border" = null; + "merge.commonContentBackground" = null; + "merge.commonHeaderBackground" = null; + "merge.currentContentBackground" = "${base0D}18"; + "merge.currentHeaderBackground" = "${base0D}66"; + "merge.incomingContentBackground" = "${base0B}18"; + "merge.incomingHeaderBackground" = "${base0B}66"; + "mergeEditor.change.background" = null; + "mergeEditor.change.word.background" = null; + "mergeEditor.changeBase.background" = null; + "mergeEditor.changeBase.word.background" = null; + "mergeEditor.conflict.handled.minimapOverViewRuler" = null; + "mergeEditor.conflict.handledFocused.border" = base0D; + "mergeEditor.conflict.handledUnfocused.border" = null; + "mergeEditor.conflict.input1.background" = null; + "mergeEditor.conflict.input2.background" = null; + "mergeEditor.conflict.unhandled.minimapOverViewRuler" = null; + "mergeEditor.conflict.unhandledFocused.border" = base0D; + "mergeEditor.conflict.unhandledUnfocused.border" = null; + "mergeEditor.conflictingLines.background" = null; + "minimap.background" = base00; + "minimap.chatEditHighlight" = null; + "minimap.errorHighlight" = base08; + "minimap.findMatchHighlight" = base0A; + "minimap.foregroundOpacity" = null; + "minimap.infoHighlight" = null; + "minimap.selectionHighlight" = base02; + "minimap.selectionOccurrenceHighlight" = base03; + "minimap.warningHighlight" = base0A; + "minimapGutter.addedBackground" = base0B; + "minimapGutter.deletedBackground" = base08; + "minimapGutter.modifiedBackground" = base0E; + "minimapSlider.activeBackground" = null; + "minimapSlider.background" = null; + "minimapSlider.hoverBackground" = null; + "multiDiffEditor.background" = null; + "multiDiffEditor.border" = null; + "multiDiffEditor.headerBackground" = null; + "notebook.cellBorderColor" = base03; + "notebook.cellEditorBackground" = base00; + "notebook.cellHoverBackground" = base01; + "notebook.cellInsertionIndicator" = null; + "notebook.cellStatusBarItemHoverBackground" = null; + "notebook.cellToolbarSeparator" = base02; + "notebook.editorBackground" = base00; + "notebook.focusedCellBackground" = base02; + "notebook.focusedCellBorder" = base0D; + "notebook.focusedEditorBorder" = base0D; + "notebook.inactiveFocusedCellBorder" = base03; + "notebook.inactiveSelectedCellBorder" = null; + "notebook.outputContainerBackgroundColor" = null; + "notebook.outputContainerBorderColor" = null; + "notebook.selectedCellBackground" = base02; + "notebook.selectedCellBorder" = null; + "notebook.symbolHighlightBackground" = null; + "notebookEditorOverviewRuler.runningCellForeground" = null; + "notebookScrollbarSlider.activeBackground" = null; + "notebookScrollbarSlider.background" = null; + "notebookScrollbarSlider.hoverBackground" = null; + "notebookStatusErrorIcon.foreground" = base08; + "notebookStatusRunningIcon.foreground" = base0C; + "notebookStatusSuccessIcon.foreground" = base0B; + "notificationCenter.border" = null; + "notificationCenterHeader.background" = base01; + "notificationCenterHeader.foreground" = base05; + "notificationLink.foreground" = base0D; + "notificationToast.border" = null; + "notifications.background" = base02; + "notifications.border" = null; + "notifications.foreground" = base05; + "notificationsErrorIcon.foreground" = base08; + "notificationsInfoIcon.foreground" = base0D; + "notificationsWarningIcon.foreground" = base0A; + "outputView.background" = null; + "outputViewStickyScroll.background" = null; + "panel.background" = base01; + "panel.border" = "#00000000"; + "panel.dropBorder" = base01; + "panelInput.border" = null; + "panelSection.border" = null; + "panelSection.dropBackground" = null; + "panelSectionHeader.background" = null; + "panelSectionHeader.border" = null; + "panelSectionHeader.foreground" = null; + "panelStickyScroll.background" = null; + "panelStickyScroll.border" = null; + "panelStickyScroll.shadow" = null; + "panelTitle.activeBorder" = null; + "panelTitle.activeForeground" = base05; + "panelTitle.border" = null; + "panelTitle.inactiveForeground" = base03; + "panelTitleBadge.background" = null; + "panelTitleBadge.foreground" = null; "peekView.border" = null; "peekViewEditor.background" = base01; - "peekViewEditorGutter.background" = base01; "peekViewEditor.matchHighlightBackground" = base09; "peekViewEditor.matchHighlightBorder" = null; + "peekViewEditorGutter.background" = base01; + "peekViewEditorStickyScroll.background" = null; "peekViewResult.background" = base00; "peekViewResult.fileForeground" = base05; "peekViewResult.lineForeground" = base03; @@ -403,273 +576,125 @@ with config.lib.stylix.colors.withHashtag; "peekViewTitle.background" = base02; "peekViewTitleDescription.foreground" = base03; "peekViewTitleLabel.foreground" = base05; - "peekViewEditorStickyScroll.background" = null; - "merge.currentHeaderBackground" = "${base0D}66"; - "merge.currentContentBackground" = "${base0D}18"; - "merge.incomingHeaderBackground" = "${base0B}66"; - "merge.incomingContentBackground" = "${base0B}18"; - "merge.border" = null; - "merge.commonContentBackground" = null; - "merge.commonHeaderBackground" = null; - "editorOverviewRuler.currentContentForeground" = base0D; - "editorOverviewRuler.incomingContentForeground" = base0B; - "editorOverviewRuler.commonContentForeground" = base0F; - "editorOverviewRuler.commentForeground" = null; - "editorOverviewRuler.commentUnresolvedForeground" = null; - "mergeEditor.change.background" = null; - "mergeEditor.change.word.background" = null; - "mergeEditor.conflict.unhandledUnfocused.border" = null; - "mergeEditor.conflict.unhandledFocused.border" = base0D; - "mergeEditor.conflict.handledUnfocused.border" = null; - "mergeEditor.conflict.handledFocused.border" = base0D; - "mergeEditor.conflict.handled.minimapOverViewRuler" = null; - "mergeEditor.conflict.unhandled.minimapOverViewRuler" = null; - "mergeEditor.conflictingLines.background" = null; - "mergeEditor.changeBase.background" = null; - "mergeEditor.changeBase.word.background" = null; - "mergeEditor.conflict.input1.background" = null; - "mergeEditor.conflict.input2.background" = null; - "panel.background" = base01; - "panel.border" = "#00000000"; - "panel.dropBorder" = base01; - "panelTitle.activeBorder" = null; - "panelTitle.activeForeground" = base05; - "panelTitle.inactiveForeground" = base03; - "panelInput.border" = null; - "panelSection.border" = null; - "panelSection.dropBackground" = null; - "panelSectionHeader.background" = null; - "panelSectionHeader.foreground" = null; - "panelSectionHeader.border" = null; - "outputView.background" = null; - "outputViewStickyScroll.background" = null; - "statusBar.background" = base01; - "statusBar.foreground" = base05; - "statusBar.border" = null; - "statusBar.debuggingBackground" = base09; - "statusBar.debuggingForeground" = base00; - "statusBar.debuggingBorder" = null; - "statusBar.noFolderForeground" = base05; - "statusBar.noFolderBackground" = base01; - "statusBar.noFolderBorder" = null; - "statusBarItem.activeBackground" = base02; - "statusBarItem.hoverForeground" = base05; - "statusBarItem.hoverBackground" = base02; - "statusBarItem.prominentForeground" = base00; - "statusBarItem.prominentBackground" = base0E; - "statusBarItem.prominentHoverForeground" = base00; - "statusBarItem.prominentHoverBackground" = "${base0E}C0"; - "statusBarItem.remoteBackground" = base01; - "statusBarItem.remoteForeground" = base05; - "statusBarItem.remoteHoverBackground" = base02; - "statusBarItem.remoteHoverForeground" = base05; - "statusBarItem.errorBackground" = base08; - "statusBarItem.errorForeground" = base00; - "statusBarItem.errorHoverBackground" = "${base08}C0"; - "statusBarItem.errorHoverForeground" = base00; - "statusBarItem.warningBackground" = base0A; - "statusBarItem.warningForeground" = base00; - "statusBarItem.warningHoverBackground" = "${base0A}C0"; - "statusBarItem.warningHoverForeground" = base00; - "statusBarItem.compactHoverBackground" = base02; - "statusBarItem.focusBorder" = base0D; - "statusBar.focusBorder" = base0D; - "statusBarItem.offlineBackground" = base09; - "statusBarItem.offlineForeground" = base00; - "statusBarItem.offlineHoverForeground" = base00; - "statusBarItem.offlineHoverBackground" = "${base09}C0"; - "titleBar.activeBackground" = base01; - "titleBar.activeForeground" = base05; - "titleBar.inactiveBackground" = base01; - "titleBar.inactiveForeground" = base03; - "titleBar.border" = null; - "menubar.selectionForeground" = base05; - "menubar.selectionBackground" = base02; - "menubar.selectionBorder" = null; - "menu.foreground" = base05; - "menu.background" = base01; - "menu.selectionForeground" = base05; - "menu.selectionBackground" = base02; - "menu.selectionBorder" = null; - "menu.separatorBackground" = base02; - "menu.border" = base02; - "commandCenter.foreground" = base05; - "commandCenter.activeForeground" = base05; - "commandCenter.background" = base00; - "commandCenter.activeBackground" = base00; - "commandCenter.border" = null; - "commandCenter.inactiveForeground" = null; - "commandCenter.inactiveBorder" = null; - "commandCenter.activeBorder" = null; - "commandCenter.debuggingBackground" = null; - "notificationCenter.border" = null; - "notificationCenterHeader.foreground" = base05; - "notificationCenterHeader.background" = base01; - "notificationToast.border" = null; - "notifications.foreground" = base05; - "notifications.background" = base02; - "notifications.border" = null; - "notificationLink.foreground" = base0D; - "notificationsErrorIcon.foreground" = base08; - "notificationsWarningIcon.foreground" = base0A; - "notificationsInfoIcon.foreground" = base0D; - "banner.background" = base02; - "banner.foreground" = base05; - "banner.iconForeground" = base0D; - "extensionButton.prominentForeground" = base00; - "extensionButton.prominentBackground" = base0B; - "extensionButton.prominentHoverBackground" = "${base0B}C0"; - "extensionButton.background" = base0D; - "extensionButton.foreground" = base00; - "extensionButton.hoverBackground" = "${base0D}C0"; - "extensionButton.separator" = "#00000000"; - "extensionBadge.remoteBackground" = base09; - "extensionBadge.remoteForeground" = base07; - "extensionIcon.starForeground" = base0A; - "extensionIcon.verifiedForeground" = base0D; - "extensionIcon.preReleaseForeground" = base09; - "extensionIcon.sponsorForeground" = null; "pickerGroup.border" = base02; "pickerGroup.foreground" = base03; + "ports.iconRunningProcessForeground" = base09; + "problemsErrorIcon.foreground" = base08; + "problemsInfoIcon.foreground" = base0C; + "problemsWarningIcon.foreground" = base0A; + "profileBadge.background" = base01; + "profileBadge.foreground" = base03; + "profiles.sashBorder" = null; + "progressBar.background" = base03; "quickInput.background" = base01; "quickInput.foreground" = base05; "quickInputList.focusBackground" = base02; "quickInputList.focusForeground" = base05; "quickInputList.focusIconForeground" = base05; "quickInputTitle.background" = base01; - "keybindingLabel.background" = base02; - "keybindingLabel.foreground" = base05; - "keybindingLabel.border" = null; - "keybindingLabel.bottomBorder" = base02; - "keybindingTable.headerBackground" = base02; - "keybindingTable.rowsBackground" = base01; - "terminal.background" = base00; - "terminal.border" = null; - "terminal.foreground" = base05; - "terminal.ansiBlack" = base00; - "terminal.ansiBlue" = base0D; - "terminal.ansiBrightBlack" = base03; - "terminal.ansiBrightBlue" = base0D; - "terminal.ansiBrightCyan" = base0C; - "terminal.ansiBrightGreen" = base0B; - "terminal.ansiBrightMagenta" = base0E; - "terminal.ansiBrightRed" = base08; - "terminal.ansiBrightWhite" = base07; - "terminal.ansiBrightYellow" = base0A; - "terminal.ansiCyan" = base0C; - "terminal.ansiGreen" = base0B; - "terminal.ansiMagenta" = base0E; - "terminal.ansiRed" = base08; - "terminal.ansiWhite" = base05; - "terminal.ansiYellow" = base0A; - "terminal.selectionBackground" = null; - "terminal.selectionForeground" = null; - "terminal.inactiveSelectionBackground" = null; - "terminal.findMatchBackground" = null; - "terminal.findMatchBorder" = null; - "terminal.findMatchHighlightBackground" = null; - "terminal.findMatchHighlightBorder" = null; - "terminal.hoverHighlightBackground" = null; - "terminalCursor.background" = null; - "terminalCursor.foreground" = base05; - "terminal.dropBackground" = null; - "terminal.tab.activeBorder" = null; - "terminalCommandDecoration.defaultBackground" = null; - "terminalCommandDecoration.successBackground" = null; - "terminalCommandDecoration.errorBackground" = null; - "terminalOverviewRuler.cursorForeground" = "#ff0000"; - "terminalOverviewRuler.findMatchForeground" = "#ff0000"; - "terminalStickyScroll.background" = null; - "terminalStickyScrollHover.background" = null; - "debugToolBar.background" = base01; - "debugToolBar.border" = null; - "editor.stackFrameHighlightBackground" = null; - "editor.focusedStackFrameHighlightBackground" = null; - "editor.inlineValuesForeground" = null; - "editor.inlineValuesBackground" = null; - "debugView.exceptionLabelForeground" = null; - "debugView.exceptionLabelBackground" = null; - "debugView.stateLabelForeground" = base07; - "debugView.stateLabelBackground" = base0D; - "debugView.valueChangedHighlight" = base0D; - "debugTokenExpression.name" = base0E; - "debugTokenExpression.value" = base05; - "debugTokenExpression.string" = base0B; - "debugTokenExpression.boolean" = base09; - "debugTokenExpression.number" = base09; - "debugTokenExpression.error" = base08; - "testing.iconFailed" = base08; - "testing.iconErrored" = base0F; - "testing.iconPassed" = base0B; - "testing.runAction" = base04; - "testing.iconQueued" = base0A; - "testing.iconUnset" = base04; - "testing.iconSkipped" = base0E; - "testing.peekBorder" = null; - "testing.peekHeaderBackground" = base01; - "testing.message.error.decorationForeground" = base05; - "testing.message.error.lineBackground" = "${base08}20"; - "testing.message.info.decorationForeground" = base05; - "testing.message.info.lineBackground" = "${base0D}20"; - "testing.messagePeekBorder" = null; - "testing.messagePeekHeaderBackground" = null; - "testing.coveredBackground" = null; - "testing.coveredBorder" = null; - "testing.coveredGutterBackground" = null; - "testing.uncoveredBranchBackground" = null; - "testing.uncoveredBackground" = null; - "testing.uncoveredBorder" = null; - "testing.uncoveredGutterBackground" = null; - "testing.coverCountBadgeBackground" = null; - "testing.coverCountBadgeForeground" = null; - "welcomePage.background" = base00; - "welcomePage.progress.background" = base03; - "welcomePage.progress.foreground" = base0D; - "welcomePage.tileBackground" = base01; - "welcomePage.tileHoverBackground" = base02; - "welcomePage.tileBorder" = null; - "walkThrough.embeddedEditorBackground" = base00; - "walkthrough.stepTitle.foreground" = null; - "gitDecoration.addedResourceForeground" = base0B; - "gitDecoration.modifiedResourceForeground" = base0E; - "gitDecoration.deletedResourceForeground" = base08; - "gitDecoration.renamedResourceForeground" = base0C; - "gitDecoration.stageModifiedResourceForeground" = base0E; - "gitDecoration.stageDeletedResourceForeground" = base08; - "gitDecoration.untrackedResourceForeground" = base09; - "gitDecoration.ignoredResourceForeground" = base03; - "gitDecoration.conflictingResourceForeground" = base0A; - "gitDecoration.submoduleResourceForeground" = base0F; - "settings.headerForeground" = base05; - "settings.modifiedItemIndicator" = base0D; - "settings.dropdownBackground" = base01; - "settings.dropdownForeground" = base05; - "settings.dropdownBorder" = null; - "settings.dropdownListBorder" = null; + "radio.activeBackground" = null; + "radio.activeBorder" = null; + "radio.activeForeground" = null; + "radio.inactiveBackground" = null; + "radio.inactiveBorder" = null; + "radio.inactiveForeground" = null; + "radio.inactiveHoverBackground" = null; + "sash.hoverBorder" = null; + "scmGraph.foreground1" = null; + "scmGraph.foreground2" = null; + "scmGraph.foreground3" = null; + "scmGraph.foreground4" = null; + "scmGraph.foreground5" = null; + "scmGraph.historyItemBaseRefColor" = null; + "scmGraph.historyItemHoverAdditionsForeground" = null; + "scmGraph.historyItemHoverDefaultLabelBackground" = null; + "scmGraph.historyItemHoverDefaultLabelForeground" = null; + "scmGraph.historyItemHoverDeletionsForeground" = null; + "scmGraph.historyItemHoverLabelForeground" = null; + "scmGraph.historyItemRefColor" = null; + "scmGraph.historyItemRemoteRefColor" = null; + "scrollbar.shadow" = "#00000000"; + "scrollbarSlider.activeBackground" = "${base04}77"; + "scrollbarSlider.background" = "${base03}33"; + "scrollbarSlider.hoverBackground" = "${base03}77"; + "search.resultsInfoForeground" = null; + "searchEditor.findMatchBackground" = "${base0A}99"; + "searchEditor.findMatchBorder" = null; + "searchEditor.textInputBorder" = null; + "selection.background" = base02; "settings.checkboxBackground" = base01; - "settings.checkboxForeground" = base05; "settings.checkboxBorder" = null; - "settings.rowHoverBackground" = base02; - "settings.textInputBackground" = base01; - "settings.textInputForeground" = base05; - "settings.textInputBorder" = null; - "settings.numberInputBackground" = base01; - "settings.numberInputForeground" = base05; - "settings.numberInputBorder" = null; + "settings.checkboxForeground" = base05; + "settings.dropdownBackground" = base01; + "settings.dropdownBorder" = null; + "settings.dropdownForeground" = base05; + "settings.dropdownListBorder" = null; "settings.focusedRowBackground" = base02; "settings.focusedRowBorder" = base0D; "settings.headerBorder" = base05; + "settings.headerForeground" = base05; + "settings.modifiedItemIndicator" = base0D; + "settings.numberInputBackground" = base01; + "settings.numberInputBorder" = null; + "settings.numberInputForeground" = base05; + "settings.rowHoverBackground" = base02; "settings.sashBorder" = base05; "settings.settingsHeaderHoverForeground" = null; - "breadcrumb.foreground" = base05; - "breadcrumb.background" = base01; - "breadcrumb.focusForeground" = base06; - "breadcrumb.activeSelectionForeground" = base07; - "breadcrumbPicker.background" = base01; - "editor.snippetTabstopHighlightBackground" = base02; - "editor.snippetTabstopHighlightBorder" = null; - "editor.snippetFinalTabstopHighlightBackground" = base03; - "editor.snippetFinalTabstopHighlightBorder" = null; + "settings.textInputBackground" = base01; + "settings.textInputBorder" = null; + "settings.textInputForeground" = base05; + "sideBar.background" = base01; + "sideBar.border" = null; + "sideBar.dropBackground" = base02; + "sideBar.foreground" = base05; + "sideBarActivityBarTop.border" = null; + "sideBarSectionHeader.background" = base01; + "sideBarSectionHeader.border" = null; + "sideBarSectionHeader.foreground" = base05; + "sideBarStickyScroll.background" = null; + "sideBarStickyScroll.border" = null; + "sideBarStickyScroll.shadow" = null; + "sideBarTitle.background" = null; + "sideBarTitle.border" = null; + "sideBarTitle.foreground" = base05; + "sideBySideEditor.horizontalBorder" = null; + "sideBySideEditor.verticalBorder" = null; + "simpleFindWidget.sashBorder" = null; + "statusBar.background" = base01; + "statusBar.border" = null; + "statusBar.debuggingBackground" = base09; + "statusBar.debuggingBorder" = null; + "statusBar.debuggingForeground" = base00; + "statusBar.focusBorder" = base0D; + "statusBar.foreground" = base05; + "statusBar.noFolderBackground" = base01; + "statusBar.noFolderBorder" = null; + "statusBar.noFolderForeground" = base05; + "statusBarItem.activeBackground" = base02; + "statusBarItem.compactHoverBackground" = base02; + "statusBarItem.errorBackground" = base08; + "statusBarItem.errorForeground" = base00; + "statusBarItem.errorHoverBackground" = "${base08}C0"; + "statusBarItem.errorHoverForeground" = base00; + "statusBarItem.focusBorder" = base0D; + "statusBarItem.hoverBackground" = base02; + "statusBarItem.hoverForeground" = base05; + "statusBarItem.offlineBackground" = base09; + "statusBarItem.offlineForeground" = base00; + "statusBarItem.offlineHoverBackground" = "${base09}C0"; + "statusBarItem.offlineHoverForeground" = base00; + "statusBarItem.prominentBackground" = base0E; + "statusBarItem.prominentForeground" = base00; + "statusBarItem.prominentHoverBackground" = "${base0E}C0"; + "statusBarItem.prominentHoverForeground" = base00; + "statusBarItem.remoteBackground" = base01; + "statusBarItem.remoteForeground" = base05; + "statusBarItem.remoteHoverBackground" = base02; + "statusBarItem.remoteHoverForeground" = base05; + "statusBarItem.warningBackground" = base0A; + "statusBarItem.warningForeground" = base00; + "statusBarItem.warningHoverBackground" = "${base0A}C0"; + "statusBarItem.warningHoverForeground" = base00; "symbolIcon.arrayForeground" = base05; "symbolIcon.booleanForeground" = base09; "symbolIcon.classForeground" = base0A; @@ -703,67 +728,142 @@ with config.lib.stylix.colors.withHashtag; "symbolIcon.typeParameterForeground" = base05; "symbolIcon.unitForeground" = base05; "symbolIcon.variableForeground" = base08; - "debugIcon.breakpointForeground" = base08; - "debugIcon.breakpointDisabledForeground" = base04; - "debugIcon.breakpointUnverifiedForeground" = base02; - "debugIcon.breakpointCurrentStackframeForeground" = base0A; - "debugIcon.breakpointStackframeForeground" = base0F; - "debugIcon.startForeground" = base0B; - "debugIcon.pauseForeground" = base0D; - "debugIcon.stopForeground" = base08; - "debugIcon.disconnectForeground" = base08; - "debugIcon.restartForeground" = base0B; - "debugIcon.stepOverForeground" = base0D; - "debugIcon.stepIntoForeground" = base0C; - "debugIcon.stepOutForeground" = base0E; - "debugIcon.continueForeground" = base0B; - "debugIcon.stepBackForeground" = base0F; - "debugConsole.infoForeground" = base05; - "debugConsole.warningForeground" = base0A; - "debugConsole.errorForeground" = base08; - "debugConsole.sourceForeground" = base05; - "debugConsoleInputIcon.foreground" = base05; - "notebook.editorBackground" = base00; - "notebook.cellBorderColor" = base03; - "notebook.cellHoverBackground" = base01; - "notebook.cellInsertionIndicator" = null; - "notebook.cellStatusBarItemHoverBackground" = null; - "notebook.cellToolbarSeparator" = base02; - "notebook.cellEditorBackground" = base00; - "notebook.focusedCellBackground" = base02; - "notebook.focusedCellBorder" = base0D; - "notebook.focusedEditorBorder" = base0D; - "notebook.inactiveFocusedCellBorder" = base03; - "notebook.inactiveSelectedCellBorder" = null; - "notebook.outputContainerBackgroundColor" = null; - "notebook.outputContainerBorderColor" = null; - "notebook.selectedCellBackground" = base02; - "notebook.selectedCellBorder" = null; - "notebook.symbolHighlightBackground" = null; - "notebookScrollbarSlider.activeBackground" = null; - "notebookScrollbarSlider.background" = null; - "notebookScrollbarSlider.hoverBackground" = null; - "notebookStatusErrorIcon.foreground" = base08; - "notebookStatusRunningIcon.foreground" = base0C; - "notebookStatusSuccessIcon.foreground" = base0B; - "notebookEditorOverviewRuler.runningCellForeground" = null; - "charts.foreground" = base05; - "charts.lines" = base05; - "charts.red" = base08; - "charts.blue" = base0D; - "charts.yellow" = base0A; - "charts.orange" = base09; - "charts.green" = base0B; - "charts.purple" = base0E; - "ports.iconRunningProcessForeground" = base09; - "commentsView.resolvedIcon" = null; - "commentsView.unresolvedIcon" = null; - "actionBar.toggledBackground" = null; - "simpleFindWidget.sashBorder" = null; - "scm.historyItemAdditionsForeground" = null; - "scm.historyItemDeletionsForeground" = null; - "scm.historyItemStatisticsBorder" = null; - "scm.historyItemSelectedStatisticsBorder" = null; + "tab.activeBackground" = base02; + "tab.activeBorder" = null; + "tab.activeBorderTop" = null; + "tab.activeForeground" = base05; + "tab.activeModifiedBorder" = base0D; + "tab.border" = "#00000000"; + "tab.dragAndDropBorder" = base03; + "tab.hoverBackground" = base02; + "tab.hoverBorder" = null; + "tab.hoverForeground" = base05; + "tab.inactiveBackground" = base01; + "tab.inactiveForeground" = base05; + "tab.inactiveModifiedBorder" = base0D; + "tab.lastPinnedBorder" = null; + "tab.selectedBackground" = null; + "tab.selectedBorderTop" = null; + "tab.selectedForeground" = null; + "tab.unfocusedActiveBackground" = base02; + "tab.unfocusedActiveBorder" = null; + "tab.unfocusedActiveBorderTop" = null; + "tab.unfocusedActiveForeground" = base04; + "tab.unfocusedActiveModifiedBorder" = base0D; + "tab.unfocusedHoverBackground" = base02; + "tab.unfocusedHoverBorder" = null; + "tab.unfocusedHoverForeground" = base05; + "tab.unfocusedInactiveBackground" = base01; + "tab.unfocusedInactiveForeground" = base04; + "tab.unfocusedInactiveModifiedBorder" = base0D; + "terminal.ansiBlack" = base00; + "terminal.ansiBlue" = base0D; + "terminal.ansiBrightBlack" = base03; + "terminal.ansiBrightBlue" = base0D; + "terminal.ansiBrightCyan" = base0C; + "terminal.ansiBrightGreen" = base0B; + "terminal.ansiBrightMagenta" = base0E; + "terminal.ansiBrightRed" = base08; + "terminal.ansiBrightWhite" = base07; + "terminal.ansiBrightYellow" = base0A; + "terminal.ansiCyan" = base0C; + "terminal.ansiGreen" = base0B; + "terminal.ansiMagenta" = base0E; + "terminal.ansiRed" = base08; + "terminal.ansiWhite" = base05; + "terminal.ansiYellow" = base0A; + "terminal.background" = base00; + "terminal.border" = null; + "terminal.dropBackground" = null; + "terminal.findMatchBackground" = null; + "terminal.findMatchBorder" = null; + "terminal.findMatchHighlightBackground" = null; + "terminal.findMatchHighlightBorder" = null; + "terminal.foreground" = base05; + "terminal.hoverHighlightBackground" = null; + "terminal.inactiveSelectionBackground" = null; + "terminal.initialHintForeground" = null; + "terminal.selectionBackground" = null; + "terminal.selectionForeground" = null; + "terminal.tab.activeBorder" = null; + "terminalCommandDecoration.defaultBackground" = null; + "terminalCommandDecoration.errorBackground" = null; + "terminalCommandDecoration.successBackground" = null; + "terminalCommandGuide.foreground" = null; + "terminalCursor.background" = null; + "terminalCursor.foreground" = base05; + "terminalOverviewRuler.border" = null; + "terminalOverviewRuler.cursorForeground" = "#ff0000"; + "terminalOverviewRuler.findMatchForeground" = "#ff0000"; + "terminalStickyScroll.background" = null; + "terminalStickyScroll.border" = null; + "terminalStickyScrollHover.background" = null; + "terminalSymbolIcon.aliasForeground" = null; + "terminalSymbolIcon.flagForeground" = null; + "testing.coverCountBadgeBackground" = null; + "testing.coverCountBadgeForeground" = null; + "testing.coveredBackground" = null; + "testing.coveredBorder" = null; + "testing.coveredGutterBackground" = null; + "testing.iconErrored" = base0F; + "testing.iconErrored.retired" = null; + "testing.iconFailed" = base08; + "testing.iconFailed.retired" = null; + "testing.iconPassed" = base0B; + "testing.iconPassed.retired" = null; + "testing.iconQueued" = base0A; + "testing.iconQueued.retired" = null; + "testing.iconSkipped" = base0E; + "testing.iconSkipped.retired" = null; + "testing.iconUnset" = base04; + "testing.iconUnset.retired" = null; + "testing.message.error.badgeBackground" = null; + "testing.message.error.badgeBorder" = null; + "testing.message.error.badgeForeground" = null; + "testing.message.error.lineBackground" = "${base08}20"; + "testing.message.info.decorationForeground" = base05; + "testing.message.info.lineBackground" = "${base0D}20"; + "testing.messagePeekBorder" = null; + "testing.messagePeekHeaderBackground" = null; + "testing.peekBorder" = null; + "testing.peekHeaderBackground" = base01; + "testing.runAction" = base04; + "testing.uncoveredBackground" = null; + "testing.uncoveredBorder" = null; + "testing.uncoveredBranchBackground" = null; + "testing.uncoveredGutterBackground" = null; + "textBlockQuote.background" = base01; + "textBlockQuote.border" = base0D; + "textCodeBlock.background" = base00; + "textLink.activeForeground" = base0C; + "textLink.foreground" = base0D; + "textPreformat.background" = null; + "textPreformat.foreground" = base0D; + "textSeparator.foreground" = base05; + "titleBar.activeBackground" = base01; + "titleBar.activeForeground" = base05; + "titleBar.border" = null; + "titleBar.inactiveBackground" = base01; + "titleBar.inactiveForeground" = base03; + "toolbar.activeBackground" = base02; + "toolbar.hoverBackground" = base02; + "toolbar.hoverOutline" = null; + "tree.inactiveIndentGuidesStroke" = null; + "tree.indentGuidesStroke" = base05; + "tree.tableColumnsBorder" = null; + "tree.tableOddRowsBackground" = null; + "walkThrough.embeddedEditorBackground" = base00; + "walkthrough.stepTitle.foreground" = null; + "welcomePage.background" = base00; + "welcomePage.progress.background" = base03; + "welcomePage.progress.foreground" = base0D; + "welcomePage.tileBackground" = base01; + "welcomePage.tileBorder" = null; + "welcomePage.tileHoverBackground" = base02; + "widget.border" = base02; + "widget.shadow" = "#00000000"; + "window.activeBorder" = null; + "window.inactiveBorder" = null; }; tokenColors = [ {