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#fbf3e5
  • activityBar.border#00000015
  • activityBar.foreground#3f6f4a
  • activityBar.inactiveForeground#2f241d60
  • activityBarBadge.background#3f6f4a
  • activityBarBadge.foreground#fbf3e5
  • button.background#3f6f4a
  • button.foreground#fbf3e5
  • button.hoverBackground#3f6f4add
  • editor.background#fbf3e5
  • editor.foreground#2f241d
  • editor.inactiveSelectionBackground#fff8ea2580
  • editor.lineHighlightBackground#efe5d450
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#fff8ea25
  • editorCursor.foreground#3f6f4a
  • editorGroupHeader.tabsBackground#efe5d4aa
  • editorLineNumber.activeForeground#3f6f4a
  • editorLineNumber.foreground#5f8a5580
  • focusBorder#3f6f4a
  • foreground#2f241d
  • input.background#efe5d4
  • input.border#00000015
  • input.foreground#2f241d
  • input.placeholderForeground#2f241d60
  • list.activeSelectionBackground#3f6f4a30
  • list.activeSelectionForeground#2f241d
  • list.highlightForeground#3f6f4a
  • list.hoverBackground#efe5d440
  • list.hoverForeground#2f241d
  • list.inactiveSelectionBackground#3f6f4a15
  • list.inactiveSelectionForeground#2f241d
  • selection.background#fff8ea25
  • sideBar.background#efe5d4
  • sideBar.border#00000015
  • sideBar.foreground#2f241d
  • sideBarSectionHeader.background#efe5d480
  • sideBarSectionHeader.foreground#2f241d
  • sideBarTitle.foreground#3f6f4a
  • statusBar.background#fbf3e5
  • statusBar.border#00000015
  • statusBar.foreground#2f241d
  • statusBar.noFolderBackground#fbf3e5
  • tab.activeBackground#fbf3e5
  • tab.activeBorderTop#3f6f4a
  • tab.activeForeground#2f241d
  • tab.border#00000015
  • tab.inactiveBackground#fbf3e560
  • tab.inactiveForeground#2f241d80
  • terminal.ansiBlack#2f241d
  • terminal.ansiBlue#fff8ea
  • terminal.ansiCyan#d7a7a0
  • terminal.ansiGreen#3f6f4a
  • terminal.ansiMagenta#7b563b
  • terminal.ansiRed#7b563b
  • terminal.ansiWhite#2f241d
  • terminal.ansiYellow#d7a7a0
  • terminal.background#fbf3e5
  • terminal.foreground#2f241d
  • titleBar.activeBackground#fbf3e5
  • titleBar.activeForeground#2f241d
  • titleBar.border#00000015
  • titleBar.inactiveBackground#fbf3e5
  • titleBar.inactiveForeground#2f241d60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5f8a55italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#fff8eabold
storage.type, storage.modifier#fff8eaitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#3f6f4a
string, punctuation.definition.string, string.template, meta.template.expression#d7a7a0
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#7b563b
variable, variable.other.readwrite, variable.other.object#2f241d
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2f241d
variable.parameter, meta.parameter#2f241ddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2f241d80
keyword.operator#2f241d
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#d7a7a0bold
entity.other.inherited-class#3f6f4a
entity.name.tag, punctuation.definition.tag#fff8ea
entity.other.attribute-name#3f6f4a
meta.diff, meta.diff.header#5f8a55
markup.deleted#7b563b
markup.inserted#3f6f4a
markup.changed#d7a7a0
markup.heading, markup.heading.setext, punctuation.definition.heading#3f6f4abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#d7a7a0
string.other.link.title, string.other.link.description#3f6f4a
markup.underline.link#5f8a55underline
punctuation.definition.list#fff8ea
markup.quote, punctuation.definition.quote#5f8a55italic
Morphous Theme by Ameyanagi - VS Code Theme