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#FFC107
  • activityBar.background#0033A0
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#E62429
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FFC107
  • badge.foreground#212121
  • button.background#E62429
  • button.foreground#FFFFFF
  • button.hoverBackground#B71C1C
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#212121
  • editor.background#FFF8E1
  • editor.findMatchBackground#FFEB3B
  • editor.findMatchHighlightBackground#FFF176
  • editor.foreground#212121
  • editor.lineHighlightBackground#FFFDE7
  • editor.lineHighlightBorder#FFCC00
  • editor.selectionBackground#B3D4FC
  • editor.selectionHighlightBackground#D0E7FF
  • editorBracketMatch.background#FFEB3B
  • editorBracketMatch.border#FFC107
  • editorCursor.foreground#E62429
  • editorGroupHeader.tabsBackground#FFF8E1
  • editorIndentGuide.activeBackground#9E9E9E
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#212121
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#BDBDBD
  • focusBorder#FFC107
  • gitDecoration.conflictingResourceForeground#9C27B0
  • gitDecoration.deletedResourceForeground#F44336
  • gitDecoration.modifiedResourceForeground#FF9800
  • gitDecoration.untrackedResourceForeground#4CAF50
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#212121
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#E62429
  • list.activeSelectionBackground#B3D4FC
  • list.activeSelectionForeground#212121
  • list.focusBackground#B3D4FC
  • list.highlightForeground#E62429
  • list.hoverBackground#E3F2FD
  • minimap.background#FFFFFF00
  • minimapSlider.activeBackground#CCCCCCCC
  • minimapSlider.background#CCCCCC66
  • minimapSlider.hoverBackground#CCCCCC99
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#E62429
  • panelTitle.activeForeground#212121
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#CCCCCCCC
  • scrollbarSlider.background#CCCCCC66
  • scrollbarSlider.hoverBackground#CCCCCC99
  • sideBar.background#FAFAFA
  • sideBar.foreground#212121
  • sideBarSectionHeader.background#F5F5F5
  • sideBarSectionHeader.foreground#212121
  • sideBarTitle.foreground#212121
  • statusBar.background#E62429
  • statusBar.debuggingBackground#FF5722
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#CCCCCC
  • statusBarItem.hoverBackground#B71C1C
  • tab.activeBackground#FFF8E1
  • tab.activeBorder#E62429
  • tab.activeForeground#212121
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#0033A0
  • terminal.ansiBrightBlue#3366CC
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#FF5252
  • terminal.ansiBrightYellow#FFEB3B
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#9C27B0
  • terminal.ansiRed#E62429
  • terminal.ansiYellow#FFC107
  • terminal.background#FFF8E1
  • terminal.foreground#212121
  • titleBar.activeBackground#0033A0
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#B0C4DE
  • titleBar.inactiveForeground#555555

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, string.quoted, string.template#4CAF50—
keyword, storage.type, storage.modifier#E62429bold
keyword.operator, punctuation.accessor#9C27B0—
variable, variable.other#212121—
variable.parameter#009688italic
entity.name.function, support.function#0033A0—
meta.function-call#0033A0—
entity.name.class, entity.name.type.class, support.class#9C27B0bold
entity.name.type, support.type#FF9800—
entity.name.type.interface#009688italic
constant.numeric#FF9800—
constant, constant.language, constant.character#9C27B0—
constant.language.boolean#E62429bold
variable.other.property, support.variable.property#795548—
meta.object-literal.key#009688—
entity.name.tag, punctuation.definition.tag#E62429—
entity.other.attribute-name#FF5722italic
punctuation, meta.brace#212121—
string.regexp#4CAF50—
constant.character.escape#E62429—
meta.decorator, punctuation.decorator#9C27B0—
invalid, invalid.illegal#F44336strikethrough
markup.heading, entity.name.section#0033A0bold
markup.bold#E62429bold
markup.italic#6A737Ditalic
markup.underline.link#1E88E5—
markup.inline.raw, markup.fenced_code#212121—
support.type.property-name.json#009688—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#9C27B0—
support.type.property-name.css#4CAF50—
support.constant.property-value.css#FF9800—