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#F2ECE3
  • activityBar.border#00000015
  • activityBar.foreground#7A5C3E
  • activityBar.inactiveForeground#1F1B1660
  • activityBarBadge.background#7A5C3E
  • activityBarBadge.foreground#F2ECE3
  • button.background#7A5C3E
  • button.foreground#F2ECE3
  • button.hoverBackground#7A5C3Edd
  • editor.background#F2ECE3
  • editor.foreground#1F1B16
  • editor.inactiveSelectionBackground#6F8F5B2580
  • editor.lineHighlightBackground#FFFDF850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6F8F5B25
  • editorCursor.foreground#7A5C3E
  • editorGroupHeader.tabsBackground#FFFDF8aa
  • editorLineNumber.activeForeground#7A5C3E
  • editorLineNumber.foreground#D6D1C680
  • focusBorder#7A5C3E
  • foreground#1F1B16
  • input.background#FFFDF8
  • input.border#00000015
  • input.foreground#1F1B16
  • input.placeholderForeground#1F1B1660
  • list.activeSelectionBackground#7A5C3E30
  • list.activeSelectionForeground#1F1B16
  • list.highlightForeground#7A5C3E
  • list.hoverBackground#FFFDF840
  • list.hoverForeground#1F1B16
  • list.inactiveSelectionBackground#7A5C3E15
  • list.inactiveSelectionForeground#1F1B16
  • selection.background#6F8F5B25
  • sideBar.background#FFFDF8
  • sideBar.border#00000015
  • sideBar.foreground#1F1B16
  • sideBarSectionHeader.background#FFFDF880
  • sideBarSectionHeader.foreground#1F1B16
  • sideBarTitle.foreground#7A5C3E
  • statusBar.background#F2ECE3
  • statusBar.border#00000015
  • statusBar.foreground#1F1B16
  • statusBar.noFolderBackground#F2ECE3
  • tab.activeBackground#F2ECE3
  • tab.activeBorderTop#7A5C3E
  • tab.activeForeground#1F1B16
  • tab.border#00000015
  • tab.inactiveBackground#F2ECE360
  • tab.inactiveForeground#1F1B1680
  • terminal.ansiBlack#1F1B16
  • terminal.ansiBlue#6F8F5B
  • terminal.ansiCyan#C7A97A
  • terminal.ansiGreen#7A5C3E
  • terminal.ansiMagenta#E6DCC6
  • terminal.ansiRed#E6DCC6
  • terminal.ansiWhite#1F1B16
  • terminal.ansiYellow#C7A97A
  • terminal.background#F2ECE3
  • terminal.foreground#1F1B16
  • titleBar.activeBackground#F2ECE3
  • titleBar.activeForeground#1F1B16
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F2ECE3
  • titleBar.inactiveForeground#1F1B1660
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D6D1C6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6F8F5Bbold
storage.type, storage.modifier#6F8F5Bitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#7A5C3E
string, punctuation.definition.string, string.template, meta.template.expression#C7A97A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#E6DCC6
variable, variable.other.readwrite, variable.other.object#1F1B16
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1F1B16
variable.parameter, meta.parameter#1F1B16dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1F1B1680
keyword.operator#1F1B16
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#C7A97Abold
entity.other.inherited-class#7A5C3E
entity.name.tag, punctuation.definition.tag#6F8F5B
entity.other.attribute-name#7A5C3E
meta.diff, meta.diff.header#D6D1C6
markup.deleted#E6DCC6
markup.inserted#7A5C3E
markup.changed#C7A97A
markup.heading, markup.heading.setext, punctuation.definition.heading#7A5C3Ebold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#C7A97A
string.other.link.title, string.other.link.description#7A5C3E
markup.underline.link#D6D1C6underline
punctuation.definition.list#6F8F5B
markup.quote, punctuation.definition.quote#D6D1C6italic
Morphous Theme by Ameyanagi - VS Code Theme