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#1f272b
  • activityBar.border#ffffff15
  • activityBar.foreground#a6532b
  • activityBar.inactiveForeground#f4ead860
  • activityBarBadge.background#a6532b
  • activityBarBadge.foreground#1f272b
  • button.background#a6532b
  • button.foreground#1f272b
  • button.hoverBackground#a6532bdd
  • editor.background#1f272b
  • editor.foreground#f4ead8
  • editor.inactiveSelectionBackground#607d8e3580
  • editor.lineHighlightBackground#26364240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#607d8e35
  • editorCursor.foreground#a6532b
  • editorGroupHeader.tabsBackground#1f272bdd
  • editorLineNumber.activeForeground#a6532b
  • editorLineNumber.foreground#d8c6a580
  • focusBorder#a6532b
  • foreground#f4ead8
  • input.background#263642
  • input.border#ffffff15
  • input.foreground#f4ead8
  • input.placeholderForeground#f4ead860
  • list.activeSelectionBackground#a6532b30
  • list.activeSelectionForeground#f4ead8
  • list.highlightForeground#a6532b
  • list.hoverBackground#26364240
  • list.hoverForeground#f4ead8
  • list.inactiveSelectionBackground#a6532b15
  • list.inactiveSelectionForeground#f4ead8
  • selection.background#607d8e35
  • sideBar.background#263642
  • sideBar.border#ffffff15
  • sideBar.foreground#f4ead8
  • sideBarSectionHeader.background#1f272b80
  • sideBarSectionHeader.foreground#f4ead8
  • sideBarTitle.foreground#a6532b
  • statusBar.background#1f272b
  • statusBar.border#ffffff15
  • statusBar.foreground#f4ead8
  • statusBar.noFolderBackground#1f272b
  • tab.activeBackground#1f272b
  • tab.activeBorderTop#a6532b
  • tab.activeForeground#f4ead8
  • tab.border#ffffff15
  • tab.inactiveBackground#26364260
  • tab.inactiveForeground#f4ead880
  • terminal.ansiBlack#1f272b
  • terminal.ansiBlue#607d8e
  • terminal.ansiCyan#91b5bd
  • terminal.ansiGreen#a6532b
  • terminal.ansiMagenta#c28b32
  • terminal.ansiRed#c28b32
  • terminal.ansiWhite#f4ead8
  • terminal.ansiYellow#91b5bd
  • terminal.background#1f272b
  • terminal.foreground#f4ead8
  • titleBar.activeBackground#1f272b
  • titleBar.activeForeground#f4ead8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1f272b
  • titleBar.inactiveForeground#f4ead860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d8c6a5italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#607d8ebold
storage.type, storage.modifier#607d8eitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#a6532b
string, punctuation.definition.string, string.template, meta.template.expression#91b5bd
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#c28b32
variable, variable.other.readwrite, variable.other.object#f4ead8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f4ead8
variable.parameter, meta.parameter#f4ead8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f4ead880
keyword.operator#f4ead8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#91b5bdbold
entity.other.inherited-class#a6532b
entity.name.tag, punctuation.definition.tag#607d8e
entity.other.attribute-name#a6532b
meta.diff, meta.diff.header#d8c6a5
markup.deleted#c28b32
markup.inserted#a6532b
markup.changed#91b5bd
markup.heading, markup.heading.setext, punctuation.definition.heading#a6532bbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#91b5bd
string.other.link.title, string.other.link.description#a6532b
markup.underline.link#d8c6a5underline
punctuation.definition.list#607d8e
markup.quote, punctuation.definition.quote#d8c6a5italic
Morphous Theme by Ameyanagi - VS Code Theme