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#D84315
  • activityBar.background#EFE8E5
  • activityBar.foreground#D84315
  • activityBarBadge.background#D84315
  • activityBarBadge.foreground#FAF5F0
  • badge.background#FFAB91
  • badge.foreground#3E2723
  • button.background#D84315
  • button.foreground#FFFFFF
  • button.hoverBackground#D8431580
  • dropdown.background#EFE8E5
  • dropdown.border#E0D4D1
  • dropdown.foreground#3E2723
  • editor.background#FAF5F0
  • editor.findMatchBackground#F57C0030
  • editor.findMatchHighlightBackground#F57C0020
  • editor.foreground#3E2723
  • editor.lineHighlightBackground#FFCCBC30
  • editor.lineHighlightBorder#FFCCBC80
  • editor.selectionBackground#FFCCBC80
  • editor.selectionHighlightBackground#FFCCBC40
  • editorBracketMatch.background#FFAB9130
  • editorBracketMatch.border#FFAB91
  • editorCursor.foreground#D84315
  • editorGroupHeader.tabsBackground#FAF5F0
  • editorIndentGuide.activeBackground#C5B9B380
  • editorIndentGuide.background#C5B9B340
  • editorLineNumber.activeForeground#D84315
  • editorLineNumber.foreground#8D6E63
  • editorWhitespace.foreground#C5B9B3
  • focusBorder#D84315
  • gitDecoration.conflictingResourceForeground#D84315
  • gitDecoration.deletedResourceForeground#E53935
  • gitDecoration.modifiedResourceForeground#D84315
  • gitDecoration.untrackedResourceForeground#F57C00
  • input.background#EFE8E5
  • input.border#E0D4D1
  • input.foreground#3E2723
  • input.placeholderForeground#8D6E63
  • inputOption.activeBorder#D84315
  • list.activeSelectionBackground#FFCCBC80
  • list.activeSelectionForeground#3E2723
  • list.focusBackground#FFCCBC80
  • list.highlightForeground#D84315
  • list.hoverBackground#FFCCBC4066
  • minimap.background#FAF5F0
  • minimapSlider.activeBackground#FFAB9166
  • minimapSlider.background#FFAB9122
  • minimapSlider.hoverBackground#FFAB9144
  • panel.background#FAF5F0
  • panel.border#E0D4D1
  • panelTitle.activeBorder#D84315
  • panelTitle.activeForeground#D84315
  • panelTitle.inactiveForeground#9E9E9E
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FFAB9188
  • scrollbarSlider.background#C5B9B340
  • scrollbarSlider.hoverBackground#C5B9B380
  • sideBar.background#EFE8E5
  • sideBar.foreground#3E2723
  • sideBarSectionHeader.background#EDE5E2
  • sideBarSectionHeader.foreground#D84315
  • sideBarTitle.foreground#D84315
  • statusBar.background#EFEBE9
  • statusBar.debuggingBackground#E53935
  • statusBar.foreground#3E2723
  • statusBar.noFolderBackground#EFE8E5
  • statusBarItem.hoverBackground#FFAB9170
  • tab.activeBackground#EFEBE9
  • tab.activeBorder#D84315
  • tab.activeForeground#3E2723
  • tab.border#FAF5F0
  • tab.inactiveBackground#EFE8E5
  • tab.inactiveForeground#9E9E9E
  • terminal.ansiBlue#42A5F5
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#9CCC65
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#FF7043
  • terminal.ansiBrightYellow#FFB300
  • terminal.ansiCyan#26C6DA
  • terminal.ansiGreen#7CB342
  • terminal.ansiMagenta#AB47BC
  • terminal.ansiRed#D84315
  • terminal.ansiYellow#F57C00
  • terminal.background#FAF5F0
  • terminal.foreground#3E2723
  • titleBar.activeBackground#EFE8E5
  • titleBar.activeForeground#3E2723
  • titleBar.inactiveBackground#FAF5F0
  • titleBar.inactiveForeground#9E9E9E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9Eitalic
string, string.quoted, string.template#F57C00—
keyword, storage.type, storage.modifier#D84315bold
keyword.operator, punctuation.accessor#FFAB91—
variable, variable.other#3E2723—
variable.parameter#FFAB91italic
entity.name.function, support.function#D84315—
meta.function-call#D84315—
entity.name.class, entity.name.type.class, support.class#D84315bold
entity.name.type, support.type#FFAB91—
entity.name.type.interface#FFAB91italic
constant.numeric#D84315—
constant, constant.language, constant.character#FFAB91—
constant.language.boolean#D84315bold
variable.other.property, support.variable.property#FFAB91—
meta.object-literal.key#FFAB91—
entity.name.tag, punctuation.definition.tag#D84315—
entity.other.attribute-name#FFAB91italic
punctuation, meta.brace#3E2723—
string.regexp#D84315—
constant.character.escape#FFAB91—
meta.decorator, punctuation.decorator#F57C00—
invalid, invalid.illegal#E53935strikethrough
markup.heading, entity.name.section#D84315bold
markup.bold#D84315bold
markup.italic#FFAB91italic
markup.underline.link#D84315—
markup.inline.raw, markup.fenced_code#F57C00—
support.type.property-name.json#FFAB91—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D84315—
support.type.property-name.css#FFAB91—
support.constant.property-value.css#F57C00—