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#CFA45D
  • activityBar.background#5B3A24
  • activityBar.foreground#D4C4B2
  • activityBarBadge.background#CFA45D
  • activityBarBadge.foreground#1E1E1E
  • badge.background#CFA45D
  • badge.foreground#1E1E1E
  • button.background#5B3A24
  • button.foreground#D4C4B2
  • button.hoverBackground#6C704D
  • dropdown.background#2B2B2B
  • dropdown.border#5B3A24
  • dropdown.foreground#D4C4B2
  • editor.background#1E1E1E
  • editor.findMatchBackground#CFA45D
  • editor.findMatchHighlightBackground#A67C52
  • editor.foreground#D4C4B2
  • editor.lineHighlightBackground#3A2E21
  • editor.lineHighlightBorder#5B3A24
  • editor.selectionBackground#A67C52
  • editor.selectionHighlightBackground#CFA45D
  • editorBracketMatch.background#CFA45D
  • editorBracketMatch.border#CFA45D
  • editorCursor.foreground#D4C4B2
  • editorGroupHeader.tabsBackground#2B2B2B
  • editorIndentGuide.activeBackground#5B3A24
  • editorIndentGuide.background#3A2E21
  • editorLineNumber.activeForeground#D4C4B2
  • editorLineNumber.foreground#6C704D
  • editorWhitespace.foreground#6C704D
  • focusBorder#CFA45D
  • gitDecoration.conflictingResourceForeground#9A6C9A
  • gitDecoration.deletedResourceForeground#A65B5B
  • gitDecoration.modifiedResourceForeground#A67C52
  • gitDecoration.untrackedResourceForeground#8C9C5F
  • input.background#2B2B2B
  • input.border#5B3A24
  • input.foreground#D4C4B2
  • input.placeholderForeground#6C704D
  • inputOption.activeBorder#CFA45D
  • list.activeSelectionBackground#5B3A24
  • list.activeSelectionForeground#D4C4B2
  • list.focusBackground#3A2E21
  • list.highlightForeground#CFA45D
  • list.hoverBackground#3A2E21
  • minimap.background#1E1E1E
  • minimapSlider.activeBackground#CFA45D
  • minimapSlider.background#3A2E21
  • minimapSlider.hoverBackground#5B3A24
  • panel.background#1E1E1E
  • panel.border#5B3A24
  • panelTitle.activeBorder#CFA45D
  • panelTitle.activeForeground#D4C4B2
  • panelTitle.inactiveForeground#6C704D
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#CFA45D
  • scrollbarSlider.background#3A2E21
  • scrollbarSlider.hoverBackground#5B3A24
  • sideBar.background#2B2B2B
  • sideBar.foreground#D4C4B2
  • sideBarSectionHeader.background#5B3A24
  • sideBarSectionHeader.foreground#D4C4B2
  • sideBarTitle.foreground#D4C4B2
  • statusBar.background#5B3A24
  • statusBar.debuggingBackground#A67C52
  • statusBar.foreground#D4C4B2
  • statusBar.noFolderBackground#3A2E21
  • statusBarItem.hoverBackground#CFA45D
  • tab.activeBackground#2B2B2B
  • tab.activeBorder#CFA45D
  • tab.activeForeground#D4C4B2
  • tab.border#5B3A24
  • tab.inactiveBackground#1E1E1E
  • tab.inactiveForeground#A67C52
  • terminal.ansiBlue#567FA1
  • terminal.ansiBrightBlue#78B3FF
  • terminal.ansiBrightCyan#7FD4D4
  • terminal.ansiBrightGreen#A9C090
  • terminal.ansiBrightMagenta#C090C0
  • terminal.ansiBrightRed#D09090
  • terminal.ansiBrightYellow#E5C07B
  • terminal.ansiCyan#5F9EA0
  • terminal.ansiGreen#8C9C5F
  • terminal.ansiMagenta#9A6C9A
  • terminal.ansiRed#A65B5B
  • terminal.ansiYellow#CFA45D
  • terminal.background#1E1E1E
  • terminal.foreground#D4C4B2
  • titleBar.activeBackground#5B3A24
  • titleBar.activeForeground#D4C4B2
  • titleBar.inactiveBackground#3A2E21
  • titleBar.inactiveForeground#A67C52

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6C704Ditalic
string, string.quoted, string.template#CFA45D—
keyword, storage.type, storage.modifier#A67C52bold
keyword.operator, punctuation.accessor#A65B5B—
variable, variable.other#D4C4B2—
variable.parameter#A67C52italic
entity.name.function, support.function#567FA1—
meta.function-call#78B3FF—
entity.name.class, entity.name.type.class, support.class#9A6C9Abold
entity.name.type, support.type#8C9C5F—
entity.name.type.interface#A67C52italic
constant.numeric#CFA45D—
constant, constant.language, constant.character#A65B5B—
constant.language.boolean#A67C52bold
variable.other.property, support.variable.property#D4C4B2—
meta.object-literal.key#CFA45D—
entity.name.tag, punctuation.definition.tag#A65B5B—
entity.other.attribute-name#A67C52italic
punctuation, meta.brace#6C704D—
string.regexp#78B3FF—
constant.character.escape#A65B5B—
meta.decorator, punctuation.decorator#9A6C9A—
invalid, invalid.illegal#D73A49strikethrough
markup.heading, entity.name.section#CFA45Dbold
markup.bold#CFA45Dbold
markup.italic#6C704Ditalic
markup.underline.link#567FA1—
markup.inline.raw, markup.fenced_code#A67C52—
support.type.property-name.json#9A6C9A—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#A67C52—
support.type.property-name.css#8C9C5F—
support.constant.property-value.css#CFA45D—