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#3D2A1F
  • activityBar.border#ffffff15
  • activityBar.foreground#E97267
  • activityBar.inactiveForeground#f8fbf260
  • activityBarBadge.background#E97267
  • activityBarBadge.foreground#3D2A1F
  • button.background#E97267
  • button.foreground#3D2A1F
  • button.hoverBackground#E97267dd
  • editor.background#3D2A1F
  • editor.foreground#f8fbf2
  • editor.inactiveSelectionBackground#EC7F793580
  • editor.lineHighlightBackground#0B0A0A40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#EC7F7935
  • editorCursor.foreground#E97267
  • editorGroupHeader.tabsBackground#3D2A1Fdd
  • editorLineNumber.activeForeground#E97267
  • editorLineNumber.foreground#aeb8a980
  • focusBorder#E97267
  • foreground#f8fbf2
  • input.background#0B0A0A
  • input.border#ffffff15
  • input.foreground#f8fbf2
  • input.placeholderForeground#f8fbf260
  • list.activeSelectionBackground#E9726730
  • list.activeSelectionForeground#f8fbf2
  • list.highlightForeground#E97267
  • list.hoverBackground#0B0A0A40
  • list.hoverForeground#f8fbf2
  • list.inactiveSelectionBackground#E9726715
  • list.inactiveSelectionForeground#f8fbf2
  • selection.background#EC7F7935
  • sideBar.background#0B0A0A
  • sideBar.border#ffffff15
  • sideBar.foreground#f8fbf2
  • sideBarSectionHeader.background#3D2A1F80
  • sideBarSectionHeader.foreground#f8fbf2
  • sideBarTitle.foreground#E97267
  • statusBar.background#3D2A1F
  • statusBar.border#ffffff15
  • statusBar.foreground#f8fbf2
  • statusBar.noFolderBackground#3D2A1F
  • tab.activeBackground#3D2A1F
  • tab.activeBorderTop#E97267
  • tab.activeForeground#f8fbf2
  • tab.border#ffffff15
  • tab.inactiveBackground#0B0A0A60
  • tab.inactiveForeground#f8fbf280
  • terminal.ansiBlack#3D2A1F
  • terminal.ansiBlue#EC7F79
  • terminal.ansiCyan#5FE755
  • terminal.ansiGreen#E97267
  • terminal.ansiMagenta#C0F183
  • terminal.ansiRed#C0F183
  • terminal.ansiWhite#f8fbf2
  • terminal.ansiYellow#5FE755
  • terminal.background#3D2A1F
  • terminal.foreground#f8fbf2
  • titleBar.activeBackground#3D2A1F
  • titleBar.activeForeground#f8fbf2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3D2A1F
  • titleBar.inactiveForeground#f8fbf260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#aeb8a9italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#EC7F79bold
storage.type, storage.modifier#EC7F79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E97267
string, punctuation.definition.string, string.template, meta.template.expression#5FE755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C0F183
variable, variable.other.readwrite, variable.other.object#f8fbf2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f8fbf2
variable.parameter, meta.parameter#f8fbf2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f8fbf280
keyword.operator#f8fbf2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#5FE755bold
entity.other.inherited-class#E97267
entity.name.tag, punctuation.definition.tag#EC7F79
entity.other.attribute-name#E97267
meta.diff, meta.diff.header#aeb8a9
markup.deleted#C0F183
markup.inserted#E97267
markup.changed#5FE755
markup.heading, markup.heading.setext, punctuation.definition.heading#E97267bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#5FE755
string.other.link.title, string.other.link.description#E97267
markup.underline.link#aeb8a9underline
punctuation.definition.list#EC7F79
markup.quote, punctuation.definition.quote#aeb8a9italic