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.background#000000
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#888888
  • activityBarBadge.background#FF4500
  • activityBarBadge.foreground#000000
  • badge.background#FF4500
  • badge.foreground#000000
  • button.background#FF4500
  • button.foreground#000000
  • button.hoverBackground#FF6347
  • debugToolBar.background#000000
  • dropdown.background#111111
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#FF4500
  • editor.findMatchHighlightBackground#FF4500AA
  • editor.foldBackground#222222
  • editor.foreground#FFFFFF
  • editor.hoverHighlightBackground#00FF00
  • editor.inactiveSelectionBackground#555555
  • editor.lineHighlightBackground#111111
  • editor.markerNavigation.background#000000
  • editor.selectionBackground#FFFF00
  • editor.selectionHighlightBackground#FFFF00AA
  • editor.wordHighlightBackground#FF4500
  • editorBracketMatch.background#00FFFF
  • editorBracketMatch.border#00FFFF
  • editorCursor.foreground#FF4500
  • editorError.foreground#FF0000
  • editorGroup.border#444444
  • editorGroup.dropBackground#333333
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#444444
  • editorGutter.addedBackground#00FF00
  • editorGutter.background#000000
  • editorGutter.deletedBackground#FF0000
  • editorGutter.modifiedBackground#0000FF
  • editorIndentGuide.activeBackground#888888
  • editorIndentGuide.background#444444
  • editorInfo.foreground#00FFFF
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#CCCCCC
  • editorLink.activeForeground#FFFF00
  • editorWarning.foreground#FFA500
  • editorWhitespace.foreground#555555
  • extensionButton.prominentBackground#FF4500
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#FF6347
  • input.background#111111
  • input.foreground#FFFFFF
  • input.placeholderForeground#888888
  • inputOption.activeBorder#FF4500
  • list.activeSelectionBackground#444444
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#555555
  • list.highlightForeground#FF4500
  • list.hoverBackground#222222
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#333333
  • list.inactiveSelectionForeground#CCCCCC
  • menu.background#000000
  • menu.foreground#FFFFFF
  • menu.selectionBackground#333333
  • menu.selectionForeground#FFFFFF
  • menu.separatorBackground#444444
  • menubar.selectionBackground#333333
  • menubar.selectionForeground#FFFFFF
  • notification.background#111111
  • notification.buttonBackground#FF4500
  • notification.buttonForeground#000000
  • notification.buttonHoverBackground#FF6347
  • notification.foreground#FFFFFF
  • panel.background#000000
  • panel.border#444444
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#888888
  • pickerGroup.border#FF4500
  • pickerGroup.foreground#FFFFFF
  • progressBar.background#FF4500
  • scrollbarSlider.activeBackground#555555
  • scrollbarSlider.background#333333
  • scrollbarSlider.hoverBackground#444444
  • settings.checkboxBackground#111111
  • settings.checkboxBorder#444444
  • settings.checkboxForeground#FFFFFF
  • settings.dropdownBackground#111111
  • settings.dropdownBorder#444444
  • settings.dropdownForeground#FFFFFF
  • settings.headerForeground#FFFFFF
  • settings.modifiedItemIndicator#FF4500
  • settings.numberInputBackground#111111
  • settings.numberInputBorder#444444
  • settings.numberInputForeground#FFFFFF
  • settings.textInputBackground#111111
  • settings.textInputBorder#444444
  • settings.textInputForeground#FFFFFF
  • sideBar.background#000000
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#111111
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#000000
  • statusBar.debuggingBackground#800000
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#000000
  • statusBar.noFolderForeground#FFFFFF
  • tab.activeBackground#333333
  • tab.activeForeground#FFFFFF
  • tab.border#444444
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#0000FF
  • terminal.ansiBrightBlack#555555
  • terminal.ansiBrightBlue#5555FF
  • terminal.ansiBrightCyan#55FFFF
  • terminal.ansiBrightGreen#55FF55
  • terminal.ansiBrightMagenta#FF55FF
  • terminal.ansiBrightRed#FF5555
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFFF55
  • terminal.ansiCyan#00FFFF
  • terminal.ansiGreen#00FF00
  • terminal.ansiMagenta#FF00FF
  • terminal.ansiRed#FF0000
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFFF00
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • terminal.selectionBackground#555555
  • terminal.selectionForeground#FFFFFF
  • terminalCursor.background#000000
  • terminalCursor.foreground#FF4500
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#888888
  • walkThrough.embeddedEditorBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#888888italic
variable, string constant.other.placeholder, variable.other.constant, variable.language#FFFF00—
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#FFA500—
keyword, keyword.control, storage.type, storage.modifier#FF0000—
entity.name.function, support.function, meta.function-call, variable.function, keyword.other.special-method#00FFFF—
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.class#FF00FF—
meta.method, meta.method.declaration#00FFFF—
constant, constant.language, constant.character, constant.numeric, constant.other#FFA500—
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary#FFA500—
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.bitwise, keyword.operator.logical, keyword.operator.comparison, keyword.operator.increment-decrement, keyword.operator.ternary, keyword.operator.relational, keyword.operator.misc#FFFFFF—
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#FFFFFF—
entity.name.tag, punctuation.definition.tag#FF0000—
entity.other.attribute-name#FFA500—
support.type, support.class, support.constant, support.variable, support.other.variable, support.function#00FF00—
markup.heading, entity.name.section, punctuation.definition.heading#FF4500bold
markup.italic, punctuation.definition.italic#FFA500italic
markup.bold, punctuation.definition.bold#FF4500bold
markup.underline.link, string.other.link#0000FFunderline
markup.fenced_code.block, markup.inline.raw, markup.raw.block#00FF00italic
constant.character.escape#FFFFFFbold
storage, storage.type, storage.modifier#FF0000—
entity.other.inherited-class#FF00FF—
support.type.property-name.json#FF4500—
entity.name.tag.yaml#FF4500—
markup.inserted#00FF00—
markup.deleted#FF0000—
markup.changed#FFFF00—
meta.tag, meta.tag.markdown#FFFF00—
meta.tag.yaml#FF4500—