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#002D4A
  • activityBar.foreground#FFD700
  • activityBar.inactiveForeground#888888
  • activityBarBadge.background#FF8C00
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF0000
  • badge.foreground#FFFFFF
  • button.background#FF8C00
  • button.foreground#FFFFFF
  • button.hoverBackground#FFA500
  • debugToolBar.background#000000
  • dropdown.background#111111
  • dropdown.foreground#FFFFFF
  • editor.background#001B2E
  • editor.findMatchBackground#FF00FF
  • editor.findMatchHighlightBackground#FF00FFAA
  • editor.foldBackground#222222
  • editor.foreground#E6F3FF
  • editor.hoverHighlightBackground#0000FF
  • editor.inactiveSelectionBackground#555555
  • editor.lineHighlightBackground#01579B30
  • editor.markerNavigation.background#000000
  • editor.selectionBackground#FFB74D55
  • editor.selectionHighlightBackground#4DB6AC55
  • editor.wordHighlightBackground#00FF00
  • editorBracketMatch.background#00FFFF
  • editorBracketMatch.border#00FFFF
  • editorCursor.foreground#FFD700
  • 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#4FB3FF
  • editorIndentGuide.background#01579B40
  • editorInfo.foreground#00FFFF
  • editorLineNumber.activeForeground#FFD700
  • editorLineNumber.foreground#4FB3FF
  • editorLink.activeForeground#FFFF00
  • editorWarning.foreground#FFA500
  • editorWhitespace.foreground#555555
  • extensionButton.prominentBackground#FF0000
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#FF5555
  • input.background#111111
  • input.foreground#FFFFFF
  • input.placeholderForeground#888888
  • inputOption.activeBorder#FF0000
  • list.activeSelectionBackground#444444
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#555555
  • list.highlightForeground#FF0000
  • 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#FF0000
  • notification.buttonForeground#FFFFFF
  • notification.buttonHoverBackground#FF5555
  • notification.foreground#FFFFFF
  • panel.background#000000
  • panel.border#444444
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#888888
  • pickerGroup.border#FF0000
  • pickerGroup.foreground#FFFFFF
  • progressBar.background#FF0000
  • 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#FF0000
  • settings.numberInputBackground#111111
  • settings.numberInputBorder#444444
  • settings.numberInputForeground#FFFFFF
  • settings.textInputBackground#111111
  • settings.textInputBorder#444444
  • settings.textInputForeground#FFFFFF
  • sideBar.background#001B2E
  • sideBar.foreground#E6F3FF
  • sideBarSectionHeader.background#111111
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFD700
  • 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#4FB3FF
  • 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#4DB6AC
  • terminal.ansiMagenta#FF00FF
  • terminal.ansiRed#FF8C00
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFD700
  • terminal.background#001B2E
  • terminal.foreground#E6F3FF
  • terminal.selectionBackground#555555
  • terminal.selectionForeground#FFFFFF
  • terminalCursor.background#000000
  • terminalCursor.foreground#FF0000
  • 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#64B5F6italic
variable, string constant.other.placeholder, variable.other.constant, variable.language#4DB6AC
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#FFD700
keyword, keyword.control, storage.type, storage.modifier#FF8C00bold
entity.name.function, support.function, meta.function-call, variable.function, keyword.other.special-method#4FB3FFbold
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.class#FFB74Dbold
meta.method, meta.method.declaration#00FFFF
constant, constant.language, constant.character, constant.numeric, constant.other#FFA500bold
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary#FFA500bold
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#FFFF00
support.type, support.class, support.constant, support.variable, support.other.variable, support.function#00FF00
markup.heading, entity.name.section, punctuation.definition.heading#FF0000bold
markup.italic, punctuation.definition.italic#FFFF00italic
markup.bold, punctuation.definition.bold#FF0000bold
markup.underline.link, string.other.link#0000FFunderline
markup.fenced_code.block, markup.inline.raw, markup.raw.block#00FF00italic
constant.character.escape#FFA500bold
storage, storage.type, storage.modifier#FF0000
entity.other.inherited-class#FF00FF
support.type.property-name.json#FFD700
entity.name.tag.yaml#FFD700
meta.tag, meta.tag.xml#FF4500
markup.inserted#00FF00
markup.deleted#FF0000
markup.changed#FFFF00
string.quoted.double.json#FFFF00
meta.tag.xml#FFFFFF
meta.type.annotation#FF00FF