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#CFAF45
  • activityBar.background#B03A2E
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#CFAF45
  • activityBarBadge.foreground#2E2B28
  • badge.background#CFAF45
  • badge.foreground#2E2B28
  • button.background#B03A2E
  • button.foreground#FFFFFF
  • button.hoverBackground#C44F44
  • dropdown.background#FFFFFF
  • dropdown.border#C0C0C0
  • dropdown.foreground#2E2B28
  • editor.background#FAF9F5
  • editor.findMatchBackground#FFD580
  • editor.findMatchHighlightBackground#FFEDB3
  • editor.foreground#2E2B28
  • editor.lineHighlightBackground#FFF9E0
  • editor.lineHighlightBorder#E0E0E0
  • editor.selectionBackground#B8D7FF
  • editor.selectionHighlightBackground#D0E7FF
  • editorBracketMatch.background#FFF2CC
  • editorBracketMatch.border#E6C200
  • editorCursor.foreground#B03A2E
  • editorGroupHeader.tabsBackground#FAF9F5
  • editorIndentGuide.activeBackground#C0C0C0
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#2E2B28
  • editorLineNumber.foreground#8A8A8A
  • editorWhitespace.foreground#C0C0C0
  • focusBorder#B03A2E
  • gitDecoration.conflictingResourceForeground#D86B5A
  • gitDecoration.deletedResourceForeground#B03A2E
  • gitDecoration.modifiedResourceForeground#3AA99D
  • gitDecoration.untrackedResourceForeground#7CB342
  • input.background#FFFFFF
  • input.border#C0C0C0
  • input.foreground#2E2B28
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#B03A2E
  • list.activeSelectionBackground#B8D7FF
  • list.activeSelectionForeground#2E2B28
  • list.focusBackground#C0D8FF
  • list.highlightForeground#B03A2E
  • list.hoverBackground#E8F0FF
  • minimap.background#FAF9F5
  • minimapSlider.activeBackground#808080
  • minimapSlider.background#C0C0C0
  • minimapSlider.hoverBackground#A0A0A0
  • panel.background#FAF9F5
  • panel.border#E0E0E0
  • panelTitle.activeBorder#B03A2E
  • panelTitle.activeForeground#2E2B28
  • panelTitle.inactiveForeground#6C5343
  • scrollbar.shadow#00000020
  • scrollbarSlider.activeBackground#808080
  • scrollbarSlider.background#C0C0C0
  • scrollbarSlider.hoverBackground#A0A0A0
  • sideBar.background#F5F2EB
  • sideBar.foreground#2E2B28
  • sideBarSectionHeader.background#F5F2EB
  • sideBarSectionHeader.foreground#6C5343
  • sideBarTitle.foreground#2E2B28
  • statusBar.background#3B5998
  • statusBar.debuggingBackground#A03C3C
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#B03A2E
  • statusBarItem.hoverBackground#C44F44
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#B03A2E
  • tab.activeForeground#2E2B28
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#6C5343
  • terminal.ansiBlue#3B5998
  • terminal.ansiBrightBlue#5C85C9
  • terminal.ansiBrightCyan#5CC5BE
  • terminal.ansiBrightGreen#93D46B
  • terminal.ansiBrightMagenta#E88A71
  • terminal.ansiBrightRed#C76056
  • terminal.ansiBrightYellow#F3C44D
  • terminal.ansiCyan#3AA99D
  • terminal.ansiGreen#7CB342
  • terminal.ansiMagenta#D86B5A
  • terminal.ansiRed#B03A2E
  • terminal.ansiYellow#E6B12E
  • terminal.background#FAF9F5
  • terminal.foreground#2E2B28
  • titleBar.activeBackground#B03A2E
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#D86B5A
  • titleBar.inactiveForeground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6C5343italic
string, string.quoted, string.template#7CB342—
keyword, storage.type, storage.modifier#B03A2Ebold
keyword.operator, punctuation.accessor#3B5998—
variable, variable.other#6C5343—
variable.parameter#6C5343italic
entity.name.function, support.function#3AA99D—
meta.function-call#3AA99D—
entity.name.class, entity.name.type.class, support.class#D86B5Abold
entity.name.type, support.type#5C85C9—
entity.name.type.interface#5C85C9italic
constant.numeric#E6B12E—
constant, constant.language, constant.character#E6B12E—
constant.language.boolean#B03A2Ebold
variable.other.property, support.variable.property#3B5998—
meta.object-literal.key#3B5998—
entity.name.tag, punctuation.definition.tag#B03A2E—
entity.other.attribute-name#6C5343italic
punctuation, meta.brace#2E2B28—
string.regexp#7CB342—
constant.character.escape#D86B5A—
meta.decorator, punctuation.decorator#5C85C9—
invalid, invalid.illegal#FF0000strikethrough
markup.heading, entity.name.section#B03A2Ebold
markup.bold#B03A2Ebold
markup.italic#6C5343italic
markup.underline.link#3AA99D—
markup.inline.raw, markup.fenced_code#7CB342—
support.type.property-name.json#3AA99D—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#B03A2E—
support.type.property-name.css#3B5998—
support.constant.property-value.css#E6B12E—