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#FFF9F1
  • activityBar.border#00000015
  • activityBar.foreground#f2a23a
  • activityBar.inactiveForeground#2E2A1A60
  • activityBarBadge.background#f2a23a
  • activityBarBadge.foreground#FFF9F1
  • button.background#f2a23a
  • button.foreground#FFF9F1
  • button.hoverBackground#f2a23add
  • editor.background#FFF9F1
  • editor.foreground#2E2A1A
  • editor.inactiveSelectionBackground#ffb24a2580
  • editor.lineHighlightBackground#FFF8F550
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ffb24a25
  • editorCursor.foreground#f2a23a
  • editorGroupHeader.tabsBackground#FFF8F5aa
  • editorLineNumber.activeForeground#f2a23a
  • editorLineNumber.foreground#E6D9B880
  • focusBorder#f2a23a
  • foreground#2E2A1A
  • input.background#FFF8F5
  • input.border#00000015
  • input.foreground#2E2A1A
  • input.placeholderForeground#2E2A1A60
  • list.activeSelectionBackground#f2a23a30
  • list.activeSelectionForeground#2E2A1A
  • list.highlightForeground#f2a23a
  • list.hoverBackground#FFF8F540
  • list.hoverForeground#2E2A1A
  • list.inactiveSelectionBackground#f2a23a15
  • list.inactiveSelectionForeground#2E2A1A
  • selection.background#ffb24a25
  • sideBar.background#FFF8F5
  • sideBar.border#00000015
  • sideBar.foreground#2E2A1A
  • sideBarSectionHeader.background#FFF8F580
  • sideBarSectionHeader.foreground#2E2A1A
  • sideBarTitle.foreground#f2a23a
  • statusBar.background#FFF9F1
  • statusBar.border#00000015
  • statusBar.foreground#2E2A1A
  • statusBar.noFolderBackground#FFF9F1
  • tab.activeBackground#FFF9F1
  • tab.activeBorderTop#f2a23a
  • tab.activeForeground#2E2A1A
  • tab.border#00000015
  • tab.inactiveBackground#FFF9F160
  • tab.inactiveForeground#2E2A1A80
  • terminal.ansiBlack#2E2A1A
  • terminal.ansiBlue#ffb24a
  • terminal.ansiCyan#1E402B
  • terminal.ansiGreen#f2a23a
  • terminal.ansiMagenta#153A22
  • terminal.ansiRed#153A22
  • terminal.ansiWhite#2E2A1A
  • terminal.ansiYellow#1E402B
  • terminal.background#FFF9F1
  • terminal.foreground#2E2A1A
  • titleBar.activeBackground#FFF9F1
  • titleBar.activeForeground#2E2A1A
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFF9F1
  • titleBar.inactiveForeground#2E2A1A60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6D9B8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ffb24abold
storage.type, storage.modifier#ffb24aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#f2a23a
string, punctuation.definition.string, string.template, meta.template.expression#1E402B
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#153A22
variable, variable.other.readwrite, variable.other.object#2E2A1A
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2E2A1A
variable.parameter, meta.parameter#2E2A1Additalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2E2A1A80
keyword.operator#2E2A1A
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#1E402Bbold
entity.other.inherited-class#f2a23a
entity.name.tag, punctuation.definition.tag#ffb24a
entity.other.attribute-name#f2a23a
meta.diff, meta.diff.header#E6D9B8
markup.deleted#153A22
markup.inserted#f2a23a
markup.changed#1E402B
markup.heading, markup.heading.setext, punctuation.definition.heading#f2a23abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#1E402B
string.other.link.title, string.other.link.description#f2a23a
markup.underline.link#E6D9B8underline
punctuation.definition.list#ffb24a
markup.quote, punctuation.definition.quote#E6D9B8italic
Morphous Theme by Ameyanagi - VS Code Theme