Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.activeBorder#a6dbe8
  • activityBar.background#101a20
  • activityBar.border#4b6772
  • activityBar.foreground#a6dbe8
  • activityBar.inactiveForeground#a8c0ca
  • activityBarBadge.background#a6dbe8
  • activityBarBadge.foreground#172329
  • badge.background#a6dbe8
  • badge.foreground#172329
  • breadcrumb.background#26353d
  • breadcrumb.foreground#c6d9df
  • button.background#a6dbe8
  • button.foreground#172329
  • button.hoverBackground#b1dfea
  • button.secondaryBackground#384c57
  • button.secondaryForeground#e9f3f5
  • button.secondaryHoverBackground#2e414b
  • charts.blue#edc8ae
  • charts.green#a9ddb4
  • charts.orange#d4c6e3
  • charts.purple#bbd9bc
  • charts.red#ff9faa
  • charts.yellow#efd18e
  • contrastActiveBorder#a6dbe8
  • debugConsole.errorForeground#ff9faa
  • debugConsole.infoForeground#edc8ae
  • debugConsole.sourceForeground#c6d9df
  • debugConsole.warningForeground#efd18e
  • debugExceptionWidget.background#26353d
  • debugExceptionWidget.border#ff9faa
  • debugIcon.breakpointForeground#ff9faa
  • debugIcon.disconnectForeground#ff9faa
  • debugIcon.pauseForeground#d4c6e3
  • debugIcon.startForeground#a9ddb4
  • debugIcon.stepIntoForeground#d4c6e3
  • debugIcon.stepOutForeground#d4c6e3
  • debugIcon.stepOverForeground#d4c6e3
  • debugIcon.stopForeground#ff9faa
  • debugToolBar.background#26353d
  • descriptionForeground#a8c0ca
  • diffEditor.insertedLineBackground#a9ddb40c
  • diffEditor.insertedTextBackground#a9ddb41c
  • diffEditor.removedLineBackground#ff9faa0c
  • diffEditor.removedTextBackground#ff9faa1c
  • disabledForeground#a8c0ca
  • dropdown.background#26353d
  • dropdown.border#4b6772
  • dropdown.foreground#e9f3f5
  • editor.background#172329
  • editor.findMatchBackground#313a43
  • editor.findMatchBorder#d4c6e3
  • editor.findMatchHighlightBackground#313a43
  • editor.findMatchHighlightBorder#d4c6e3
  • editor.findRangeHighlightBorder#d4c6e3
  • editor.focusedStackFrameHighlightBackground#a9ddb418
  • editor.foreground#e9f3f5
  • editor.inactiveSelectionBackground#384c57
  • editor.lineHighlightBackground#2e414b
  • editor.selectionBackground#384c57
  • editor.selectionForeground#e9f3f5
  • editor.selectionHighlightBackground#a6dbe816
  • editor.stackFrameHighlightBackground#d4c6e318
  • editor.wordHighlightBackground#a6dbe816
  • editor.wordHighlightStrongBackground#a6dbe816
  • editorBracketHighlight.foreground1#a6dbe8
  • editorBracketHighlight.foreground2#d4c6e3
  • editorBracketHighlight.foreground3#edc8ae
  • editorBracketHighlight.foreground4#bbd9bc
  • editorBracketHighlight.foreground5#e7c1cd
  • editorBracketHighlight.foreground6#c8d79f
  • editorBracketHighlight.unexpectedBracket.foreground#ff9faa
  • editorBracketMatch.background#2e414b
  • editorBracketMatch.border#a8c0ca
  • editorCursor.foreground#a6dbe8
  • editorError.foreground#ff9faa
  • editorGroup.border#4b6772
  • editorGroupHeader.tabsBackground#26353d
  • editorGroupHeader.tabsBorder#4b6772
  • editorGutter.addedBackground#a9ddb4
  • editorGutter.deletedBackground#ff9faa
  • editorGutter.modifiedBackground#d4c6e3
  • editorHint.foreground#a9ddb4
  • editorHoverWidget.background#26353d
  • editorHoverWidget.border#4b6772
  • editorHoverWidget.foreground#e9f3f5
  • editorIndentGuide.activeBackground1#a8c0ca
  • editorIndentGuide.background1#4a5a61
  • editorInfo.foreground#edc8ae
  • editorLineNumber.activeForeground#a6dbe8
  • editorLineNumber.foreground#a8c0ca
  • editorOverviewRuler.addedForeground#a9ddb4
  • editorOverviewRuler.deletedForeground#ff9faa
  • editorOverviewRuler.errorForeground#ff9faa
  • editorOverviewRuler.modifiedForeground#d4c6e3
  • editorOverviewRuler.warningForeground#efd18e
  • editorRuler.foreground#4a5a61
  • editorWarning.foreground#efd18e
  • editorWhitespace.foreground#4a5a61
  • editorWidget.background#26353d
  • editorWidget.border#4b6772
  • editorWidget.foreground#e9f3f5
  • errorForeground#ff9faa
  • focusBorder#a6dbe8
  • foreground#e9f3f5
  • gitDecoration.addedResourceForeground#a9ddb4
  • gitDecoration.conflictingResourceForeground#ff9faa
  • gitDecoration.deletedResourceForeground#ff9faa
  • gitDecoration.ignoredResourceForeground#a8c0ca
  • gitDecoration.modifiedResourceForeground#d4c6e3
  • gitDecoration.renamedResourceForeground#edc8ae
  • gitDecoration.untrackedResourceForeground#a9ddb4
  • input.background#26353d
  • input.border#4b6772
  • input.foreground#e9f3f5
  • input.placeholderForeground#a8c0ca
  • inputOption.activeBackground#384c57
  • inputOption.activeBorder#a6dbe8
  • inputOption.activeForeground#e9f3f5
  • inputOption.hoverBackground#2e414b
  • inputValidation.errorBackground#2e2f36
  • inputValidation.errorBorder#ff9faa
  • inputValidation.errorForeground#e9f3f5
  • inputValidation.infoBackground#2c3436
  • inputValidation.infoBorder#edc8ae
  • inputValidation.infoForeground#e9f3f5
  • inputValidation.warningBackground#2d3433
  • inputValidation.warningBorder#efd18e
  • inputValidation.warningForeground#e9f3f5
  • list.activeSelectionBackground#384c57
  • list.activeSelectionForeground#e9f3f5
  • list.errorForeground#ff9faa
  • list.filterMatchBackground#384c57
  • list.focusBackground#384c57
  • list.focusForeground#e9f3f5
  • list.focusHighlightForeground#a6dbe8
  • list.focusOutline#a6dbe8
  • list.highlightForeground#e9f3f5
  • list.hoverBackground#2e414b
  • list.hoverForeground#e9f3f5
  • list.inactiveSelectionBackground#384c57
  • list.inactiveSelectionForeground#e9f3f5
  • list.warningForeground#efd18e
  • menu.background#26353d
  • menu.border#4b6772
  • menu.foreground#e9f3f5
  • menu.selectionBackground#384c57
  • menu.selectionForeground#e9f3f5
  • menu.separatorBackground#4b6772
  • minimap.errorHighlight#ff9faa
  • minimap.warningHighlight#efd18e
  • notebook.cellEditorBackground#172329
  • notificationCenterHeader.background#101a20
  • notificationCenterHeader.foreground#c6d9df
  • notifications.background#26353d
  • notifications.border#4b6772
  • notifications.foreground#e9f3f5
  • notificationsErrorIcon.foreground#ff9faa
  • notificationsInfoIcon.foreground#edc8ae
  • notificationsWarningIcon.foreground#efd18e
  • panel.background#26353d
  • panel.border#4b6772
  • panelTitle.activeBorder#a6dbe8
  • panelTitle.activeForeground#e9f3f5
  • panelTitle.inactiveForeground#c6d9df
  • peekView.border#a6dbe8
  • peekViewEditor.background#26353d
  • peekViewEditor.matchHighlightBackground#384c57
  • peekViewResult.background#26353d
  • peekViewResult.fileForeground#e9f3f5
  • peekViewResult.lineForeground#e9f3f5
  • peekViewResult.matchHighlightBackground#384c57
  • peekViewResult.selectionBackground#384c57
  • peekViewResult.selectionForeground#e9f3f5
  • peekViewTitle.background#26353d
  • peekViewTitleDescription.foreground#c6d9df
  • peekViewTitleLabel.foreground#e9f3f5
  • pickerGroup.border#4b6772
  • pickerGroup.foreground#a6dbe8
  • problemsErrorIcon.foreground#ff9faa
  • problemsInfoIcon.foreground#edc8ae
  • problemsWarningIcon.foreground#efd18e
  • progressBar.background#a6dbe8
  • quickInput.background#26353d
  • quickInput.foreground#e9f3f5
  • quickInputList.focusBackground#384c57
  • quickInputList.focusForeground#e9f3f5
  • scrollbar.shadow#17232999
  • scrollbarSlider.activeBackground#a8c0ca80
  • scrollbarSlider.background#a8c0ca40
  • scrollbarSlider.hoverBackground#a8c0ca60
  • selection.background#384c57
  • sideBar.background#101a20
  • sideBar.border#4b6772
  • sideBar.foreground#c6d9df
  • sideBarSectionHeader.background#101a20
  • sideBarSectionHeader.foreground#e9f3f5
  • sideBarTitle.foreground#e9f3f5
  • statusBar.background#101a20
  • statusBar.border#4b6772
  • statusBar.debuggingBackground#384c57
  • statusBar.debuggingForeground#e9f3f5
  • statusBar.foreground#e9f3f5
  • statusBar.noFolderBackground#101a20
  • statusBar.noFolderForeground#e9f3f5
  • statusBarItem.hoverBackground#2e414b
  • statusBarItem.remoteBackground#a6dbe8
  • statusBarItem.remoteForeground#172329
  • tab.activeBackground#172329
  • tab.activeBorderTop#a6dbe8
  • tab.activeForeground#e9f3f5
  • tab.border#4b6772
  • tab.hoverBackground#2e414b
  • tab.inactiveBackground#26353d
  • tab.inactiveForeground#a8c0ca
  • tab.unfocusedActiveForeground#c6d9df
  • tab.unfocusedInactiveForeground#a8c0ca
  • terminal.ansiBlack#a8c0ca
  • terminal.ansiBlue#edc8ae
  • terminal.ansiBrightBlack#b0c6cf
  • terminal.ansiBrightBlue#fad5bb
  • terminal.ansiBrightCyan#b3e8f5
  • terminal.ansiBrightGreen#b6eac1
  • terminal.ansiBrightMagenta#c8e6c9
  • terminal.ansiBrightRed#ffacb7
  • terminal.ansiBrightWhite#d3e6ec
  • terminal.ansiBrightYellow#fcde9b
  • terminal.ansiCyan#a6dbe8
  • terminal.ansiGreen#a9ddb4
  • terminal.ansiMagenta#bbd9bc
  • terminal.ansiRed#ff9faa
  • terminal.ansiWhite#c6d9df
  • terminal.ansiYellow#efd18e
  • terminal.background#172329
  • terminal.border#4b6772
  • terminal.findMatchBackground#384c57
  • terminal.findMatchBorder#d4c6e3
  • terminal.findMatchHighlightBackground#2e414b
  • terminal.findMatchHighlightBorder#a6dbe8
  • terminal.foreground#e9f3f5
  • terminal.selectionBackground#384c57
  • terminalCursor.background#172329
  • terminalCursor.foreground#a6dbe8
  • testing.iconFailed#ff9faa
  • testing.iconPassed#a9ddb4
  • testing.iconQueued#a8c0ca
  • testing.iconSkipped#a8c0ca
  • testing.iconUnset#a8c0ca
  • testing.runAction#a9ddb4
  • textBlockQuote.background#2e414b
  • textBlockQuote.border#a6dbe8
  • textCodeBlock.background#2e414b
  • textLink.activeForeground#a6dbe8
  • textLink.foreground#a6dbe8
  • textPreformat.foreground#d4c6e3
  • titleBar.activeBackground#101a20
  • titleBar.activeForeground#e9f3f5
  • titleBar.border#4b6772
  • titleBar.inactiveBackground#101a20
  • titleBar.inactiveForeground#a8c0ca
  • toolbar.hoverBackground#2e414b
  • widget.border#4b6772
  • widget.shadow#17232999

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a8c0caitalic
keyword, storage.type, storage.modifier#a6dbe8
string, markup.inline.raw, markup.fenced_code#d4c6e3
entity.name.function, support.function, variable.function, meta.function-call#edc8ae
entity.name.type, entity.name.class, support.type, support.class, entity.name.namespace#bbd9bc
constant.numeric#e7c1cd
constant.language, variable.other.constant, constant.other#e7c1cd
keyword.operator#c8d79f
variable, variable.other.readwrite#e9f3f5
variable.parameter#c6d9df
variable.other.property, support.variable.property, support.type.property-name#edc8ae
punctuation, meta.brace#c6d9df
entity.name.tag#a6dbe8
entity.other.attribute-name#d4c6e3
string.regexp#bbd9bc
constant.character.escape#c8d79f
markup.heading, entity.name.section#a6dbe8bold
markup.italicitalic
markup.boldbold
invalid#ff9faaunderline
markup.inserted#a9ddb4
markup.deleted#ff9faa