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#9C6B3D
  • activityBar.background#E0F0F7
  • activityBar.foreground#1F3D5C
  • activityBarBadge.background#9C6B3D
  • activityBarBadge.foreground#FFFFFF
  • badge.background#D4C9B0
  • badge.foreground#2B2B2B
  • button.background#9C6B3D
  • button.foreground#FFFFFF
  • button.hoverBackground#B8864C
  • dropdown.background#FFFFFF
  • dropdown.border#C0D8E5
  • dropdown.foreground#2B2B2B
  • editor.background#FAF9F0
  • editor.findMatchBackground#9C6B3D
  • editor.findMatchHighlightBackground#D4C9B0
  • editor.foreground#2B2B2B
  • editor.lineHighlightBackground#E3F0F7
  • editor.lineHighlightBorder#C0D8E5
  • editor.selectionBackground#B3CDE0
  • editor.selectionHighlightBackground#D0E6F5
  • editorBracketMatch.background#B3CDE0
  • editorBracketMatch.border#9C6B3D
  • editorCursor.foreground#1F3D5C
  • editorGroupHeader.tabsBackground#E8F2F5
  • editorIndentGuide.activeBackground#1F3D5C
  • editorIndentGuide.background#D0D0D0
  • editorLineNumber.activeForeground#1F3D5C
  • editorLineNumber.foreground#7A7A7A
  • editorWhitespace.foreground#C0C0C0
  • focusBorder#9C6B3D
  • gitDecoration.conflictingResourceForeground#A3527A
  • gitDecoration.deletedResourceForeground#9C6B3D
  • gitDecoration.modifiedResourceForeground#1F3D5C
  • gitDecoration.untrackedResourceForeground#7B8D45
  • input.background#FFFFFF
  • input.border#C0D8E5
  • input.foreground#2B2B2B
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#9C6B3D
  • list.activeSelectionBackground#B3CDE0
  • list.activeSelectionForeground#1F3D5C
  • list.focusBackground#C4D8E3
  • list.highlightForeground#9C6B3D
  • list.hoverBackground#E3F0F7
  • minimap.background#FAF9F0
  • minimapSlider.activeBackground#7DA9B5
  • minimapSlider.background#C0D8E5
  • minimapSlider.hoverBackground#A0C2D0
  • panel.background#FAF9F0
  • panel.border#C0D8E5
  • panelTitle.activeBorder#9C6B3D
  • panelTitle.activeForeground#1F3D5C
  • panelTitle.inactiveForeground#7A7A7A
  • scrollbar.shadow#E0E0E0
  • scrollbarSlider.activeBackground#7DA9B5
  • scrollbarSlider.background#C0D8E5
  • scrollbarSlider.hoverBackground#A0C2D0
  • sideBar.background#F0F8FB
  • sideBar.foreground#2B2B2B
  • sideBarSectionHeader.background#E8F2F5
  • sideBarSectionHeader.foreground#1F3D5C
  • sideBarTitle.foreground#1F3D5C
  • statusBar.background#D4C9B0
  • statusBar.debuggingBackground#9C6B3D
  • statusBar.foreground#2B2B2B
  • statusBar.noFolderBackground#E8F2F5
  • statusBarItem.hoverBackground#C4D8E3
  • tab.activeBackground#FAF9F0
  • tab.activeBorder#9C6B3D
  • tab.activeForeground#1F3D5C
  • tab.border#C0D8E5
  • tab.inactiveBackground#F0F8FB
  • tab.inactiveForeground#7A7A7A
  • terminal.ansiBlue#1F3D5C
  • terminal.ansiBrightBlue#416EA9
  • terminal.ansiBrightCyan#85C1C6
  • terminal.ansiBrightGreen#A5B84C
  • terminal.ansiBrightMagenta#C57BA0
  • terminal.ansiBrightRed#B8864C
  • terminal.ansiBrightYellow#E5B86E
  • terminal.ansiCyan#62A9B5
  • terminal.ansiGreen#7B8D45
  • terminal.ansiMagenta#A3527A
  • terminal.ansiRed#9C6B3D
  • terminal.ansiYellow#D4A657
  • terminal.background#FAF9F0
  • terminal.foreground#2B2B2B
  • titleBar.activeBackground#E0F0F7
  • titleBar.activeForeground#1F3D5C
  • titleBar.inactiveBackground#F0F8FB
  • titleBar.inactiveForeground#7A7A7A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A7A7Aitalic
string, string.quoted, string.template#D4A657—
keyword, storage.type, storage.modifier#1F3D5Cbold
keyword.operator, punctuation.accessor#62A9B5—
variable, variable.other#5A4B3C—
variable.parameter#7B8D45italic
entity.name.function, support.function#9C6B3D—
meta.function-call#A3527A—
entity.name.class, entity.name.type.class, support.class#1F3D5Cbold
entity.name.type, support.type#62A9B5—
entity.name.type.interface#7B8D45italic
constant.numeric#D4A657—
constant, constant.language, constant.character#A3527A—
constant.language.boolean#9C6B3Dbold
variable.other.property, support.variable.property#1F3D5C—
meta.object-literal.key#62A9B5—
entity.name.tag, punctuation.definition.tag#9C6B3D—
entity.other.attribute-name#7B8D45italic
punctuation, meta.brace#2B2B2B—
string.regexp#A3527A—
constant.character.escape#D4A657—
meta.decorator, punctuation.decorator#62A9B5—
invalid, invalid.illegal#C33strikethrough
markup.heading, entity.name.section#1F3D5Cbold
markup.bold#9C6B3Dbold
markup.italic#7B8D45italic
markup.underline.link#62A9B5—
markup.inline.raw, markup.fenced_code#2B2B2B—
support.type.property-name.json#1F3D5C—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#9C6B3D—
support.type.property-name.css#62A9B5—
support.constant.property-value.css#D4A657—