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#FF9900
  • activityBar.background#F5F5F5
  • activityBar.foreground#212121
  • activityBarBadge.background#FF9900
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF9900
  • badge.foreground#FFFFFF
  • button.background#FF9900
  • button.foreground#FFFFFF
  • button.hoverBackground#FFB84D
  • dropdown.background#FFFFFF
  • dropdown.border#BDBDBD
  • dropdown.foreground#212121
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFCC80
  • editor.findMatchHighlightBackground#FFE0B2
  • editor.foreground#212121
  • editor.lineHighlightBackground#FFF8E1
  • editor.lineHighlightBorder#FFEB3B
  • editor.selectionBackground#FFECB3
  • editor.selectionHighlightBackground#FFF3E0
  • editorBracketMatch.background#FFE0B2
  • editorBracketMatch.border#FF9900
  • editorCursor.foreground#FF9900
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#FF9900
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#212121
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#BDBDBD
  • focusBorder#FF9900
  • gitDecoration.conflictingResourceForeground#C2185B
  • gitDecoration.deletedResourceForeground#D32F2F
  • gitDecoration.modifiedResourceForeground#FFB300
  • gitDecoration.untrackedResourceForeground#388E3C
  • input.background#FFFFFF
  • input.border#BDBDBD
  • input.foreground#212121
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#FF9900
  • list.activeSelectionBackground#FFEBB3
  • list.activeSelectionForeground#212121
  • list.focusBackground#FFE0B2
  • list.highlightForeground#FF9900
  • list.hoverBackground#FFF3E0
  • minimap.background#FFFFFF00
  • minimapSlider.activeBackground#75757580
  • minimapSlider.background#BDBDBD80
  • minimapSlider.hoverBackground#9E9E9E80
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#FF9900
  • panelTitle.activeForeground#212121
  • panelTitle.inactiveForeground#757575
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#75757580
  • scrollbarSlider.background#BDBDBD80
  • scrollbarSlider.hoverBackground#9E9E9E80
  • sideBar.background#FAFAFA
  • sideBar.foreground#212121
  • sideBarSectionHeader.background#F5F5F5
  • sideBarSectionHeader.foreground#212121
  • sideBarTitle.foreground#212121
  • statusBar.background#FF9900
  • statusBar.debuggingBackground#D35400
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#BDBDBD
  • statusBarItem.hoverBackground#FFB84D
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#FF9900
  • tab.activeForeground#212121
  • tab.border#E0E0E0
  • tab.inactiveBackground#F0F0F0
  • tab.inactiveForeground#757575
  • terminal.ansiBlue#1976D2
  • terminal.ansiBrightBlue#63A4FF
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#E57373
  • terminal.ansiBrightYellow#FFD54F
  • terminal.ansiCyan#0097A7
  • terminal.ansiGreen#388E3C
  • terminal.ansiMagenta#7B1FA2
  • terminal.ansiRed#D32F2F
  • terminal.ansiYellow#FBC02D
  • terminal.background#FFFFFF
  • terminal.foreground#212121
  • titleBar.activeBackground#FF9900
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#E0E0E0
  • titleBar.inactiveForeground#757575

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9Eitalic
string, string.quoted, string.template#388E3C
keyword, storage.type, storage.modifier#FF9900bold
keyword.operator, punctuation.accessor#FF9900
variable, variable.other#212121
variable.parameter#0097A7italic
entity.name.function, support.function#7B1FA2
meta.function-call#7B1FA2
entity.name.class, entity.name.type.class, support.class#1976D2bold
entity.name.type, support.type#1976D2
entity.name.type.interface#1976D2italic
constant.numeric#F57C00
constant, constant.language, constant.character#C2185B
constant.language.boolean#F57C00bold
variable.other.property, support.variable.property#0097A7
meta.object-literal.key#FBC02D
entity.name.tag, punctuation.definition.tag#1976D2
entity.other.attribute-name#0097A7italic
punctuation, meta.brace#757575
string.regexp#D32F2F
constant.character.escape#F57C00
meta.decorator, punctuation.decorator#C2185B
invalid, invalid.illegal#D32F2Fstrikethrough
markup.heading, entity.name.section#FF9900bold
markup.bold#FF9900bold
markup.italic#9E9E9Eitalic
markup.underline.link#1976D2
markup.inline.raw, markup.fenced_code#388E3C
support.type.property-name.json#FBC02D
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#1976D2
support.type.property-name.css#388E3C
support.constant.property-value.css#FF9900