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#00FF00
  • activityBarBadge.foreground#000000
  • badge.background#00FF00
  • badge.foreground#000000
  • button.background#00FF00
  • button.foreground#000000
  • button.hoverBackground#55FF55
  • debugToolBar.background#000000
  • dropdown.background#111111
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#FF00FF
  • editor.findMatchHighlightBackground#FF00FFAA
  • editor.foldBackground#222222
  • editor.foreground#FFFFFF
  • editor.hoverHighlightBackground#0000FF
  • editor.inactiveSelectionBackground#555555
  • editor.lineHighlightBackground#111111
  • editor.markerNavigation.background#000000
  • editor.selectionBackground#FFFF00
  • editor.selectionHighlightBackground#FFFF00AA
  • editor.wordHighlightBackground#00FF00
  • editorBracketMatch.background#00FFFF
  • editorBracketMatch.border#00FFFF
  • editorCursor.foreground#00FF00
  • 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#00FF00
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#55FF55
  • input.background#111111
  • input.foreground#FFFFFF
  • input.placeholderForeground#888888
  • inputOption.activeBorder#00FF00
  • list.activeSelectionBackground#444444
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#555555
  • list.highlightForeground#00FF00
  • 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#00FF00
  • notification.buttonForeground#000000
  • notification.buttonHoverBackground#55FF55
  • notification.foreground#FFFFFF
  • panel.background#000000
  • panel.border#444444
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#888888
  • pickerGroup.border#00FF00
  • pickerGroup.foreground#FFFFFF
  • progressBar.background#00FF00
  • 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#00FF00
  • 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#00FF00
  • 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#00FF00
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#FFFF00
keyword, keyword.control, storage.type, storage.modifier#00FFFF
entity.name.function, support.function, meta.function-call, variable.function, keyword.other.special-method#FF00FF
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.class#FFA500
meta.method, meta.method.declaration#FF00FF
constant, constant.language, constant.character, constant.numeric, constant.other#FF0000
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary#FF0000
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#FFA500
entity.other.attribute-name#00FF00
support.type, support.class, support.constant, support.variable, support.other.variable, support.function#00FFFF
markup.heading, entity.name.section, punctuation.definition.heading#00FF00bold
markup.italic, punctuation.definition.italic#FFFF00italic
markup.bold, punctuation.definition.bold#00FF00bold
markup.underline.link, string.other.link#0000FFunderline
markup.fenced_code.block, markup.inline.raw, markup.raw.block#FF00FFitalic
constant.character.escape#FFFFFFbold
storage, storage.type, storage.modifier#00FFFF
entity.other.inherited-class#FFA500
support.type.property-name.json#00FF00
entity.name.tag.yaml#00FF00
meta.tag, meta.tag.xml#FFA500
markup.inserted#00FF00
markup.deleted#FF0000
markup.changed#FFFF00