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#FFEB3B
  • activityBar.background#FFF8E1
  • activityBar.foreground#212121
  • activityBarBadge.background#F44336
  • activityBarBadge.foreground#FFFFFF
  • badge.background#F44336
  • badge.foreground#FFFFFF
  • button.background#FFEB3B
  • button.foreground#212121
  • button.hoverBackground#FDD835
  • dropdown.background#FFFFFF
  • dropdown.border#E0E0E0
  • dropdown.foreground#212121
  • editor.background#FAFAFA
  • editor.findMatchBackground#FFCC80
  • editor.findMatchHighlightBackground#FFE0B2
  • editor.foreground#333333
  • editor.lineHighlightBackground#FFF9C4
  • editor.lineHighlightBorder#FFE082
  • editor.selectionBackground#FFECB3
  • editor.selectionHighlightBackground#FFF8E1
  • editorBracketMatch.background#FFECB3
  • editorBracketMatch.border#FFAB00
  • editorCursor.foreground#F44336
  • editorGroupHeader.tabsBackground#FFFDE7
  • editorIndentGuide.activeBackground#BDBDBD
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#212121
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#E0E0E0
  • focusBorder#FFAB00
  • gitDecoration.conflictingResourceForeground#F57C00
  • gitDecoration.deletedResourceForeground#D32F2F
  • gitDecoration.modifiedResourceForeground#795548
  • gitDecoration.untrackedResourceForeground#388E3C
  • input.background#FFFFFF
  • input.border#E0E0E0
  • input.foreground#212121
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#FFEB3B
  • list.activeSelectionBackground#FFECB3
  • list.activeSelectionForeground#212121
  • list.focusBackground#FFE082
  • list.highlightForeground#FFAB00
  • list.hoverBackground#FFF8E1
  • minimap.background#FAFAFA
  • minimapSlider.activeBackground#757575CC
  • minimapSlider.background#BDBDBD66
  • minimapSlider.hoverBackground#9E9E9E99
  • panel.background#FFFDE7
  • panel.border#E0E0E0
  • panelTitle.activeBorder#FFEB3B
  • panelTitle.activeForeground#212121
  • panelTitle.inactiveForeground#666666
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#757575CC
  • scrollbarSlider.background#BDBDBD66
  • scrollbarSlider.hoverBackground#9E9E9E99
  • sideBar.background#FFFDE7
  • sideBar.foreground#212121
  • sideBarSectionHeader.background#FFF8E1
  • sideBarSectionHeader.foreground#212121
  • sideBarTitle.foreground#212121
  • statusBar.background#FFF8E1
  • statusBar.debuggingBackground#3F51B5
  • statusBar.foreground#212121
  • statusBar.noFolderBackground#FFFDE7
  • statusBarItem.hoverBackground#FFE082
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#FFEB3B
  • tab.activeForeground#212121
  • tab.border#E0E0E0
  • tab.inactiveBackground#FFF8E1
  • tab.inactiveForeground#666666
  • terminal.ansiBlue#3F51B5
  • terminal.ansiBrightBlue#536DFE
  • terminal.ansiBrightCyan#00BCD4
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFF176
  • terminal.ansiCyan#26A69A
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#9C27B0
  • terminal.ansiRed#F44336
  • terminal.ansiYellow#FFEB3B
  • terminal.background#FAFAFA
  • terminal.foreground#212121
  • titleBar.activeBackground#FFEB3B
  • titleBar.activeForeground#212121
  • titleBar.inactiveBackground#FFE082
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, string.quoted, string.template#22863A
keyword, storage.type, storage.modifier#6F42C1bold
keyword.operator, punctuation.accessor#D73A49
variable, variable.other#24292E
variable.parameter#005CC5italic
entity.name.function, support.function#E36209
meta.function-call#D15704
entity.name.class, entity.name.type.class, support.class#005CC5bold
entity.name.type, support.type#005CC5
entity.name.type.interface#6F42C1italic
constant.numeric#005CC5
constant, constant.language, constant.character#005CC5
constant.language.boolean#D73A49bold
variable.other.property, support.variable.property#6F42C1
meta.object-literal.key#005CC5
entity.name.tag, punctuation.definition.tag#D73A49
entity.other.attribute-name#6F42C1italic
punctuation, meta.brace#24292E
string.regexp#E36209
constant.character.escape#D73A49
meta.decorator, punctuation.decorator#6F42C1
invalid, invalid.illegal#B00020strikethrough
markup.heading, entity.name.section#6F42C1bold
markup.bold#24292Ebold
markup.italic#24292Eitalic
markup.underline.link#0969DA
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#6F42C1
support.type.property-name.css#005CC5
support.constant.property-value.css#E36209