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#FFFCF4
  • activityBar.border#00000015
  • activityBar.foreground#F2C94C
  • activityBar.inactiveForeground#2C201260
  • activityBarBadge.background#F2C94C
  • activityBarBadge.foreground#FFFCF4
  • button.background#F2C94C
  • button.foreground#FFFCF4
  • button.hoverBackground#F2C94Cdd
  • editor.background#FFFCF4
  • editor.foreground#2C2012
  • editor.inactiveSelectionBackground#D68A3A2580
  • editor.lineHighlightBackground#FFF6E350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#D68A3A25
  • editorCursor.foreground#F2C94C
  • editorGroupHeader.tabsBackground#FFF6E3aa
  • editorLineNumber.activeForeground#F2C94C
  • editorLineNumber.foreground#C79B5280
  • focusBorder#F2C94C
  • foreground#2C2012
  • input.background#FFF6E3
  • input.border#00000015
  • input.foreground#2C2012
  • input.placeholderForeground#2C201260
  • list.activeSelectionBackground#F2C94C30
  • list.activeSelectionForeground#2C2012
  • list.highlightForeground#F2C94C
  • list.hoverBackground#FFF6E340
  • list.hoverForeground#2C2012
  • list.inactiveSelectionBackground#F2C94C15
  • list.inactiveSelectionForeground#2C2012
  • selection.background#D68A3A25
  • sideBar.background#FFF6E3
  • sideBar.border#00000015
  • sideBar.foreground#2C2012
  • sideBarSectionHeader.background#FFF6E380
  • sideBarSectionHeader.foreground#2C2012
  • sideBarTitle.foreground#F2C94C
  • statusBar.background#FFFCF4
  • statusBar.border#00000015
  • statusBar.foreground#2C2012
  • statusBar.noFolderBackground#FFFCF4
  • tab.activeBackground#FFFCF4
  • tab.activeBorderTop#F2C94C
  • tab.activeForeground#2C2012
  • tab.border#00000015
  • tab.inactiveBackground#FFFCF460
  • tab.inactiveForeground#2C201280
  • terminal.ansiBlack#2C2012
  • terminal.ansiBlue#D68A3A
  • terminal.ansiCyan#FDB813
  • terminal.ansiGreen#F2C94C
  • terminal.ansiMagenta#A9C46B
  • terminal.ansiRed#A9C46B
  • terminal.ansiWhite#2C2012
  • terminal.ansiYellow#FDB813
  • terminal.background#FFFCF4
  • terminal.foreground#2C2012
  • titleBar.activeBackground#FFFCF4
  • titleBar.activeForeground#2C2012
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFCF4
  • titleBar.inactiveForeground#2C201260
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C79B52italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#D68A3Abold
storage.type, storage.modifier#D68A3Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F2C94C
string, punctuation.definition.string, string.template, meta.template.expression#FDB813
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#A9C46B
variable, variable.other.readwrite, variable.other.object#2C2012
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2C2012
variable.parameter, meta.parameter#2C2012dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2C201280
keyword.operator#2C2012
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FDB813bold
entity.other.inherited-class#F2C94C
entity.name.tag, punctuation.definition.tag#D68A3A
entity.other.attribute-name#F2C94C
meta.diff, meta.diff.header#C79B52
markup.deleted#A9C46B
markup.inserted#F2C94C
markup.changed#FDB813
markup.heading, markup.heading.setext, punctuation.definition.heading#F2C94Cbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FDB813
string.other.link.title, string.other.link.description#F2C94C
markup.underline.link#C79B52underline
punctuation.definition.list#D68A3A
markup.quote, punctuation.definition.quote#C79B52italic
Morphous Theme by Ameyanagi - VS Code Theme