Last active
September 28, 2025 12:39
-
-
Save Mark-Marks/84387aff6b6924c65e54a5315249cc63 to your computer and use it in GitHub Desktop.
Van Kanagawa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local palette = { | |
| base = "#1a1a22", | |
| surface = "#1F1F28", | |
| overlay = "#2A2A37", | |
| muted = "#707b77", | |
| subtle = "#707b77", | |
| text = "#d7d6c6", | |
| red = "#a9471a", | |
| yellow = "#d3b04f", | |
| cyan = "#a2d0d2", | |
| green = "#6b7a3f", | |
| blue = "#23829f", | |
| magenta = "#e0a376", | |
| highlightLow = "#1F1F28", | |
| highlightMed = "#2A2A37", | |
| higlightHigh = "#2A2A37", | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Van Kanagawa", | |
| "type": "dark", | |
| "colors": { | |
| "activityBar.activeBackground": "", | |
| "activityBar.activeBorder": "#d7d6c6", | |
| "activityBar.activeFocusBorder": "", | |
| "activityBar.background": "#1a1a22", | |
| "activityBar.border": "", | |
| "activityBar.dropBorder": "#2A2A37", | |
| "activityBar.foreground": "#d7d6c6", | |
| "activityBar.inactiveForeground": "#707b77", | |
| "activityBarBadge.background": "#1a1a22", | |
| "activityBarBadge.foreground": "#1a1a22", | |
| "badge.background": "#1a1a22", | |
| "badge.foreground": "#1a1a22", | |
| "banner.background": "#1F1F28", | |
| "banner.foreground": "#d7d6c6", | |
| "banner.iconForeground": "#707b77", | |
| "breadcrumb.activeSelectionForeground": "#1a1a22", | |
| "breadcrumb.background": "#1a1a22", | |
| "breadcrumb.focusForeground": "#707b77", | |
| "breadcrumb.foreground": "#707b77", | |
| "breadcrumbPicker.background": "#1F1F28", | |
| "button.background": "#1a1a22", | |
| "button.border": "", | |
| "button.foreground": "#1a1a22", | |
| "button.hoverBackground": "#a2d0d290", | |
| "button.secondaryBackground": "#1F1F28", | |
| "button.secondaryForeground": "#d7d6c6", | |
| "button.secondaryHoverBackground": "#2A2A37", | |
| "charts.blue": "#23829f", | |
| "charts.foreground": "#d7d6c6", | |
| "charts.green": "#6b7a3f", | |
| "charts.lines": "#707b77", | |
| "charts.orange": "#a2d0d2", | |
| "charts.purple": "#e0a376", | |
| "charts.red": "#a9471a", | |
| "charts.yellow": "#d3b04f", | |
| "checkbox.background": "#1F1F28", | |
| "checkbox.border": "#2A2A37", | |
| "checkbox.foreground": "#d7d6c6", | |
| "contrastActiveBorder": "", | |
| "contrastBorder": "", | |
| "debugConsole.errorForeground": "", | |
| "debugConsole.infoForeground": "", | |
| "debugConsole.sourceForeground": "", | |
| "debugConsole.warningForeground": "", | |
| "debugConsoleInputIcon.foreground": "", | |
| "debugExceptionWidget.background": "#1F1F28", | |
| "debugExceptionWidget.border": "#2A2A37", | |
| "debugIcon.breakpointCurrentStackframeForeground": "#707b77", | |
| "debugIcon.breakpointDisabledForeground": "#707b77", | |
| "debugIcon.breakpointForeground": "#707b77", | |
| "debugIcon.breakpointStackframeForeground": "#707b77", | |
| "debugIcon.breakpointUnverifiedForeground": "#707b77", | |
| "debugIcon.continueForeground": "#707b77", | |
| "debugIcon.disconnectForeground": "#707b77", | |
| "debugIcon.pauseForeground": "#707b77", | |
| "debugIcon.restartForeground": "#707b77", | |
| "debugIcon.startForeground": "#707b77", | |
| "debugIcon.stepBackForeground": "#707b77", | |
| "debugIcon.stepIntoForeground": "#707b77", | |
| "debugIcon.stepOutForeground": "#707b77", | |
| "debugIcon.stepOverForeground": "#707b77", | |
| "debugIcon.stopForeground": "#a9471a", | |
| "debugTokenExpression.boolean": "", | |
| "debugTokenExpression.error": "", | |
| "debugTokenExpression.name": "", | |
| "debugTokenExpression.number": "", | |
| "debugTokenExpression.string": "", | |
| "debugTokenExpression.value": "", | |
| "debugToolBar.background": "#1F1F28", | |
| "debugToolBar.border": "#2A2A37", | |
| "debugView.exceptionLabelBackground": "", | |
| "debugView.exceptionLabelForeground": "", | |
| "debugView.stateLabelBackground": "", | |
| "debugView.stateLabelForeground": "", | |
| "debugView.valueChangedHighlight": "", | |
| "descriptionForeground": "#707b77", | |
| "diffEditor.border": "#2A2A37", | |
| "diffEditor.diagonalFill": "#2A2A37", | |
| "diffEditor.insertedLineBackground": "#23829f15", | |
| "diffEditor.insertedTextBackground": "#23829f15", | |
| "diffEditor.insertedTextBorder": "", | |
| "diffEditor.removedLineBackground": "#a9471a15", | |
| "diffEditor.removedTextBackground": "#a9471a15", | |
| "diffEditor.removedTextBorder": "", | |
| "diffEditorOverview.insertedForeground": "#23829f50", | |
| "diffEditorOverview.removedForeground": "#a9471a50", | |
| "dropdown.background": "#1F1F28", | |
| "dropdown.border": "#2A2A37", | |
| "dropdown.foreground": "#d7d6c6", | |
| "dropdown.listBackground": "#1F1F28", | |
| "editor.background": "#1a1a22", | |
| "editor.findMatchBackground": "#d3b04f20", | |
| "editor.findMatchBorder": "#d3b04f50", | |
| "editor.findMatchForeground": "#d7d6c6", | |
| "editor.findMatchHighlightBackground": "#2A2A37", | |
| "editor.findMatchHighlightForeground": "#d7d6c680", | |
| "editor.findMatchHighlightBorder": "", | |
| "editor.findRangeHighlightBackground": "#2A2A37", | |
| "editor.findRangeHighlightBorder": "#0000", | |
| "editor.focusedStackFrameHighlightBackground": "#2A2A37", | |
| "editor.foldBackground": "#2A2A37", | |
| "editor.foreground": "#d7d6c6", | |
| "editor.hoverHighlightBackground": "#0000", | |
| "editor.inactiveSelectionBackground": "#1F1F28", | |
| "editor.inlineValuesBackground": "#0000", | |
| "editor.inlineValuesForeground": "#707b77", | |
| "editor.lineHighlightBackground": "#1F1F28", | |
| "editor.lineHighlightBorder": "#0000", | |
| "editor.linkedEditingBackground": "#2A2A37", | |
| "editor.rangeHighlightBackground": "#1F1F28", | |
| "editor.rangeHighlightBorder": "", | |
| "editor.selectionBackground": "#2A2A37", | |
| "editor.selectionForeground": "#d7d6c6", | |
| "editor.selectionHighlightBackground": "#2A2A37", | |
| "editor.selectionHighlightBorder": "#1a1a22", | |
| "editor.snippetFinalTabstopHighlightBackground": "#2A2A37", | |
| "editor.snippetFinalTabstopHighlightBorder": "#1F1F28", | |
| "editor.snippetTabstopHighlightBackground": "#2A2A37", | |
| "editor.snippetTabstopHighlightBorder": "#1F1F28", | |
| "editor.stackFrameHighlightBackground": "#2A2A37", | |
| "editor.symbolHighlightBackground": "#2A2A37", | |
| "editor.symbolHighlightBorder": "#0000", | |
| "editor.wordHighlightBackground": "#2A2A37", | |
| "editor.wordHighlightBorder": "#0000", | |
| "editor.wordHighlightStrongBackground": "#2A2A37", | |
| "editor.wordHighlightStrongBorder": "#2A2A37", | |
| "editorBracketHighlight.foreground1": "#a9471a50", | |
| "editorBracketHighlight.foreground2": "#6b7a3f50", | |
| "editorBracketHighlight.foreground3": "#d3b04f50", | |
| "editorBracketHighlight.foreground4": "#23829f50", | |
| "editorBracketHighlight.foreground5": "#a2d0d250", | |
| "editorBracketHighlight.foreground6": "#e0a37650", | |
| "editorBracketMatch.background": "#0000", | |
| "editorBracketMatch.border": "#707b77", | |
| "editorBracketPairGuide.activeBackground1": "#6b7a3f", | |
| "editorBracketPairGuide.activeBackground2": "#a2d0d2", | |
| "editorBracketPairGuide.activeBackground3": "#e0a376", | |
| "editorBracketPairGuide.activeBackground4": "#23829f", | |
| "editorBracketPairGuide.activeBackground5": "#d3b04f", | |
| "editorBracketPairGuide.activeBackground6": "#a9471a", | |
| "editorBracketPairGuide.background1": "#6b7a3f50", | |
| "editorBracketPairGuide.background2": "#a2d0d250", | |
| "editorBracketPairGuide.background3": "#e0a37650", | |
| "editorBracketPairGuide.background4": "#23829f50", | |
| "editorBracketPairGuide.background5": "#d3b04f50", | |
| "editorBracketPairGuide.background6": "#a9471a50", | |
| "editorCodeLens.foreground": "#1a1a22", | |
| "editorCursor.background": "#d7d6c6", | |
| "editorCursor.foreground": "#707b77", | |
| "editorError.background": "", | |
| "editorError.border": "#0000", | |
| "editorError.foreground": "#a9471a", | |
| "editorGhostText.border": "", | |
| "editorGhostText.foreground": "#707b77", | |
| "editorGroup.border": "#0000", | |
| "editorGroup.dropBackground": "#1F1F28", | |
| "editorGroup.emptyBackground": "#0000", | |
| "editorGroup.focusedEmptyBorder": "#0000", | |
| "editorGroupHeader.border": "", | |
| "editorGroupHeader.noTabsBackground": "#0000", | |
| "editorGroupHeader.tabsBackground": "#0000", | |
| "editorGroupHeader.tabsBorder": "#0000", | |
| "editorGutter.addedBackground": "#23829f", | |
| "editorGutter.background": "#1a1a22", | |
| "editorGutter.commentRangeForeground": "#2A2A37", | |
| "editorGutter.deletedBackground": "#a9471a", | |
| "editorGutter.foldingControlForeground": "#e0a376", | |
| "editorGutter.modifiedBackground": "#1a1a22", | |
| "editorHint.border": "#0000", | |
| "editorHint.foreground": "#707b77", | |
| "editorHoverWidget.background": "#1F1F28", | |
| "editorHoverWidget.border": "#707b7750", | |
| "editorHoverWidget.foreground": "#707b77", | |
| "editorHoverWidget.highlightForeground": "#d7d6c6", | |
| "editorHoverWidget.statusBarBackground": "#0000", | |
| "editorInfo.background": "", | |
| "editorInfo.border": "#2A2A37", | |
| "editorInfo.foreground": "#23829f", | |
| "editorInlayHint.background": "#2A2A3750", | |
| "editorInlayHint.foreground": "#707b7750", | |
| "editorInlayHint.parameterBackground": "#2A2A3750", | |
| "editorInlayHint.parameterForeground": "#e0a37650", | |
| "editorInlayHint.typeBackground": "#2A2A3750", | |
| "editorInlayHint.typeForeground": "#23829f50", | |
| "editorLightBulb.foreground": "#6b7a3f", | |
| "editorLightBulbAutoFix.foreground": "#1a1a22", | |
| "editorLineNumber.activeForeground": "#d7d6c6", | |
| "editorLineNumber.foreground": "#707b77", | |
| "editorLink.activeForeground": "#1a1a22", | |
| "editorMarkerNavigation.background": "#1F1F28", | |
| "editorMarkerNavigationError.background": "#1F1F28", | |
| "editorMarkerNavigationInfo.background": "#1F1F28", | |
| "editorMarkerNavigationWarning.background": "#1F1F28", | |
| "editorOverviewRuler.addedForeground": "#23829f50", | |
| "editorOverviewRuler.background": "#1a1a22", | |
| "editorOverviewRuler.border": "#2A2A37", | |
| "editorOverviewRuler.bracketMatchForeground": "#707b77", | |
| "editorOverviewRuler.commentForeground": "#707b7750", | |
| "editorOverviewRuler.commentUnresolvedForeground": "#d3b04f50", | |
| "editorOverviewRuler.commonContentForeground": "#1F1F28", | |
| "editorOverviewRuler.currentContentForeground": "#2A2A37", | |
| "editorOverviewRuler.deletedForeground": "#a9471a50", | |
| "editorOverviewRuler.errorForeground": "#a9471a50", | |
| "editorOverviewRuler.findMatchForeground": "#2A2A37", | |
| "editorOverviewRuler.incomingContentForeground": "#e0a37650", | |
| "editorOverviewRuler.infoForeground": "#23829f50", | |
| "editorOverviewRuler.modifiedForeground": "#a2d0d250", | |
| "editorOverviewRuler.rangeHighlightForeground": "#2A2A37", | |
| "editorOverviewRuler.selectionHighlightForeground": "#2A2A37", | |
| "editorOverviewRuler.warningForeground": "#d3b04f50", | |
| "editorOverviewRuler.wordHighlightForeground": "#2A2A37", | |
| "editorOverviewRuler.wordHighlightStrongForeground": "#2A2A37", | |
| "editorPane.background": "#0000", | |
| "editorRuler.foreground": "#2A2A37", | |
| "editorSuggestWidget.background": "#1F1F28", | |
| "editorSuggestWidget.border": "#0000", | |
| "editorSuggestWidget.focusHighlightForeground": "#1a1a22", | |
| "editorSuggestWidget.foreground": "#707b77", | |
| "editorSuggestWidget.highlightForeground": "#1a1a22", | |
| "editorSuggestWidget.selectedBackground": "#2A2A37", | |
| "editorSuggestWidget.selectedForeground": "#d7d6c6", | |
| "editorSuggestWidget.selectedIconForeground": "#d7d6c6", | |
| "editorUnnecessaryCode.border": "#0000", | |
| "editorUnnecessaryCode.opacity": "#d7d6c650", | |
| "editorWarning.background": "", | |
| "editorWarning.border": "#0000", | |
| "editorWarning.foreground": "#d3b04f", | |
| "editorWhitespace.foreground": "#707b7750", | |
| "editorWidget.background": "#1F1F28", | |
| "editorWidget.border": "#2A2A37", | |
| "editorWidget.foreground": "#707b77", | |
| "editorWidget.resizeBorder": "#707b77", | |
| "errorForeground": "#a9471a", | |
| "extensionBadge.remoteBackground": "#e0a376", | |
| "extensionBadge.remoteForeground": "#1a1a22", | |
| "extensionButton.prominentBackground": "#1a1a22", | |
| "extensionButton.prominentForeground": "#1a1a22", | |
| "extensionButton.prominentHoverBackground": "#a2d0d290", | |
| "extensionIcon.preReleaseForeground": "#6b7a3f", | |
| "extensionIcon.starForeground": "#1a1a22", | |
| "extensionIcon.verifiedForeground": "#e0a376", | |
| "focusBorder": "#2A2A37", | |
| "foreground": "#d7d6c6", | |
| "git.blame.editorDecorationForeground": "#707b77", | |
| "gitDecoration.addedResourceForeground": "#23829f", | |
| "gitDecoration.conflictingResourceForeground": "#a9471a", | |
| "gitDecoration.deletedResourceForeground": "#707b77", | |
| "gitDecoration.ignoredResourceForeground": "#707b77", | |
| "gitDecoration.modifiedResourceForeground": "#a2d0d2", | |
| "gitDecoration.renamedResourceForeground": "#6b7a3f", | |
| "gitDecoration.stageDeletedResourceForeground": "#a9471a", | |
| "gitDecoration.stageModifiedResourceForeground": "#e0a376", | |
| "gitDecoration.submoduleResourceForeground": "#d3b04f", | |
| "gitDecoration.untrackedResourceForeground": "#d3b04f", | |
| "icon.foreground": "#707b77", | |
| "input.background": "#2A2A3750", | |
| "input.border": "#2A2A37", | |
| "input.foreground": "#d7d6c6", | |
| "input.placeholderForeground": "#707b77", | |
| "inputOption.activeBackground": "#a2d0d215", | |
| "inputOption.activeBorder": "#0000", | |
| "inputOption.activeForeground": "#a2d0d2", | |
| "inputValidation.errorBackground": "#1F1F28", | |
| "inputValidation.errorBorder": "#2A2A37", | |
| "inputValidation.errorForeground": "#a9471a", | |
| "inputValidation.infoBackground": "#1F1F28", | |
| "inputValidation.infoBorder": "#2A2A37", | |
| "inputValidation.infoForeground": "#23829f", | |
| "inputValidation.warningBackground": "#1F1F28", | |
| "inputValidation.warningBorder": "#2A2A37", | |
| "inputValidation.warningForeground": "#23829f50", | |
| "keybindingLabel.background": "#2A2A37", | |
| "keybindingLabel.border": "#2A2A37", | |
| "keybindingLabel.bottomBorder": "#2A2A37", | |
| "keybindingLabel.foreground": "#e0a376", | |
| "keybindingTable.headerBackground": "#2A2A37", | |
| "keybindingTable.rowsBackground": "#1F1F28", | |
| "list.activeSelectionBackground": "#2A2A37", | |
| "list.activeSelectionForeground": "#d7d6c6", | |
| "list.activeSelectionIconForeground": "", | |
| "list.deemphasizedForeground": "#707b77", | |
| "list.dropBackground": "#1F1F28", | |
| "list.errorForeground": "#a9471a", | |
| "list.filterMatchBackground": "#1F1F28", | |
| "list.filterMatchBorder": "#1a1a22", | |
| "list.focusBackground": "#2A2A37", | |
| "list.focusForeground": "#d7d6c6", | |
| "list.focusHighlightForeground": "", | |
| "list.focusOutline": "#2A2A37", | |
| "list.highlightForeground": "#1a1a22", | |
| "list.hoverBackground": "#1F1F28", | |
| "list.hoverForeground": "#d7d6c6", | |
| "list.inactiveFocusBackground": "#1F1F28", | |
| "list.inactiveFocusOutline": "", | |
| "list.inactiveSelectionBackground": "#1F1F28", | |
| "list.inactiveSelectionForeground": "#d7d6c6", | |
| "list.inactiveSelectionIconForeground": "", | |
| "list.invalidItemForeground": "#a9471a", | |
| "list.warningForeground": "#d3b04f", | |
| "listFilterWidget.background": "#1F1F28", | |
| "listFilterWidget.noMatchesOutline": "#a9471a", | |
| "listFilterWidget.outline": "#2A2A37", | |
| "menu.background": "#1F1F28", | |
| "menu.border": "#1F1F28", | |
| "menu.foreground": "#d7d6c6", | |
| "menu.selectionBackground": "#2A2A37", | |
| "menu.selectionBorder": "#2A2A37", | |
| "menu.selectionForeground": "#d7d6c6", | |
| "menu.separatorBackground": "#2A2A37", | |
| "menubar.selectionBackground": "#2A2A37", | |
| "menubar.selectionBorder": "#1F1F28", | |
| "menubar.selectionForeground": "#d7d6c6", | |
| "merge.border": "#2A2A37", | |
| "merge.commonContentBackground": "#2A2A37", | |
| "merge.commonHeaderBackground": "#2A2A37", | |
| "merge.currentContentBackground": "#d3b04f50", | |
| "merge.currentHeaderBackground": "#d3b04f50", | |
| "merge.incomingContentBackground": "#23829f50", | |
| "merge.incomingHeaderBackground": "#23829f50", | |
| "minimap.background": "#1F1F28", | |
| "minimap.errorHighlight": "#a9471a50", | |
| "minimap.findMatchHighlight": "#2A2A37", | |
| "minimap.selectionHighlight": "#2A2A37", | |
| "minimap.warningHighlight": "#d3b04f50", | |
| "minimapGutter.addedBackground": "#23829f", | |
| "minimapGutter.deletedBackground": "#a9471a", | |
| "minimapGutter.modifiedBackground": "#1a1a22", | |
| "minimapSlider.activeBackground": "#2A2A37", | |
| "minimapSlider.background": "#2A2A37", | |
| "minimapSlider.hoverBackground": "#2A2A37", | |
| "notebook.cellBorderColor": "#23829f50", | |
| "notebook.cellEditorBackground": "#1F1F28", | |
| "notebook.cellHoverBackground": "#2A2A3750", | |
| "notebook.cellInsertionIndicator": "", | |
| "notebook.cellStatusBarItemHoverBackground": "", | |
| "notebook.cellToolbarSeparator": "", | |
| "notebook.focusedCellBackground": "#1F1F28", | |
| "notebook.focusedCellBorder": "#23829f", | |
| "notebook.focusedEditorBorder": "", | |
| "notebook.focusedRowBorder": "", | |
| "notebook.inactiveFocusedCellBorder": "", | |
| "notebook.inactiveSelectedCellBorder": "", | |
| "notebook.outputContainerBackgroundColor": "#1F1F28", | |
| "notebook.outputContainerBorderColor": "", | |
| "notebook.rowHoverBackground": "", | |
| "notebook.selectedCellBackground": "", | |
| "notebook.selectedCellBorder": "", | |
| "notebook.symbolHighlightBackground": "", | |
| "notebookScrollbarSlider.activeBackground": "", | |
| "notebookScrollbarSlider.background": "", | |
| "notebookScrollbarSlider.hoverBackground": "", | |
| "notebookStatusErrorIcon.foreground": "", | |
| "notebookStatusRunningIcon.foreground": "", | |
| "notebookStatusSuccessIcon.foreground": "", | |
| "notificationCenter.border": "#2A2A37", | |
| "notificationCenterHeader.background": "#1F1F28", | |
| "notificationCenterHeader.foreground": "#707b77", | |
| "notificationLink.foreground": "#e0a376", | |
| "notifications.background": "#1F1F28", | |
| "notifications.border": "#2A2A37", | |
| "notifications.foreground": "#d7d6c6", | |
| "notificationsErrorIcon.foreground": "#a9471a", | |
| "notificationsInfoIcon.foreground": "#23829f", | |
| "notificationsWarningIcon.foreground": "#d3b04f", | |
| "notificationToast.border": "#2A2A37", | |
| "panel.background": "#1F1F28", | |
| "panel.border": "#0000", | |
| "panel.dropBorder": "#2A2A37", | |
| "panelInput.border": "#1F1F28", | |
| "panelSection.border": "", | |
| "panelSection.dropBackground": "#2A2A37", | |
| "panelSectionHeader.background": "#1F1F28", | |
| "panelSectionHeader.border": "", | |
| "panelSectionHeader.foreground": "#d7d6c6", | |
| "panelTitle.activeBorder": "#2A2A37", | |
| "panelTitle.activeForeground": "#d7d6c6", | |
| "panelTitle.inactiveForeground": "#707b77", | |
| "peekView.border": "#2A2A37", | |
| "peekViewEditor.background": "#1F1F28", | |
| "peekViewEditor.matchHighlightBackground": "#2A2A37", | |
| "peekViewEditor.matchHighlightBorder": "", | |
| "peekViewEditorGutter.background": "", | |
| "peekViewResult.background": "#1F1F28", | |
| "peekViewResult.fileForeground": "#707b77", | |
| "peekViewResult.lineForeground": "#707b77", | |
| "peekViewResult.matchHighlightBackground": "#2A2A37", | |
| "peekViewResult.selectionBackground": "#2A2A37", | |
| "peekViewResult.selectionForeground": "#d7d6c6", | |
| "peekViewTitle.background": "#2A2A37", | |
| "peekViewTitleDescription.foreground": "#707b77", | |
| "peekViewTitleLabel.foreground": "", | |
| "pickerGroup.border": "#2A2A37", | |
| "pickerGroup.foreground": "#e0a376", | |
| // https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1$56.md#themable-color-for-forwarded-ports | |
| "ports.iconRunningProcessForeground": "#1a1a22", | |
| "problemsErrorIcon.foreground": "#a9471a", | |
| "problemsInfoIcon.foreground": "#23829f", | |
| "problemsWarningIcon.foreground": "#d3b04f", | |
| "progressBar.background": "#1a1a22", | |
| "quickInput.background": "#1F1F28", | |
| "quickInput.foreground": "#707b77", | |
| "quickInputList.focusBackground": "#2A2A37", | |
| "quickInputList.focusForeground": "#d7d6c6", | |
| "quickInputList.focusIconForeground": "#d7d6c6", | |
| "quickInputTitle.background": "", | |
| "sash.hoverBorder": "", | |
| "scm.providerBorder": "", | |
| "scrollbar.shadow": "#1F1F2830", | |
| "scrollbarSlider.activeBackground": "#6b7a3f50", | |
| "scrollbarSlider.background": "#2A2A37", | |
| "scrollbarSlider.hoverBackground": "#2A2A37", | |
| "searchEditor.findMatchBackground": "#2A2A37", | |
| "searchEditor.findMatchBorder": "", | |
| "searchEditor.textInputBorder": "", | |
| "selection.background": "#2A2A37", | |
| // Inherited from `checkbox.*` | |
| "settings.checkboxBackground": "", | |
| "settings.checkboxBorder": "", | |
| "settings.checkboxForeground": "", | |
| // Inherited from `dropdown.*` | |
| "settings.dropdownBackground": "", | |
| "settings.dropdownBorder": "", | |
| "settings.dropdownForeground": "", | |
| "settings.dropdownListBorder": "", | |
| "settings.focusedRowBackground": "#1F1F28", | |
| "settings.headerForeground": "#d7d6c6", | |
| "settings.modifiedItemIndicator": "#1a1a22", | |
| // Inherited from `input.*` | |
| "settings.focusedRowBorder": "#2A2A37", | |
| "settings.numberInputBackground": "", | |
| "settings.numberInputBorder": "", | |
| "settings.numberInputForeground": "", | |
| "settings.rowHoverBackground": "#1F1F28", | |
| "settings.textInputBackground": "", | |
| "settings.textInputBorder": "", | |
| "settings.textInputForeground": "", | |
| "sideBar.background": "#1a1a22", | |
| "sideBar.border": "", | |
| "sideBar.dropBackground": "#1F1F28", | |
| "sideBar.foreground": "#707b77", | |
| "sideBarSectionHeader.background": "#0000", | |
| "sideBarSectionHeader.border": "#2A2A37", | |
| "sideBarSectionHeader.foreground": "", | |
| "sideBarTitle.foreground": "", | |
| "statusBar.background": "#1a1a22", | |
| "statusBar.border": "", | |
| "statusBar.debuggingBackground": "#e0a376", | |
| "statusBar.debuggingBorder": "", | |
| "statusBar.debuggingForeground": "#1a1a22", | |
| "statusBar.foreground": "#707b77", | |
| "statusBar.noFolderBackground": "#1a1a22", | |
| "statusBar.noFolderBorder": "", | |
| "statusBar.noFolderForeground": "#707b77", | |
| "statusBarItem.activeBackground": "#2A2A37", | |
| "statusBarItem.hoverBackground": "#2A2A37", | |
| "statusBarItem.prominentBackground": "#2A2A37", | |
| "statusBarItem.prominentForeground": "#d7d6c6", | |
| "statusBarItem.prominentHoverBackground": "#2A2A37", | |
| "statusBarItem.remoteBackground": "#1a1a22", | |
| "statusBarItem.remoteForeground": "#d3b04f", | |
| "statusBarItem.errorBackground": "#1a1a22", | |
| "statusBarItem.errorForeground": "#a9471a", | |
| "symbolIcon.arrayForeground": "#707b77", | |
| "symbolIcon.classForeground": "#707b77", | |
| "symbolIcon.colorForeground": "#707b77", | |
| "symbolIcon.constantForeground": "#707b77", | |
| "symbolIcon.constructorForeground": "#707b77", | |
| "symbolIcon.enumeratorForeground": "#707b77", | |
| "symbolIcon.enumeratorMemberForeground": "#707b77", | |
| "symbolIcon.eventForeground": "#707b77", | |
| "symbolIcon.fieldForeground": "#707b77", | |
| "symbolIcon.fileForeground": "#707b77", | |
| "symbolIcon.folderForeground": "#707b77", | |
| "symbolIcon.functionForeground": "#707b77", | |
| "symbolIcon.interfaceForeground": "#707b77", | |
| "symbolIcon.keyForeground": "#707b77", | |
| "symbolIcon.keywordForeground": "#707b77", | |
| "symbolIcon.methodForeground": "#707b77", | |
| "symbolIcon.moduleForeground": "#707b77", | |
| "symbolIcon.namespaceForeground": "#707b77", | |
| "symbolIcon.nullForeground": "#707b77", | |
| "symbolIcon.numberForeground": "#707b77", | |
| "symbolIcon.objectForeground": "#707b77", | |
| "symbolIcon.operatorForeground": "#707b77", | |
| "symbolIcon.packageForeground": "#707b77", | |
| "symbolIcon.propertyForeground": "#707b77", | |
| "symbolIcon.referenceForeground": "#707b77", | |
| "symbolIcon.snippetForeground": "#707b77", | |
| "symbolIcon.stringForeground": "#707b77", | |
| "symbolIcon.structForeground": "#707b77", | |
| "symbolIcon.textForeground": "#707b77", | |
| "symbolIcon.typeParameterForeground": "#707b77", | |
| "symbolIcon.unitForeground": "#707b77", | |
| "symbolIcon.variableForeground": "#707b77", | |
| "tab.activeBackground": "#1F1F28", | |
| "tab.activeBorder": "", | |
| "tab.activeBorderTop": "", | |
| "tab.activeForeground": "#d7d6c6", | |
| "tab.activeModifiedBorder": "#23829f", | |
| "tab.border": "#0000", | |
| "tab.hoverBackground": "#2A2A37", | |
| "tab.hoverBorder": "", | |
| "tab.hoverForeground": "", | |
| "tab.inactiveBackground": "#0000", | |
| "tab.inactiveForeground": "#707b77", | |
| "tab.inactiveModifiedBorder": "#23829f50", | |
| "tab.lastPinnedBorder": "#707b77", | |
| "tab.unfocusedActiveBackground": "#0000", | |
| "tab.unfocusedActiveBorder": "", | |
| "tab.unfocusedActiveBorderTop": "", | |
| "tab.unfocusedActiveForeground": "", | |
| "tab.unfocusedActiveModifiedBorder": "", | |
| "tab.unfocusedHoverBackground": "#0000", | |
| "tab.unfocusedHoverBorder": "", | |
| "tab.unfocusedHoverForeground": "", | |
| "tab.unfocusedInactiveBackground": "#0000", | |
| "tab.unfocusedInactiveForeground": "", | |
| "tab.unfocusedInactiveModifiedBorder": "#23829f50", | |
| "terminal.ansiBlack": "#2A2A37", | |
| "terminal.ansiBlue": "#23829f", | |
| "terminal.ansiBrightBlack": "#707b77", | |
| "terminal.ansiBrightBlue": "#23829f", | |
| "terminal.ansiBrightCyan": "#a2d0d2", | |
| "terminal.ansiBrightGreen": "#6b7a3f", | |
| "terminal.ansiBrightMagenta": "#e0a376", | |
| "terminal.ansiBrightRed": "#a9471a", | |
| "terminal.ansiBrightWhite": "#d7d6c6", | |
| "terminal.ansiBrightYellow": "#d3b04f", | |
| "terminal.ansiCyan": "#a2d0d2", | |
| "terminal.ansiGreen": "#6b7a3f", | |
| "terminal.ansiMagenta": "#e0a376", | |
| "terminal.ansiRed": "#a9471a", | |
| "terminal.ansiWhite": "#d7d6c6", | |
| "terminal.ansiYellow": "#d3b04f", | |
| "terminal.background": "", | |
| "terminal.border": "", | |
| "terminal.dropBackground": "#2A2A37", | |
| "terminal.foreground": "#d7d6c6", | |
| "terminal.selectionBackground": "#2A2A37", | |
| "terminal.tab.activeBorder": "#d7d6c6", | |
| "terminalCursor.background": "#d7d6c6", | |
| "terminalCursor.foreground": "#707b77", | |
| // TODO: `testing.*` | |
| "testing.iconErrored": "", | |
| "testing.iconFailed": "", | |
| "testing.iconPassed": "", | |
| "testing.iconQueued": "", | |
| "testing.iconSkipped": "", | |
| "testing.iconUnset": "", | |
| "testing.message.error.decorationForeground": "", | |
| "testing.message.error.lineBackground": "", | |
| "testing.message.hint.decorationForeground": "", | |
| "testing.message.hint.lineBackground": "", | |
| "testing.message.info.decorationForeground": "", | |
| "testing.message.info.lineBackground": "", | |
| "testing.message.warning.decorationForeground": "", | |
| "testing.message.warning.lineBackground": "", | |
| "testing.peekBorder": "", | |
| "testing.peekHeaderBackground": "", | |
| "testing.runAction": "", | |
| // https://github.com/microsoft/vscode/issues/26298 | |
| "textBlockQuote.background": "#1F1F28", | |
| "textBlockQuote.border": "#2A2A37", | |
| "textCodeBlock.background": "#1F1F28", | |
| "textLink.activeForeground": "#e0a37690", | |
| "textLink.foreground": "#e0a376", | |
| "textPreformat.foreground": "#d3b04f", | |
| "textSeparator.foreground": "#707b77", | |
| "titleBar.activeBackground": "#1a1a22", | |
| "titleBar.activeForeground": "#707b77", | |
| "titleBar.border": "", | |
| "titleBar.inactiveBackground": "#1F1F28", | |
| "titleBar.inactiveForeground": "#707b77", | |
| "toolbar.activeBackground": "#2A2A37", | |
| "toolbar.hoverBackground": "#2A2A37", | |
| "toolbar.hoverOutline": "", | |
| "tree.indentGuidesStroke": "#707b77", | |
| "tree.tableColumnsBorder": "", | |
| "walkThrough.embeddedEditorBackground": "#1a1a22", | |
| "welcomePage.background": "#1a1a22", | |
| "welcomePage.progress.background": "", | |
| "welcomePage.progress.foreground": "", | |
| "welcomePage.tileBackground": "", | |
| "welcomePage.tileHoverBackground": "", | |
| "welcomePage.tileShadow.": "", | |
| "widget.shadow": "#1F1F2830", | |
| "window.activeBorder": "#1F1F28", | |
| "window.inactiveBorder": "#1F1F28", | |
| /** | |
| * New Properties | |
| * PR's are appreciated, especially for the below settings | |
| * | |
| * Contributing | |
| * 1. Clone repo and npm install | |
| * 2. `npm run watch` and start debug session | |
| * 3. Update values to `#ff0000` or similar to discover usage | |
| * 4. Pick your favourite colour, eg. `#a2d0d2` and apply it :) | |
| * 5. Once satisfied, move your updated propertie(s) above to match alphabetical order | |
| */ | |
| "actionBar.toggledBackground": "", | |
| "activityBarItem.profilesBackground": "", | |
| "activityBarItem.profilesForeground": "", | |
| "activityBarItem.profilesHoverForeground": "", | |
| "activityBarTop.activeBackground": "", | |
| "activityBarTop.activeBorder": "", | |
| "activityBarTop.background": "", | |
| "activityBarTop.dropBorder": "", | |
| "activityBarTop.foreground": "", | |
| "activityBarTop.inactiveForeground": "", | |
| "button.separator": "", | |
| "chat.avatarBackground": "", | |
| "chat.avatarForeground": "", | |
| "chat.requestBackground": "", | |
| "chat.requestBorder": "", | |
| "chat.slashCommandBackground": "", | |
| "chat.slashCommandForeground": "", | |
| "checkbox.selectBackground": "", | |
| "checkbox.selectBorder": "", | |
| "commandCenter.activeBackground": "", | |
| "commandCenter.activeBorder": "", | |
| "commandCenter.activeForeground": "", | |
| "commandCenter.background": "", | |
| "commandCenter.border": "", | |
| "commandCenter.debuggingBackground": "", | |
| "commandCenter.foreground": "", | |
| "commandCenter.inactiveBorder": "", | |
| "commandCenter.inactiveForeground": "", | |
| "commentsView.resolvedIcon": "", | |
| "commentsView.unresolvedIcon": "", | |
| "debugTokenExpression.type": "", | |
| "diffEditor.move.border": "", | |
| "diffEditor.moveActive.border": "", | |
| "diffEditor.unchangedCodeBackground": "", | |
| "diffEditor.unchangedRegionBackground": "", | |
| "diffEditor.unchangedRegionForeground": "", | |
| "diffEditor.unchangedRegionShadow": "", | |
| "diffEditorGutter.insertedLineBackground": "", | |
| "diffEditorGutter.removedLineBackground": "", | |
| "disabledForeground": "", | |
| "editor.foldPlaceholderForeground": "", | |
| "editor.placeholder.foreground": "", | |
| "editor.wordHighlightTextBackground": "", | |
| "editor.wordHighlightTextBorder": "", | |
| "editorActionList.background": "", | |
| "editorActionList.focusBackground": "", | |
| "editorActionList.focusForeground": "", | |
| "editorActionList.foreground": "", | |
| "editorBracketHighlight.unexpectedBracket.foreground": "", | |
| "editorCommentsWidget.rangeActiveBackground": "", | |
| "editorCommentsWidget.rangeActiveBorder": "", | |
| "editorCommentsWidget.rangeBackground": "", | |
| "editorCommentsWidget.rangeBorder": "", | |
| "editorCommentsWidget.replyInputBackground": "", | |
| "editorCommentsWidget.resolvedBorder": "", | |
| "editorCommentsWidget.unresolvedBorder": "", | |
| "editorGhostText.background": "", | |
| "editorGroup.dropIntoPromptBackground": "", | |
| "editorGroup.dropIntoPromptBorder": "", | |
| "editorGroup.dropIntoPromptForeground": "", | |
| "editorGutter.commentGlyphForeground": "", | |
| "editorGutter.commentUnresolvedGlyphForeground": "", | |
| "editorIndentGuide.activeBackground1": "#707b77", | |
| "editorIndentGuide.activeBackground2": "", | |
| "editorIndentGuide.activeBackground3": "", | |
| "editorIndentGuide.activeBackground4": "", | |
| "editorIndentGuide.activeBackground5": "", | |
| "editorIndentGuide.activeBackground6": "", | |
| "editorIndentGuide.background1": "#2A2A37", | |
| "editorIndentGuide.background2": "", | |
| "editorIndentGuide.background3": "", | |
| "editorIndentGuide.background4": "", | |
| "editorIndentGuide.background5": "", | |
| "editorIndentGuide.background6": "", | |
| "editorLightBulbAi.foreground": "", | |
| "editorLineNumber.dimmedForeground": "", | |
| "editorMarkerNavigationError.headerBackground": "", | |
| "editorMarkerNavigationInfo.headerBackground": "", | |
| "editorMarkerNavigationWarning.headerBackground": "", | |
| "editorMultiCursor.primary.background": "", | |
| "editorMultiCursor.primary.foreground": "", | |
| "editorMultiCursor.secondary.background": "", | |
| "editorMultiCursor.secondary.foreground": "", | |
| "editorOverviewRuler.inlineChatInserted": "", | |
| "editorOverviewRuler.inlineChatRemoved": "", | |
| "editorOverviewRuler.wordHighlightTextForeground": "", | |
| "editorStickyScroll.background": "", | |
| "editorStickyScroll.border": "", | |
| "editorStickyScroll.shadow": "", | |
| "editorStickyScrollHover.background": "", | |
| "editorSuggestWidgetStatus.foreground": "", | |
| "editorUnicodeHighlight.background": "", | |
| "editorUnicodeHighlight.border": "", | |
| "editorWatermark.foreground": "", | |
| "extensionButton.background": "", | |
| "extensionButton.foreground": "", | |
| "extensionButton.hoverBackground": "", | |
| "extensionButton.separator": "", | |
| "extensionIcon.sponsorForeground": "", | |
| "inlineChat.background": "", | |
| "inlineChat.border": "", | |
| "inlineChat.foreground": "", | |
| "inlineChat.shadow": "", | |
| "inlineChatDiff.inserted": "", | |
| "inlineChatDiff.removed": "", | |
| "inlineChatInput.background": "", | |
| "inlineChatInput.border": "", | |
| "inlineChatInput.focusBorder": "", | |
| "inlineChatInput.placeholderForeground": "", | |
| "inputOption.hoverBackground": "", | |
| "interactive.activeCodeBorder": "", | |
| "interactive.inactiveCodeBorder": "", | |
| "list.dropBetweenBackground": "", | |
| "list.focusAndSelectionOutline": "", | |
| "listFilterWidget.shadow": "", | |
| "mergeEditor.change.background": "", | |
| "mergeEditor.change.word.background": "", | |
| "mergeEditor.changeBase.background": "", | |
| "mergeEditor.changeBase.word.background": "", | |
| "mergeEditor.conflict.handled.minimapOverViewRuler": "", | |
| "mergeEditor.conflict.handledFocused.border": "", | |
| "mergeEditor.conflict.handledUnfocused.border": "", | |
| "mergeEditor.conflict.input1.background": "", | |
| "mergeEditor.conflict.input2.background": "", | |
| "mergeEditor.conflict.unhandled.minimapOverViewRuler": "", | |
| "mergeEditor.conflict.unhandledFocused.border": "", | |
| "mergeEditor.conflict.unhandledUnfocused.border": "", | |
| "mergeEditor.conflictingLines.background": "", | |
| "minimap.foregroundOpacity": "", | |
| "minimap.infoHighlight": "", | |
| "minimap.selectionOccurrenceHighlight": "", | |
| "multiDiffEditor.background": "", | |
| "multiDiffEditor.border": "", | |
| "multiDiffEditor.headerBackground": "", | |
| "notebook.editorBackground": "", | |
| "notebook.outputContainerBorderColor": "", | |
| "notebookEditorOverviewRuler.runningCellForeground": "", | |
| "outputView.background": "", | |
| "outputViewStickyScroll.background": "", | |
| "panelStickyScroll.background": "", | |
| "panelStickyScroll.border": "", | |
| "panelStickyScroll.shadow": "", | |
| "peekViewEditorStickyScroll.background": "", | |
| "profileBadge.background": "", | |
| "profileBadge.foreground": "", | |
| "profiles.sashBorder": "", | |
| "radio.activeBackground": "", | |
| "radio.activeBorder": "", | |
| "radio.activeForeground": "", | |
| "radio.inactiveBackground": "", | |
| "radio.inactiveBorder": "", | |
| "radio.inactiveForeground": "", | |
| "radio.inactiveHoverBackground": "", | |
| "scm.historyItemAdditionsForeground": "", | |
| "scm.historyItemDeletionsForeground": "", | |
| "scm.historyItemSelectedStatisticsBorder": "", | |
| "scm.historyItemStatisticsBorder": "", | |
| "scmGraph.foreground1": "", | |
| "scmGraph.foreground2": "", | |
| "scmGraph.foreground3": "", | |
| "scmGraph.historyItemGroupBase": "", | |
| "scmGraph.historyItemGroupLocal": "", | |
| "scmGraph.historyItemGroupRemote": "", | |
| "scmGraph.historyItemHoverAdditionsForeground": "", | |
| "scmGraph.historyItemHoverDeletionsForeground": "", | |
| "scmGraph.historyItemHoverLabelForeground": "", | |
| "search.resultsInfoForeground": "", | |
| "settings.headerBorder": "", | |
| "settings.sashBorder": "", | |
| "settings.settingsHeaderHoverForeground": "", | |
| "sideBarActivityBarTop.border": "", | |
| "sideBarStickyScroll.background": "", | |
| "sideBarStickyScroll.border": "", | |
| "sideBarStickyScroll.shadow": "", | |
| "sideBarTitle.background": "", | |
| "sideBySideEditor.horizontalBorder": "", | |
| "sideBySideEditor.verticalBorder": "", | |
| "simpleFindWidget.sashBorder": "", | |
| "statusBar.focusBorder": "", | |
| "statusBarItem.compactHoverBackground": "", | |
| "statusBarItem.errorHoverBackground": "", | |
| "statusBarItem.errorHoverForeground": "", | |
| "statusBarItem.focusBorder": "", | |
| "statusBarItem.hoverForeground": "", | |
| "statusBarItem.offlineBackground": "", | |
| "statusBarItem.offlineForeground": "", | |
| "statusBarItem.offlineHoverBackground": "", | |
| "statusBarItem.offlineHoverForeground": "", | |
| "statusBarItem.prominentHoverForeground": "", | |
| "statusBarItem.remoteHoverBackground": "", | |
| "statusBarItem.remoteHoverForeground": "", | |
| "statusBarItem.settingsProfilesBackground": "", | |
| "statusBarItem.settingsProfilesForeground": "", | |
| "statusBarItem.warningBackground": "", | |
| "statusBarItem.warningForeground": "", | |
| "statusBarItem.warningHoverBackground": "", | |
| "statusBarItem.warningHoverForeground": "", | |
| "symbolIcon.booleanForeground": "", | |
| "tab.dragAndDropBorder": "", | |
| "tab.selectedBackground": "", | |
| "tab.selectedBorderTop": "", | |
| "tab.selectedForeground": "", | |
| "terminal.findMatchBackground": "", | |
| "terminal.findMatchBorder": "", | |
| "terminal.findMatchHighlightBackground": "", | |
| "terminal.findMatchHighlightBorder": "", | |
| "terminal.hoverHighlightBackground": "", | |
| "terminal.inactiveSelectionBackground": "", | |
| "terminal.initialHintForeground": "", | |
| "terminal.selectionForeground": "", | |
| "terminalCommandDecoration.defaultBackground": "", | |
| "terminalCommandDecoration.errorBackground": "", | |
| "terminalCommandDecoration.successBackground": "", | |
| "terminalCommandGuide.foreground": "", | |
| "terminalOverviewRuler.border": "", | |
| "terminalOverviewRuler.cursorForeground": "", | |
| "terminalOverviewRuler.findMatchForeground": "", | |
| "terminalStickyScroll.background": "", | |
| "terminalStickyScroll.border": "", | |
| "terminalStickyScrollHover.background": "", | |
| "testing.coverCountBadgeBackground": "", | |
| "testing.coverCountBadgeForeground": "", | |
| "testing.coveredBackground": "", | |
| "testing.coveredBorder": "", | |
| "testing.coveredGutterBackground": "", | |
| "testing.iconErrored.retired": "", | |
| "testing.iconFailed.retired": "", | |
| "testing.iconPassed.retired": "", | |
| "testing.iconQueued.retired": "", | |
| "testing.iconSkipped.retired": "", | |
| "testing.iconUnset.retired": "", | |
| "testing.messagePeekBorder": "", | |
| "testing.messagePeekHeaderBackground": "", | |
| "testing.uncoveredBackground": "", | |
| "testing.uncoveredBorder": "", | |
| "testing.uncoveredBranchBackground": "", | |
| "testing.uncoveredGutterBackground": "", | |
| "textPreformat.background": "", | |
| "tree.inactiveIndentGuidesStroke": "", | |
| "tree.tableOddRowsBackground": "", | |
| "walkthrough.stepTitle.foreground": "", | |
| "welcomePage.tileBorder": "", | |
| "welcomePage.tileShadow": "", | |
| "widget.border": "" | |
| }, | |
| "tokenColors": [ | |
| { | |
| "scope": ["comment"], | |
| "settings": { | |
| "foreground": "#707b77", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": ["constant"], | |
| "settings": { | |
| "foreground": "#6b7a3f" | |
| } | |
| }, | |
| { | |
| "scope": ["constant.numeric", "constant.language"], | |
| "settings": { | |
| "foreground": "#a2d0d2" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.name"], | |
| "settings": { | |
| "foreground": "#a2d0d2" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.section", | |
| "entity.name.tag", | |
| "entity.name.namespace", | |
| "entity.name.type" | |
| ], | |
| "settings": { | |
| "foreground": "#23829f" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.other.attribute-name", "entity.other.inherited-class"], | |
| "settings": { | |
| "foreground": "#e0a376", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": ["invalid"], | |
| "settings": { | |
| "foreground": "#a9471a" | |
| } | |
| }, | |
| { | |
| "scope": ["invalid.deprecated"], | |
| "settings": { | |
| "foreground": "#707b77" | |
| } | |
| }, | |
| { | |
| "scope": ["keyword", "variable.language.this"], | |
| "settings": { | |
| "foreground": "#6b7a3f" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.inserted.diff"], | |
| "settings": { | |
| "foreground": "#23829f" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.deleted.diff"], | |
| "settings": { | |
| "foreground": "#a9471a" | |
| } | |
| }, | |
| { | |
| "scope": "markup.heading", | |
| "settings": { | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": "markup.bold.markdown", | |
| "settings": { | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": "markup.italic.markdown", | |
| "settings": { | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.diff.range"], | |
| "settings": { | |
| "foreground": "#e0a376" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.tag", "meta.brace"], | |
| "settings": { | |
| "foreground": "#d7d6c6" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.import", "meta.export"], | |
| "settings": { | |
| "foreground": "#6b7a3f" | |
| } | |
| }, | |
| { | |
| "scope": "meta.directive.vue", | |
| "settings": { | |
| "foreground": "#e0a376", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "meta.property-name.css", | |
| "settings": { | |
| "foreground": "#23829f" | |
| } | |
| }, | |
| { | |
| "scope": "meta.property-value.css", | |
| "settings": { | |
| "foreground": "#d3b04f" | |
| } | |
| }, | |
| { | |
| "scope": "meta.tag.other.html", | |
| "settings": { | |
| "foreground": "#707b77" | |
| } | |
| }, | |
| { | |
| "scope": ["punctuation"], | |
| "settings": { | |
| "foreground": "#707b77" | |
| } | |
| }, | |
| { | |
| "scope": ["punctuation.accessor"], | |
| "settings": { | |
| "foreground": "#6b7a3f" | |
| } | |
| }, | |
| { | |
| "scope": ["punctuation.definition.string"], | |
| "settings": { | |
| "foreground": "#d3b04f" | |
| } | |
| }, | |
| { | |
| "scope": ["punctuation.definition.tag"], | |
| "settings": { | |
| "foreground": "#707b77" | |
| } | |
| }, | |
| { | |
| "scope": ["storage.type", "storage.modifier"], | |
| "settings": { | |
| "foreground": "#6b7a3f" | |
| } | |
| }, | |
| { | |
| "scope": ["string"], | |
| "settings": { | |
| "foreground": "#d3b04f" | |
| } | |
| }, | |
| { | |
| "scope": ["support"], | |
| "settings": { | |
| "foreground": "#23829f" | |
| } | |
| }, | |
| { | |
| "scope": ["support.constant"], | |
| "settings": { | |
| "foreground": "#d3b04f" | |
| } | |
| }, | |
| { | |
| "scope": ["support.function"], | |
| "settings": { | |
| "foreground": "#a9471a", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": ["variable"], | |
| "settings": { | |
| "foreground": "#a2d0d2", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.other", | |
| "variable.language", | |
| "variable.function", | |
| "variable.argument" | |
| ], | |
| "settings": { | |
| "foreground": "#d7d6c6" | |
| } | |
| }, | |
| { | |
| "scope": ["variable.parameter"], | |
| "settings": { | |
| "foreground": "#e0a376" | |
| } | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://zed.dev/schema/themes/v0.2.0.json", | |
| "name": "Van Kanagawa", | |
| "author": "marked", | |
| "themes": [ | |
| { | |
| "appearance": "dark", | |
| "name": "Van Kanagawa", | |
| "style": { | |
| "editor.foreground": "#d7d6c6", | |
| "editor.background": "#1a1a22", | |
| "editor.gutter.background": "#1a1a22", | |
| "editor.active_line.background": "#1F1F28", | |
| "editor.line_number": "#707b77", | |
| "editor.active_line_number": "#d7d6c6", | |
| "editor.indent_guide": "#707b7788", | |
| "editor.indent_guide_active": "#707b77aa", | |
| "editor.invisible": "#707b77", | |
| "editor.wrap_guide": "#707b7744", | |
| "editor.active_wrap_guide": "#707b7788", | |
| "editor.document_highlight.read_background": "#23829f1a", | |
| "editor.document_highlight.write_background": "#707b7766", | |
| "editor.subheader.background": "#1F1F28", | |
| "editor.highlighted_line.background": "#1F1F28", | |
| "ghost_element.active": "#707b77", | |
| "ghost_element.hover": "#2A2A37", | |
| "ghost_element.selected": "$highlightHigh", | |
| "ghost_element.background": "#1F1F28", | |
| "border": "#1F1F28", | |
| "border.variant": "#1F1F28", | |
| "border.focused": "#1F1F28", | |
| "border.selected": "#1F1F28", | |
| "border.transparent": "transparent", | |
| "border.disabled": "#1F1F28", | |
| "text": "#d7d6c6", | |
| "text.muted": "#707b77", | |
| "text.placeholder": "#707b77", | |
| "text.disabled": "#707b77", | |
| "text.accent": "#23829f", | |
| "surface.background": "#1F1F28", | |
| "elevated_surface.background": "#1F1F28", | |
| "panel.background": "#1a1a22", | |
| "panel.focused_border": "#e0a37644", | |
| "background": "#1a1a22", | |
| "status_bar.background": "#1a1a22", | |
| "title_bar.background": "#1a1a22", | |
| "title_bar.inactive_background": "#1a1a22", | |
| "toolbar.background": "#1a1a22", | |
| "tab_bar.background": "#1F1F28", | |
| "tab.inactive_background": "#1F1F28", | |
| "tab.active_background": "#1a1a22", | |
| "element.background": "#1F1F28", | |
| "element.hover": "#2A2A37", | |
| "element.active": "#2A2A37", | |
| "element.selected": "$highlightHigh", | |
| "element.disabled": "#2A2A37", | |
| "drop_target.background": "#d7d6c680", | |
| "predictive": "#707b77", | |
| "modified": "#a2d0d2", | |
| "ignored": "#707b77", | |
| "deleted": "#a9471a", | |
| "created": "#23829f", | |
| "warning": "#d3b04f", | |
| "warning.background": "#1F1F28", | |
| "warning.border": "#d3b04f", | |
| "hint": "#707b77", | |
| "hint.background": "#1F1F28", | |
| "error": "#a9471a", | |
| "error.background": "#1F1F28", | |
| "error.border": "#a9471a", | |
| "info": "#6b7a3f", | |
| "scrollbar.thumb.background": "#2A2A37", | |
| "scrollbar.thumb.hover_background": "#1F1F28", | |
| "scrollbar.thumb.border": "#1F1F28", | |
| "scrollbar.track.background": "#00000000", | |
| "scrollbar.track.border": "#1F1F28", | |
| "terminal.background": "#1a1a22", | |
| "terminal.foreground": "#d7d6c6", | |
| "terminal.bright_foreground": "#d7d6c6", | |
| "terminal.dim_foreground": "#1a1a22", | |
| "terminal.ansi.black": "#1F1F28", | |
| "terminal.ansi.bright_black": "#707b77", | |
| "terminal.ansi.dim_black": "#d7d6c6", | |
| "terminal.ansi.red": "#a9471a", | |
| "terminal.ansi.bright_red": "#a9471a", | |
| "terminal.ansi.dim_red": "#a9471a", | |
| "terminal.ansi.green": "#6b7a3f", | |
| "terminal.ansi.bright_green": "#6b7a3f", | |
| "terminal.ansi.dim_green": "#6b7a3f", | |
| "terminal.ansi.yellow": "#d3b04f", | |
| "terminal.ansi.bright_yellow": "#d3b04f", | |
| "terminal.ansi.dim_yellow": "#d3b04f", | |
| "terminal.ansi.blue": "#23829f", | |
| "terminal.ansi.bright_blue": "#23829f", | |
| "terminal.ansi.dim_blue": "#23829f", | |
| "terminal.ansi.magenta": "#e0a376", | |
| "terminal.ansi.bright_magenta": "#e0a376", | |
| "terminal.ansi.dim_magenta": "#e0a376", | |
| "terminal.ansi.cyan": "#a2d0d2", | |
| "terminal.ansi.bright_cyan": "#a2d0d2", | |
| "terminal.ansi.dim_cyan": "#a2d0d2", | |
| "terminal.ansi.white": "#d7d6c6", | |
| "terminal.ansi.bright_white": "#d7d6c6", | |
| "terminal.ansi.dim_white": "#d7d6c6", | |
| "link_text.hover": "#23829f", | |
| "conflict": "#d3b04f", | |
| "conflict.background": "#1F1F28", | |
| "conflict.border": "#d3b04f", | |
| "created.background": "#1F1F28", | |
| "created.border": "#23829f", | |
| "deleted.background": "#1F1F28", | |
| "deleted.border": "#a9471a", | |
| "hidden.background": "#1a1a22", | |
| "hidden.border": "#1F1F28", | |
| "ignored.background": "#1a1a22", | |
| "ignored.border": "#1F1F28", | |
| "info.background": "#1F1F28", | |
| "info.border": "#6b7a3f", | |
| "modified.background": "#1F1F28", | |
| "modified.border": "#a2d0d2", | |
| "predictive.background": "#1F1F28", | |
| "predictive.border": "#6b7a3f", | |
| "renamed.background": "#1F1F28", | |
| "renamed.border": "#6b7a3f", | |
| "success": "#6b7a3f", | |
| "success.background": "#1F1F28", | |
| "success.border": "#6b7a3f", | |
| "unreachable": "#707b77", | |
| "unreachable.background": "#1a1a22", | |
| "unreachable.border": "#1F1F28", | |
| "version_control.added": "#23829f", | |
| "version_control.deleted": "#a9471a", | |
| "version_control.modified": "#d3b04f", | |
| "version_control.conflict": "#a2d0d2", | |
| "version_control.renamed": "#e0a376", | |
| "version_control.ignored": "#707b77", | |
| "players": [ | |
| { | |
| "cursor": "#d7d6c6", | |
| "background": "#d7d6c6", | |
| "selection": "#d7d6c622" | |
| }, | |
| { | |
| "cursor": "#23829f", | |
| "background": "#23829f", | |
| "selection": "#23829f44" | |
| }, | |
| { | |
| "cursor": "#e0a376", | |
| "background": "#e0a376", | |
| "selection": "#e0a37644" | |
| }, | |
| { | |
| "cursor": "#6b7a3f", | |
| "background": "#6b7a3f", | |
| "selection": "#6b7a3f44" | |
| }, | |
| { | |
| "cursor": "#a9471a", | |
| "background": "#a9471a", | |
| "selection": "#a9471a44" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#707b77" | |
| }, | |
| "boolean": { | |
| "color": "#a2d0d2" | |
| }, | |
| "comment": { | |
| "color": "#707b77", | |
| "font_style": "italic" | |
| }, | |
| "comment.doc": { | |
| "color": "#707b77" | |
| }, | |
| "constant": { | |
| "color": "#d7d6c6" | |
| }, | |
| "constructor": { | |
| "color": "#a9471a" | |
| }, | |
| "embedded": { | |
| "color": "#d7d6c6" | |
| }, | |
| "emphasis": { | |
| "color": "#e0a376", | |
| "font_style": "italic" | |
| }, | |
| "emphasis.strong": { | |
| "color": "#23829f", | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#6b7a3f" | |
| }, | |
| "function": { | |
| "color": "#a2d0d2" | |
| }, | |
| "hint": { | |
| "color": "#e0a376" | |
| }, | |
| "keyword": { | |
| "color": "#6b7a3f" | |
| }, | |
| "label": { | |
| "color": "#a2d0d2" | |
| }, | |
| "link_text": { | |
| "color": "#e0a376" | |
| }, | |
| "link_uri": { | |
| "color": "#6b7a3f" | |
| }, | |
| "number": { | |
| "color": "#23829f" | |
| }, | |
| "operator": { | |
| "color": "#707b77" | |
| }, | |
| "predictive": { | |
| "color": "#707b77" | |
| }, | |
| "preproc": { | |
| "color": "#d3b04f" | |
| }, | |
| "primary": { | |
| "color": "#e0a376" | |
| }, | |
| "property": { | |
| "color": "#d7d6c6" | |
| }, | |
| "punctuation": { | |
| "color": "#707b77" | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#707b77" | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#707b77" | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#707b77", | |
| "font_weight": 700 | |
| }, | |
| "ion.special": { | |
| "color": "#6b7a3f" | |
| }, | |
| "string": { | |
| "color": "#d3b04f" | |
| }, | |
| "string.escape": { | |
| "color": "#d3b04f" | |
| }, | |
| "string.regex": { | |
| "color": "#d3b04f" | |
| }, | |
| "string.special": { | |
| "color": "#6b7a3f" | |
| }, | |
| "string.special.symbol": { | |
| "color": "#6b7a3f" | |
| }, | |
| "tag": { | |
| "color": "#e0a376" | |
| }, | |
| "text.literal": { | |
| "color": "#d3b04f" | |
| }, | |
| "title": { | |
| "color": "#a9471a", | |
| "font_weight": 700 | |
| }, | |
| "type": { | |
| "color": "#23829f" | |
| }, | |
| "variable": { | |
| "color": "#d7d6c6" | |
| }, | |
| "variable.special": { | |
| "color": "#23829f" | |
| }, | |
| "variant": { | |
| "color": "#a2d0d2" | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment