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.background#283A2B
  • activityBar.border#ffffff15
  • activityBar.foreground#4A331F
  • activityBar.inactiveForeground#F2E9D660
  • activityBarBadge.background#4A331F
  • activityBarBadge.foreground#283A2B
  • button.background#4A331F
  • button.foreground#283A2B
  • button.hoverBackground#4A331Fdd
  • editor.background#283A2B
  • editor.foreground#F2E9D6
  • editor.inactiveSelectionBackground#325A3A3580
  • editor.lineHighlightBackground#1E1F1B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#325A3A35
  • editorCursor.foreground#4A331F
  • editorGroupHeader.tabsBackground#283A2Bdd
  • editorLineNumber.activeForeground#4A331F
  • editorLineNumber.foreground#A2866680
  • focusBorder#4A331F
  • foreground#F2E9D6
  • input.background#1E1F1B
  • input.border#ffffff15
  • input.foreground#F2E9D6
  • input.placeholderForeground#F2E9D660
  • list.activeSelectionBackground#4A331F30
  • list.activeSelectionForeground#F2E9D6
  • list.highlightForeground#4A331F
  • list.hoverBackground#1E1F1B40
  • list.hoverForeground#F2E9D6
  • list.inactiveSelectionBackground#4A331F15
  • list.inactiveSelectionForeground#F2E9D6
  • selection.background#325A3A35
  • sideBar.background#1E1F1B
  • sideBar.border#ffffff15
  • sideBar.foreground#F2E9D6
  • sideBarSectionHeader.background#283A2B80
  • sideBarSectionHeader.foreground#F2E9D6
  • sideBarTitle.foreground#4A331F
  • statusBar.background#283A2B
  • statusBar.border#ffffff15
  • statusBar.foreground#F2E9D6
  • statusBar.noFolderBackground#283A2B
  • tab.activeBackground#283A2B
  • tab.activeBorderTop#4A331F
  • tab.activeForeground#F2E9D6
  • tab.border#ffffff15
  • tab.inactiveBackground#1E1F1B60
  • tab.inactiveForeground#F2E9D680
  • terminal.ansiBlack#283A2B
  • terminal.ansiBlue#325A3A
  • terminal.ansiCyan#C98A2D
  • terminal.ansiGreen#4A331F
  • terminal.ansiMagenta#5f8a55
  • terminal.ansiRed#5f8a55
  • terminal.ansiWhite#F2E9D6
  • terminal.ansiYellow#C98A2D
  • terminal.background#283A2B
  • terminal.foreground#F2E9D6
  • titleBar.activeBackground#283A2B
  • titleBar.activeForeground#F2E9D6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#283A2B
  • titleBar.inactiveForeground#F2E9D660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A28666italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#325A3Abold
storage.type, storage.modifier#325A3Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#4A331F
string, punctuation.definition.string, string.template, meta.template.expression#C98A2D
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#5f8a55
variable, variable.other.readwrite, variable.other.object#F2E9D6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F2E9D6
variable.parameter, meta.parameter#F2E9D6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F2E9D680
keyword.operator#F2E9D6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#C98A2Dbold
entity.other.inherited-class#4A331F
entity.name.tag, punctuation.definition.tag#325A3A
entity.other.attribute-name#4A331F
meta.diff, meta.diff.header#A28666
markup.deleted#5f8a55
markup.inserted#4A331F
markup.changed#C98A2D
markup.heading, markup.heading.setext, punctuation.definition.heading#4A331Fbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#C98A2D
string.other.link.title, string.other.link.description#4A331F
markup.underline.link#A28666underline
punctuation.definition.list#325A3A
markup.quote, punctuation.definition.quote#A28666italic