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#D40000
  • activityBar.background#F5F5F5
  • activityBar.foreground#D40000
  • activityBarBadge.background#F7C500
  • activityBarBadge.foreground#212121
  • badge.background#F7C500
  • badge.foreground#212121
  • button.background#D40000
  • button.foreground#FFFFFF
  • button.hoverBackground#B22222
  • dropdown.background#FFFFFF
  • dropdown.border#E0E0E0
  • dropdown.foreground#212121
  • editor.background#FFFFFF
  • editor.findMatchBackground#F7C500
  • editor.findMatchHighlightBackground#FFE599
  • editor.foreground#212121
  • editor.lineHighlightBackground#FFFAE6
  • editor.lineHighlightBorder#F7C500
  • editor.selectionBackground#FFD7D7
  • editor.selectionHighlightBackground#FFE4E1
  • editorBracketMatch.background#FFF0F0
  • editorBracketMatch.border#D40000
  • editorCursor.foreground#D40000
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#D40000
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#D40000
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#E0E0E0
  • focusBorder#D40000
  • gitDecoration.conflictingResourceForeground#FF8C00
  • gitDecoration.deletedResourceForeground#D40000
  • gitDecoration.modifiedResourceForeground#005CC5
  • gitDecoration.untrackedResourceForeground#28A745
  • input.background#FFFFFF
  • input.border#E0E0E0
  • input.foreground#212121
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#D40000
  • list.activeSelectionBackground#FFE0E0
  • list.activeSelectionForeground#D40000
  • list.focusBackground#FFE0E0
  • list.highlightForeground#D40000
  • list.hoverBackground#FFF5F5
  • minimap.background#FFFFFF
  • minimapSlider.activeBackground#808080
  • minimapSlider.background#C0C0C0
  • minimapSlider.hoverBackground#A0A0A0
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#D40000
  • panelTitle.activeForeground#212121
  • panelTitle.inactiveForeground#6A6A6A
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#808080
  • scrollbarSlider.background#C0C0C0
  • scrollbarSlider.hoverBackground#A0A0A0
  • sideBar.background#FAFAFA
  • sideBar.foreground#212121
  • sideBarSectionHeader.background#F5F5F5
  • sideBarSectionHeader.foreground#D40000
  • sideBarTitle.foreground#212121
  • statusBar.background#D40000
  • statusBar.debuggingBackground#FF8C00
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#F7C500
  • statusBarItem.hoverBackground#B22222
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#D40000
  • tab.activeForeground#D40000
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#6A6A6A
  • terminal.ansiBlue#0066CC
  • terminal.ansiBrightBlue#3399FF
  • terminal.ansiBrightCyan#33FFFF
  • terminal.ansiBrightGreen#33FF66
  • terminal.ansiBrightMagenta#FF66CC
  • terminal.ansiBrightRed#FF4444
  • terminal.ansiBrightYellow#FFEB33
  • terminal.ansiCyan#00CCCC
  • terminal.ansiGreen#009933
  • terminal.ansiMagenta#CC0099
  • terminal.ansiRed#D40000
  • terminal.ansiYellow#F7C500
  • terminal.background#FFFFFF
  • terminal.foreground#212121
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#212121
  • titleBar.inactiveBackground#F5F5F5
  • titleBar.inactiveForeground#6A6A6A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, string.quoted, string.template#D73A49—
keyword, storage.type, storage.modifier#D40000bold
keyword.operator, punctuation.accessor#005CC5—
variable, variable.other#212121—
variable.parameter#005CC5italic
entity.name.function, support.function#6F42C1—
meta.function-call#6F42C1—
entity.name.class, entity.name.type.class, support.class#22863Abold
entity.name.type, support.type#005CC5—
entity.name.type.interface#005CC5italic
constant.numeric#005CC5—
constant, constant.language, constant.character#D40000—
constant.language.boolean#D40000bold
variable.other.property, support.variable.property#6F42C1—
meta.object-literal.key#D40000—
entity.name.tag, punctuation.definition.tag#22863A—
entity.other.attribute-name#005CC5italic
punctuation, meta.brace#212121—
string.regexp#D73A49—
constant.character.escape#D40000—
meta.decorator, punctuation.decorator#6F42C1—
invalid, invalid.illegal#FF0000strikethrough
markup.heading, entity.name.section#D40000bold
markup.bold#D40000bold
markup.italic#6A737Ditalic
markup.underline.link#005CC5—
markup.inline.raw, markup.fenced_code#D73A49—
support.type.property-name.json#005CC5—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#22863A—
support.type.property-name.css#D40000—
support.constant.property-value.css#005CC5—