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#ec3418
  • activityBar.background#0f0705
  • activityBar.foreground#efe2d0
  • activityBar.inactiveForeground#836a54
  • activityBarBadge.background#ec3418
  • activityBarBadge.foreground#160c08
  • badge.background#ec3418
  • badge.foreground#160c08
  • breadcrumb.focusForeground#efe2d0
  • breadcrumb.foreground#836a54
  • breadcrumbPicker.background#0f0705
  • descriptionForeground#836a54
  • diffEditor.insertedTextBackground#9aa84e1a
  • diffEditor.removedTextBackground#e622141a
  • dropdown.background#231310
  • dropdown.foreground#efe2d0
  • editor.background#160c08
  • editor.findMatchBackground#ec341855
  • editor.findMatchHighlightBackground#ec341833
  • editor.foreground#efe2d0
  • editor.lineHighlightBackground#231310
  • editor.selectionBackground#ec341833
  • editor.selectionHighlightBackground#ec341822
  • editor.wordHighlightBackground#e0784a22
  • editorBracketHighlight.foreground1#ef3c1a
  • editorBracketHighlight.foreground2#e0784a
  • editorBracketHighlight.foreground3#9c8c50
  • editorBracketHighlight.foreground4#ec9a3a
  • editorBracketHighlight.foreground5#f0602a
  • editorBracketHighlight.foreground6#e62214
  • editorBracketHighlight.unexpectedBracket.foreground#ff5c66
  • editorBracketMatch.background#ec341822
  • editorBracketMatch.border#ec3418
  • editorCursor.foreground#e62214
  • editorGroupHeader.noTabsBackground#0f0705
  • editorGroupHeader.tabsBackground#0f0705
  • editorGutter.addedBackground#9aa84e
  • editorGutter.deletedBackground#e62214
  • editorGutter.modifiedBackground#e0784a
  • editorHoverWidget.background#231310
  • editorIndentGuide.activeBackground1#836a54
  • editorIndentGuide.background1#231310
  • editorLineNumber.activeForeground#efe2d0
  • editorLineNumber.foreground#836a54
  • editorSuggestWidget.background#231310
  • editorSuggestWidget.highlightForeground#ec3418
  • editorSuggestWidget.selectedBackground#160c08
  • editorWhitespace.foreground#231310
  • editorWidget.background#231310
  • editorWidget.foreground#efe2d0
  • errorForeground#ff5c66
  • focusBorder#ec3418
  • foreground#efe2d0
  • gitDecoration.deletedResourceForeground#e62214
  • gitDecoration.ignoredResourceForeground#836a54
  • gitDecoration.modifiedResourceForeground#e0784a
  • gitDecoration.untrackedResourceForeground#9aa84e
  • icon.foreground#efe2d0
  • input.background#231310
  • input.border#231310
  • input.foreground#efe2d0
  • input.placeholderForeground#836a54
  • inputOption.activeBorder#ec3418
  • list.activeSelectionBackground#231310
  • list.activeSelectionForeground#efe2d0
  • list.highlightForeground#ec3418
  • list.hoverBackground#231310aa
  • list.inactiveSelectionBackground#231310
  • notificationCenterHeader.background#0f0705
  • notifications.background#231310
  • panel.background#0f0705
  • panel.border#231310
  • panelTitle.activeBorder#ec3418
  • panelTitle.activeForeground#efe2d0
  • peekView.border#ec3418
  • peekViewEditor.background#0f0705
  • peekViewEditor.matchHighlightBackground#ec341844
  • peekViewResult.background#0f0705
  • peekViewResult.selectionBackground#231310
  • peekViewTitle.background#0f0705
  • pickerGroup.border#231310
  • pickerGroup.foreground#ec3418
  • progressBar.background#ec3418
  • quickInput.background#0f0705
  • quickInputList.focusBackground#231310
  • scrollbarSlider.activeBackground#836a5488
  • scrollbarSlider.background#836a5444
  • scrollbarSlider.hoverBackground#836a5466
  • sideBar.background#0f0705
  • sideBar.foreground#efe2d0
  • sideBarSectionHeader.background#0f0705
  • sideBarTitle.foreground#efe2d0
  • statusBar.background#0f0705
  • statusBar.border#ec3418
  • statusBar.debuggingBackground#ec3418
  • statusBar.debuggingForeground#160c08
  • statusBar.foreground#836a54
  • statusBar.noFolderBackground#0f0705
  • statusBarItem.remoteBackground#ec3418
  • statusBarItem.remoteForeground#160c08
  • tab.activeBackground#160c08
  • tab.activeBorderTop#ec3418
  • tab.activeForeground#efe2d0
  • tab.border#0f0705
  • tab.inactiveBackground#0f0705
  • tab.inactiveForeground#836a54
  • terminal.ansiBlack#231310
  • terminal.ansiBlue#7d97a2
  • terminal.ansiBrightBlack#836a54
  • terminal.ansiBrightBlue#7d97a2
  • terminal.ansiBrightCyan#6fa89c
  • terminal.ansiBrightGreen#9aa84e
  • terminal.ansiBrightMagenta#d97a5e
  • terminal.ansiBrightRed#e62214
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f0a838
  • terminal.ansiCyan#6fa89c
  • terminal.ansiGreen#9aa84e
  • terminal.ansiMagenta#d97a5e
  • terminal.ansiRed#e62214
  • terminal.ansiWhite#efe2d0
  • terminal.ansiYellow#f0a838
  • terminal.background#160c08
  • terminal.foreground#efe2d0
  • terminalCursor.foreground#e62214
  • textLink.activeForeground#e0784a
  • textLink.foreground#ec3418
  • textPreformat.foreground#9c8c50
  • titleBar.activeBackground#0f0705
  • titleBar.activeForeground#efe2d0
  • titleBar.inactiveBackground#0f0705
  • titleBar.inactiveForeground#836a54

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#836a54italic
keyword, keyword.control, storage, storage.type, storage.modifier#ef3c1a—
keyword.operator#efe2d0—
string, string.quoted, string.template, punctuation.definition.string#9c8c50—
entity.name.function, support.function, meta.function-call, entity.other.attribute-name#e0784a—
entity.name.type, entity.name.class, support.type, support.class, entity.name.tag#ec9a3a—
variable.language.this, variable.other.property, support.variable.property, meta.object-literal.key, support.type.property-name#e62214—
constant.numeric, constant.language, constant.other#f0602a—
variable, variable.other.readwrite, variable.parameter#efe2d0—
markup.heading, entity.name.section#ef3c1abold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.fenced_code#9c8c50—
markup.underline.link, string.other.link#ec3418—
invalid, invalid.illegal#ff5c66—
Cyberpunk Samurai Theme by Singularity Inc. - VS Code Theme