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#ff7043
  • activityBar.background#fff3e0
  • activityBar.foreground#5d4037
  • activityBarBadge.background#d32f2f
  • activityBarBadge.foreground#ffffff
  • badge.background#d32f2f
  • badge.foreground#ffffff
  • button.background#ff7043
  • button.foreground#ffffff
  • button.hoverBackground#ff8a65
  • dropdown.background#ffffff
  • dropdown.border#ffcc80
  • dropdown.foreground#212121
  • editor.background#fafafa
  • editor.findMatchBackground#ffd180
  • editor.findMatchHighlightBackground#ffecb3
  • editor.foreground#212121
  • editor.lineHighlightBackground#fff3e0
  • editor.lineHighlightBorder#ffcc80
  • editor.selectionBackground#ffcc80
  • editor.selectionHighlightBackground#ffe0b2
  • editorBracketMatch.background#ffecb3
  • editorBracketMatch.border#ffab91
  • editorCursor.foreground#d32f2f
  • editorGroupHeader.tabsBackground#fafafa
  • editorIndentGuide.activeBackground#ffab91
  • editorIndentGuide.background#e0e0e0
  • editorLineNumber.activeForeground#5d4037
  • editorLineNumber.foreground#9e9e9e
  • editorWhitespace.foreground#e0e0e0
  • focusBorder#ff7043
  • gitDecoration.conflictingResourceForeground#c2185b
  • gitDecoration.deletedResourceForeground#d32f2f
  • gitDecoration.modifiedResourceForeground#ffab91
  • gitDecoration.untrackedResourceForeground#81c784
  • input.background#ffffff
  • input.border#ffcc80
  • input.foreground#212121
  • input.placeholderForeground#9e9e9e
  • inputOption.activeBorder#ff7043
  • list.activeSelectionBackground#ffecb3
  • list.activeSelectionForeground#5d4037
  • list.focusBackground#ffcc80
  • list.highlightForeground#d32f2f
  • list.hoverBackground#ffe0b2
  • minimap.background#fafafa
  • minimapSlider.activeBackground#7f7f7f
  • minimapSlider.background#c5c5c5
  • minimapSlider.hoverBackground#a0a0a0
  • panel.background#fff8f0
  • panel.border#e0e0e0
  • panelTitle.activeBorder#ff7043
  • panelTitle.activeForeground#5d4037
  • panelTitle.inactiveForeground#9e9e9e
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#7f7f7f
  • scrollbarSlider.background#c5c5c5
  • scrollbarSlider.hoverBackground#a0a0a0
  • sideBar.background#fff8f0
  • sideBar.foreground#5d4037
  • sideBarSectionHeader.background#ffecb3
  • sideBarSectionHeader.foreground#5d4037
  • sideBarTitle.foreground#5d4037
  • statusBar.background#ffcc80
  • statusBar.debuggingBackground#ff8a65
  • statusBar.foreground#5d4037
  • statusBar.noFolderBackground#ffe0b2
  • statusBarItem.hoverBackground#ffd180
  • tab.activeBackground#ffffff
  • tab.activeBorder#ff7043
  • tab.activeForeground#212121
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#9e9e9e
  • terminal.ansiBlue#1976d2
  • terminal.ansiBrightBlue#64b5f6
  • terminal.ansiBrightCyan#4dd0e1
  • terminal.ansiBrightGreen#81c784
  • terminal.ansiBrightMagenta#f06292
  • terminal.ansiBrightRed#ef5350
  • terminal.ansiBrightYellow#ffb74d
  • terminal.ansiCyan#0097a7
  • terminal.ansiGreen#6a8e6d
  • terminal.ansiMagenta#c2185b
  • terminal.ansiRed#d32f2f
  • terminal.ansiYellow#f57c00
  • terminal.background#fafafa
  • terminal.foreground#212121
  • titleBar.activeBackground#ffe0b2
  • titleBar.activeForeground#5d4037
  • titleBar.inactiveBackground#ffccbc
  • titleBar.inactiveForeground#8d6e63

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7a6e6citalic
string, string.quoted, string.template#6a8e6d—
keyword, storage.type, storage.modifier#d32f2fbold
keyword.operator, punctuation.accessor#f57c00—
variable, variable.other#00897b—
variable.parameter#009688italic
entity.name.function, support.function#1976d2—
meta.function-call#42a5f5—
entity.name.class, entity.name.type.class, support.class#7b1fa2bold
entity.name.type, support.type#00695c—
entity.name.type.interface#004d40italic
constant.numeric#ef6c00—
constant, constant.language, constant.character#c2185b—
constant.language.boolean#c62828bold
variable.other.property, support.variable.property#5d4037—
meta.object-literal.key#8d6e63—
entity.name.tag, punctuation.definition.tag#b71c1c—
entity.other.attribute-name#9e9d24italic
punctuation, meta.brace#9e9e9e—
string.regexp#558b2f—
constant.character.escape#d81b60—
meta.decorator, punctuation.decorator#0097a7—
invalid, invalid.illegal#b71c1cstrikethrough
markup.heading, entity.name.section#e64a19bold
markup.bold#e64a19bold
markup.italic#00796bitalic
markup.underline.link#1565c0—
markup.inline.raw, markup.fenced_code#37474f—
support.type.property-name.json#6a1b9a—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#004d40—
support.type.property-name.css#f4511e—
support.constant.property-value.css#33691e—