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#B0A495
  • activityBar.background#E0E0E0
  • activityBar.foreground#222222
  • activityBarBadge.background#FF6F00
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF6F00
  • badge.foreground#FFFFFF
  • button.background#FF6F00
  • button.foreground#FFFFFF
  • button.hoverBackground#FF8F33
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#222222
  • editor.background#F5F5F5
  • editor.findMatchBackground#FFD54F
  • editor.findMatchHighlightBackground#FFE082
  • editor.foreground#333333
  • editor.lineHighlightBackground#FFF9E6
  • editor.lineHighlightBorder#FFE4B5
  • editor.selectionBackground#B3D4FC
  • editor.selectionHighlightBackground#C8E6C9
  • editorBracketMatch.background#E1F5FE
  • editorBracketMatch.border#81D4FA
  • editorCursor.foreground#FF6F00
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#A0A0A0
  • editorIndentGuide.background#D0D0D0
  • editorLineNumber.activeForeground#111111
  • editorLineNumber.foreground#999999
  • editorWhitespace.foreground#B0B0B0
  • focusBorder#FF6F00
  • gitDecoration.conflictingResourceForeground#E91E63
  • gitDecoration.deletedResourceForeground#F44336
  • gitDecoration.modifiedResourceForeground#2196F3
  • gitDecoration.untrackedResourceForeground#4CAF50
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#222222
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#FF6F00
  • list.activeSelectionBackground#B3D4FC
  • list.activeSelectionForeground#000000
  • list.focusBackground#B3D4FC
  • list.highlightForeground#FF6F00
  • list.hoverBackground#E3F2FD
  • minimap.background#F5F5F5
  • minimapSlider.activeBackground#909090
  • minimapSlider.background#C0C0C0
  • minimapSlider.hoverBackground#A8A8A8
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#FF6F00
  • panelTitle.activeForeground#111111
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#909090
  • scrollbarSlider.background#C0C0C0
  • scrollbarSlider.hoverBackground#A8A8A8
  • sideBar.background#FAFAFA
  • sideBar.foreground#444444
  • sideBarSectionHeader.background#EFEFEF
  • sideBarSectionHeader.foreground#333333
  • sideBarTitle.foreground#222222
  • statusBar.background#E0E0E0
  • statusBar.debuggingBackground#FF6F00
  • statusBar.foreground#111111
  • statusBar.noFolderBackground#C0C0C0
  • statusBarItem.hoverBackground#D0D0D0
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#FF6F00
  • tab.activeForeground#000000
  • tab.border#CCCCCC
  • tab.inactiveBackground#F0F0F0
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#2196F3
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#F06292
  • terminal.ansiBrightRed#E57373
  • terminal.ansiBrightYellow#FFF176
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#E91E63
  • terminal.ansiRed#F44336
  • terminal.ansiYellow#FFEB3B
  • terminal.background#FFFFFF
  • terminal.foreground#222222
  • titleBar.activeBackground#E8E8E8
  • titleBar.activeForeground#111111
  • titleBar.inactiveBackground#D8D8D8
  • titleBar.inactiveForeground#555555

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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