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#FFCC00
  • activityBar.background#F7F7F7
  • activityBar.foreground#5A5A5A
  • activityBarBadge.background#FF3B30
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF3B30
  • badge.foreground#FFFFFF
  • button.background#FFCC00
  • button.foreground#2E2E2E
  • button.hoverBackground#FFD54F
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#2E2E2E
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFEB3B
  • editor.findMatchHighlightBackground#FFF176
  • editor.foreground#2E2E2E
  • editor.lineHighlightBackground#FFF9C4
  • editor.lineHighlightBorder#FFEB3B
  • editor.selectionBackground#B3E5FC
  • editor.selectionHighlightBackground#E1F5FE
  • editorBracketMatch.background#FFE082
  • editorBracketMatch.border#FFCA28
  • editorCursor.foreground#FF6F00
  • editorGroupHeader.tabsBackground#F7F7F7
  • editorIndentGuide.activeBackground#BDBDBD
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#424242
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#CCCCCC
  • focusBorder#FFCC00
  • gitDecoration.conflictingResourceForeground#E91E63
  • gitDecoration.deletedResourceForeground#F44336
  • gitDecoration.modifiedResourceForeground#FF9800
  • gitDecoration.untrackedResourceForeground#4CAF50
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#2E2E2E
  • input.placeholderForeground#B0B0B0
  • inputOption.activeBorder#FFCC00
  • list.activeSelectionBackground#FFECB3
  • list.activeSelectionForeground#2E2E2E
  • list.focusBackground#FFE082
  • list.highlightForeground#FF6F00
  • list.hoverBackground#FFF8E1
  • minimap.background#FAFAFA
  • minimapSlider.activeBackground#78909C
  • minimapSlider.background#B0BEC5
  • minimapSlider.hoverBackground#90A4AE
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#FFCC00
  • panelTitle.activeForeground#2E2E2E
  • panelTitle.inactiveForeground#8A8A8A
  • scrollbar.shadow#00000040
  • scrollbarSlider.activeBackground#75757580
  • scrollbarSlider.background#BDBDBD80
  • scrollbarSlider.hoverBackground#9E9E9E80
  • sideBar.background#FAFAFA
  • sideBar.foreground#2E2E2E
  • sideBarSectionHeader.background#F0F0F0
  • sideBarSectionHeader.foreground#4A4A4A
  • sideBarTitle.foreground#333333
  • statusBar.background#FFE600
  • statusBar.debuggingBackground#FF9500
  • statusBar.foreground#2E2E2E
  • statusBar.noFolderBackground#D1D1D1
  • statusBarItem.hoverBackground#FFD966
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#FFCC00
  • tab.activeForeground#2E2E2E
  • tab.border#E0E0E0
  • tab.inactiveBackground#F7F7F7
  • tab.inactiveForeground#8A8A8A
  • terminal.ansiBlue#2196F3
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFF176
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#9C27B0
  • terminal.ansiRed#F44336
  • terminal.ansiYellow#FFEB3B
  • terminal.background#FFFFFF
  • terminal.foreground#2E2E2E
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#2E2E2E
  • titleBar.inactiveBackground#F5F5F5
  • titleBar.inactiveForeground#8A8A8A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8A8A8Aitalic
string, string.quoted, string.template#4CAF50—
keyword, storage.type, storage.modifier#1976D2bold
keyword.operator, punctuation.accessor#FF6F00—
variable, variable.other#2E2E2E—
variable.parameter#7B1FA2italic
entity.name.function, support.function#D81B60—
meta.function-call#C2185B—
entity.name.class, entity.name.type.class, support.class#0D47A1bold
entity.name.type, support.type#00695C—
entity.name.type.interface#8E24AAitalic
constant.numeric#F57C00—
constant, constant.language, constant.character#FF5722—
constant.language.boolean#C62828bold
variable.other.property, support.variable.property#0097A7—
meta.object-literal.key#009688—
entity.name.tag, punctuation.definition.tag#E53935—
entity.other.attribute-name#6A1B9Aitalic
punctuation, meta.brace#757575—
string.regexp#43A047—
constant.character.escape#E64A19—
meta.decorator, punctuation.decorator#5E35B1—
invalid, invalid.illegal#D50000strikethrough
markup.heading, entity.name.section#283593bold
markup.bold#283593bold
markup.italic#283593italic
markup.underline.link#1565C0—
markup.inline.raw, markup.fenced_code#6D4C41—
support.type.property-name.json#0097A7—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#3949AB—
support.type.property-name.css#0288D1—
support.constant.property-value.css#00796B—