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#f5f0df
  • activityBar.border#00000015
  • activityBar.foreground#3f741d
  • activityBar.inactiveForeground#20262160
  • activityBarBadge.background#3f741d
  • activityBarBadge.foreground#f5f0df
  • button.background#3f741d
  • button.foreground#f5f0df
  • button.hoverBackground#3f741ddd
  • editor.background#f5f0df
  • editor.foreground#202621
  • editor.inactiveSelectionBackground#c89b322580
  • editor.lineHighlightBackground#fbf8ee50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#c89b3225
  • editorCursor.foreground#3f741d
  • editorGroupHeader.tabsBackground#fbf8eeaa
  • editorLineNumber.activeForeground#3f741d
  • editorLineNumber.foreground#d7c89d80
  • focusBorder#3f741d
  • foreground#202621
  • input.background#fbf8ee
  • input.border#00000015
  • input.foreground#202621
  • input.placeholderForeground#20262160
  • list.activeSelectionBackground#3f741d30
  • list.activeSelectionForeground#202621
  • list.highlightForeground#3f741d
  • list.hoverBackground#fbf8ee40
  • list.hoverForeground#202621
  • list.inactiveSelectionBackground#3f741d15
  • list.inactiveSelectionForeground#202621
  • selection.background#c89b3225
  • sideBar.background#fbf8ee
  • sideBar.border#00000015
  • sideBar.foreground#202621
  • sideBarSectionHeader.background#fbf8ee80
  • sideBarSectionHeader.foreground#202621
  • sideBarTitle.foreground#3f741d
  • statusBar.background#f5f0df
  • statusBar.border#00000015
  • statusBar.foreground#202621
  • statusBar.noFolderBackground#f5f0df
  • tab.activeBackground#f5f0df
  • tab.activeBorderTop#3f741d
  • tab.activeForeground#202621
  • tab.border#00000015
  • tab.inactiveBackground#f5f0df60
  • tab.inactiveForeground#20262180
  • terminal.ansiBlack#202621
  • terminal.ansiBlue#c89b32
  • terminal.ansiCyan#3b9a96
  • terminal.ansiGreen#3f741d
  • terminal.ansiMagenta#e4c16a
  • terminal.ansiRed#e4c16a
  • terminal.ansiWhite#202621
  • terminal.ansiYellow#3b9a96
  • terminal.background#f5f0df
  • terminal.foreground#202621
  • titleBar.activeBackground#f5f0df
  • titleBar.activeForeground#202621
  • titleBar.border#00000015
  • titleBar.inactiveBackground#f5f0df
  • titleBar.inactiveForeground#20262160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d7c89ditalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#c89b32bold
storage.type, storage.modifier#c89b32italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#3f741d
string, punctuation.definition.string, string.template, meta.template.expression#3b9a96
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#e4c16a
variable, variable.other.readwrite, variable.other.object#202621
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#202621
variable.parameter, meta.parameter#202621dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#20262180
keyword.operator#202621
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#3b9a96bold
entity.other.inherited-class#3f741d
entity.name.tag, punctuation.definition.tag#c89b32
entity.other.attribute-name#3f741d
meta.diff, meta.diff.header#d7c89d
markup.deleted#e4c16a
markup.inserted#3f741d
markup.changed#3b9a96
markup.heading, markup.heading.setext, punctuation.definition.heading#3f741dbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#3b9a96
string.other.link.title, string.other.link.description#3f741d
markup.underline.link#d7c89dunderline
punctuation.definition.list#c89b32
markup.quote, punctuation.definition.quote#d7c89ditalic
Morphous Theme by Ameyanagi - VS Code Theme