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#F4D03F
  • activityBar.background#FEF9E7
  • activityBar.foreground#2C3E50
  • activityBarBadge.background#F4D03F
  • activityBarBadge.foreground#FFFFFF
  • badge.background#E74C3C
  • badge.foreground#FFFFFF
  • button.background#F4D03F
  • button.foreground#FFFFFF
  • button.hoverBackground#E67E22
  • dropdown.background#FFFFFF
  • dropdown.border#E0E0E0
  • dropdown.foreground#2C3E50
  • editor.background#FAFAFA
  • editor.findMatchBackground#E74C3C80
  • editor.findMatchHighlightBackground#F1948A80
  • editor.foreground#2C3E50
  • editor.lineHighlightBackground#FFF9E6
  • editor.lineHighlightBorder#F4D03F
  • editor.selectionBackground#F9E79F
  • editor.selectionHighlightBackground#FDEBD0
  • editorBracketMatch.background#FDEBD0
  • editorBracketMatch.border#F4D03F
  • editorCursor.foreground#E74C3C
  • editorGroupHeader.tabsBackground#FAFAFA
  • editorIndentGuide.activeBackground#7F8C8D
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#2C3E50
  • editorLineNumber.foreground#7F8C8D
  • editorWhitespace.foreground#D5D8DC
  • focusBorder#F4D03F
  • gitDecoration.conflictingResourceForeground#8E44AD
  • gitDecoration.deletedResourceForeground#E74C3C
  • gitDecoration.modifiedResourceForeground#F1C40F
  • gitDecoration.untrackedResourceForeground#27AE60
  • input.background#FFFFFF
  • input.border#E0E0E0
  • input.foreground#2C3E50
  • input.placeholderForeground#7F8C8D
  • inputOption.activeBorder#F4D03F
  • list.activeSelectionBackground#F9E79F
  • list.activeSelectionForeground#2C3E50
  • list.focusBackground#F9E79F
  • list.highlightForeground#E74C3C
  • list.hoverBackground#FFF9E6
  • minimap.background#FAFAFA
  • minimapSlider.activeBackground#5D6D7E80
  • minimapSlider.background#B2BABB80
  • minimapSlider.hoverBackground#85929E80
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#F4D03F
  • panelTitle.activeForeground#2C3E50
  • panelTitle.inactiveForeground#7F8C8D
  • scrollbar.shadow#00000020
  • scrollbarSlider.activeBackground#85929E80
  • scrollbarSlider.background#D5D8DC80
  • scrollbarSlider.hoverBackground#B2BABB80
  • sideBar.background#FFF9E6
  • sideBar.foreground#2C3E50
  • sideBarSectionHeader.background#FEF9E7
  • sideBarSectionHeader.foreground#2C3E50
  • sideBarTitle.foreground#2C3E50
  • statusBar.background#F4D03F
  • statusBar.debuggingBackground#E74C3C
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#FEF9E7
  • statusBarItem.hoverBackground#E67E22
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#F4D03F
  • tab.activeForeground#2C3E50
  • tab.border#E0E0E0
  • tab.inactiveBackground#FAFAFA
  • tab.inactiveForeground#7F8C8D
  • terminal.ansiBlue#2980B9
  • terminal.ansiBrightBlue#3498DB
  • terminal.ansiBrightCyan#2ECC71
  • terminal.ansiBrightGreen#2ECC71
  • terminal.ansiBrightMagenta#9B59B6
  • terminal.ansiBrightRed#C0392B
  • terminal.ansiBrightYellow#F39C12
  • terminal.ansiCyan#1ABC9C
  • terminal.ansiGreen#27AE60
  • terminal.ansiMagenta#8E44AD
  • terminal.ansiRed#E74C3C
  • terminal.ansiYellow#F1C40F
  • terminal.background#FAFAFA
  • terminal.foreground#2C3E50
  • titleBar.activeBackground#F4D03F
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#FEF9E7
  • titleBar.inactiveForeground#7F8C8D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7F8C8Ditalic
string, string.quoted, string.template#E67E22—
keyword, storage.type, storage.modifier#E74C3Cbold
keyword.operator, punctuation.accessor#F4D03F—
variable, variable.other#2C3E50—
variable.parameter#7F8C8Ditalic
entity.name.function, support.function#2980B9—
meta.function-call#3498DB—
entity.name.class, entity.name.type.class, support.class#8E44ADbold
entity.name.type, support.type#27AE60—
entity.name.type.interface#2980B9italic
constant.numeric#F1C40F—
constant, constant.language, constant.character#9B59B6—
constant.language.boolean#E74C3Cbold
variable.other.property, support.variable.property#2C3E50—
meta.object-literal.key#8E44AD—
entity.name.tag, punctuation.definition.tag#2980B9—
entity.other.attribute-name#8E44ADitalic
punctuation, meta.brace#7F8C8D—
string.regexp#E67E22—
constant.character.escape#E74C3C—
meta.decorator, punctuation.decorator#9B59B6—
invalid, invalid.illegal#C0392Bstrikethrough
markup.heading, entity.name.section#E74C3Cbold
markup.bold#E74C3Cbold
markup.italic#7F8C8Ditalic
markup.underline.link#2980B9—
markup.inline.raw, markup.fenced_code#27AE60—
support.type.property-name.json#8E44AD—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#2980B9—
support.type.property-name.css#27AE60—
support.constant.property-value.css#F1C40F—