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#5A4F46
  • activityBar.border#ffffff15
  • activityBar.foreground#F6C68A
  • activityBar.inactiveForeground#F3EFE660
  • activityBarBadge.background#F6C68A
  • activityBarBadge.foreground#5A4F46
  • button.background#F6C68A
  • button.foreground#5A4F46
  • button.hoverBackground#F6C68Add
  • editor.background#5A4F46
  • editor.foreground#F3EFE6
  • editor.inactiveSelectionBackground#6E8B5A3580
  • editor.lineHighlightBackground#2E2A2840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6E8B5A35
  • editorCursor.foreground#F6C68A
  • editorGroupHeader.tabsBackground#5A4F46dd
  • editorLineNumber.activeForeground#F6C68A
  • editorLineNumber.foreground#a98a6280
  • focusBorder#F6C68A
  • foreground#F3EFE6
  • input.background#2E2A28
  • input.border#ffffff15
  • input.foreground#F3EFE6
  • input.placeholderForeground#F3EFE660
  • list.activeSelectionBackground#F6C68A30
  • list.activeSelectionForeground#F3EFE6
  • list.highlightForeground#F6C68A
  • list.hoverBackground#2E2A2840
  • list.hoverForeground#F3EFE6
  • list.inactiveSelectionBackground#F6C68A15
  • list.inactiveSelectionForeground#F3EFE6
  • selection.background#6E8B5A35
  • sideBar.background#2E2A28
  • sideBar.border#ffffff15
  • sideBar.foreground#F3EFE6
  • sideBarSectionHeader.background#5A4F4680
  • sideBarSectionHeader.foreground#F3EFE6
  • sideBarTitle.foreground#F6C68A
  • statusBar.background#5A4F46
  • statusBar.border#ffffff15
  • statusBar.foreground#F3EFE6
  • statusBar.noFolderBackground#5A4F46
  • tab.activeBackground#5A4F46
  • tab.activeBorderTop#F6C68A
  • tab.activeForeground#F3EFE6
  • tab.border#ffffff15
  • tab.inactiveBackground#2E2A2860
  • tab.inactiveForeground#F3EFE680
  • terminal.ansiBlack#5A4F46
  • terminal.ansiBlue#6E8B5A
  • terminal.ansiCyan#DFA955
  • terminal.ansiGreen#F6C68A
  • terminal.ansiMagenta#888F93
  • terminal.ansiRed#888F93
  • terminal.ansiWhite#F3EFE6
  • terminal.ansiYellow#DFA955
  • terminal.background#5A4F46
  • terminal.foreground#F3EFE6
  • titleBar.activeBackground#5A4F46
  • titleBar.activeForeground#F3EFE6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#5A4F46
  • titleBar.inactiveForeground#F3EFE660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a98a62italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6E8B5Abold
storage.type, storage.modifier#6E8B5Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F6C68A
string, punctuation.definition.string, string.template, meta.template.expression#DFA955
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#888F93
variable, variable.other.readwrite, variable.other.object#F3EFE6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F3EFE6
variable.parameter, meta.parameter#F3EFE6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F3EFE680
keyword.operator#F3EFE6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#DFA955bold
entity.other.inherited-class#F6C68A
entity.name.tag, punctuation.definition.tag#6E8B5A
entity.other.attribute-name#F6C68A
meta.diff, meta.diff.header#a98a62
markup.deleted#888F93
markup.inserted#F6C68A
markup.changed#DFA955
markup.heading, markup.heading.setext, punctuation.definition.heading#F6C68Abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#DFA955
string.other.link.title, string.other.link.description#F6C68A
markup.underline.link#a98a62underline
punctuation.definition.list#6E8B5A
markup.quote, punctuation.definition.quote#a98a62italic
Morphous Theme by Ameyanagi - VS Code Theme