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#D32F2F
  • activityBar.background#F5F0EB
  • activityBar.foreground#2E2E2E
  • activityBarBadge.background#D32F2F
  • activityBarBadge.foreground#FFFCF5
  • badge.background#D32F2F
  • badge.foreground#FFFCF5
  • button.background#D32F2F
  • button.foreground#FFFCF5
  • button.hoverBackground#C62828
  • dropdown.background#FFFFFF
  • dropdown.border#E0DAD5
  • dropdown.foreground#2E2E2E
  • editor.background#FFFCF5
  • editor.findMatchBackground#D32F3544
  • editor.findMatchHighlightBackground#D32F4422
  • editor.foreground#2E2E2E
  • editor.lineHighlightBackground#E3F2FD30
  • editor.lineHighlightBorder#2962FF30
  • editor.selectionBackground#2962FF40
  • editor.selectionHighlightBackground#2962FF20
  • editorBracketMatch.background#2962FF33
  • editorBracketMatch.border#2962FF
  • editorCursor.foreground#D32F2F
  • editorGroupHeader.tabsBackground#FFFCF5
  • editorIndentGuide.activeBackground#B0A9A488
  • editorIndentGuide.background#B0A9A444
  • editorLineNumber.activeForeground#2962FF
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#B0A9A4
  • focusBorder#D32F2F
  • gitDecoration.conflictingResourceForeground#FBC02D
  • gitDecoration.deletedResourceForeground#D32F2F
  • gitDecoration.modifiedResourceForeground#2962FF
  • gitDecoration.untrackedResourceForeground#43A047
  • input.background#FFFFFF
  • input.border#E0DAD5
  • input.foreground#2E2E2E
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#D32F2F
  • list.activeSelectionBackground#E0D6D0
  • list.activeSelectionForeground#2E2E2E
  • list.focusBackground#E0D6D0
  • list.highlightForeground#D32F2F
  • list.hoverBackground#E0D6D066
  • minimap.background#FFFCF5
  • minimapSlider.activeBackground#9E9E9E66
  • minimapSlider.background#9E9E9E22
  • minimapSlider.hoverBackground#9E9E9E44
  • panel.background#FFFCF5
  • panel.border#E0DAD5
  • panelTitle.activeBorder#D32F2F
  • panelTitle.activeForeground#2E2E2E
  • panelTitle.inactiveForeground#6D6D6D
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#D32F3488
  • scrollbarSlider.background#9E9E9E44
  • scrollbarSlider.hoverBackground#9E9E9E88
  • sideBar.background#FFFDFD
  • sideBar.foreground#2E2E2E
  • sideBarSectionHeader.background#F0EAE6
  • sideBarSectionHeader.foreground#2962FF
  • sideBarTitle.foreground#2962FF
  • statusBar.background#EFEAE5
  • statusBar.debuggingBackground#D32F2F
  • statusBar.foreground#2E2E2E
  • statusBar.noFolderBackground#F5F0EB
  • statusBarItem.hoverBackground#E0D6D0
  • tab.activeBackground#FFFCF5
  • tab.activeBorder#D32F2F
  • tab.activeForeground#2E2E2E
  • tab.border#E0DAD5
  • tab.inactiveBackground#F5F0EB
  • tab.inactiveForeground#6D6D6D
  • terminal.ansiBlue#2962FF
  • terminal.ansiBrightBlue#42A5F5
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#66BB6A
  • terminal.ansiBrightMagenta#AB47BC
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFEB3B
  • terminal.ansiCyan#00ACC1
  • terminal.ansiGreen#43A047
  • terminal.ansiMagenta#8E24AA
  • terminal.ansiRed#D32F2F
  • terminal.ansiYellow#FBC02D
  • terminal.background#FFFCF5
  • terminal.foreground#2E2E2E
  • titleBar.activeBackground#EFEAE5
  • titleBar.activeForeground#2E2E2E
  • titleBar.inactiveBackground#F5F0EB
  • titleBar.inactiveForeground#6D6D6D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9Eitalic
string, string.quoted, string.template#FBC02D—
keyword, storage.type, storage.modifier#D32F2Fbold
keyword.operator, punctuation.accessor#2962FF—
variable, variable.other#2E2E2E—
variable.parameter#FBC02Ditalic
entity.name.function, support.function#2962FF—
meta.function-call#D32F2F—
entity.name.class, entity.name.type.class, support.class#2962FFbold
entity.name.type, support.type#2962FF—
entity.name.type.interface#D32F2Fitalic
constant.numeric#2962FF—
constant, constant.language, constant.character#2962FF—
constant.language.boolean#D32F2Fbold
variable.other.property, support.variable.property#2E2E2E—
meta.object-literal.key#2962FF—
entity.name.tag, punctuation.definition.tag#D32F2F—
entity.other.attribute-name#9E9E9Eitalic
punctuation, meta.brace#2E2E2E—
string.regexp#2962FF—
constant.character.escape#D32F2F—
meta.decorator, punctuation.decorator#FBC02D—
invalid, invalid.illegal#C62828strikethrough
markup.heading, entity.name.section#2962FFbold
markup.bold#D32F2Fbold
markup.italic#FBC02Ditalic
markup.underline.link#2962FF—
markup.inline.raw, markup.fenced_code#D32F2F—
support.type.property-name.json#2962FF—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D32F2F—
support.type.property-name.css#2962FF—
support.constant.property-value.css#FBC02D—