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#4C3B29
  • activityBar.border#ffffff15
  • activityBar.foreground#E9CB67
  • activityBar.inactiveForeground#FAFAF260
  • activityBarBadge.background#E9CB67
  • activityBarBadge.foreground#4C3B29
  • button.background#E9CB67
  • button.foreground#4C3B29
  • button.hoverBackground#E9CB67dd
  • editor.background#4C3B29
  • editor.foreground#FAFAF2
  • editor.inactiveSelectionBackground#C0EC793580
  • editor.lineHighlightBackground#0A0F0C40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#C0EC7935
  • editorCursor.foreground#E9CB67
  • editorGroupHeader.tabsBackground#4C3B29dd
  • editorLineNumber.activeForeground#E9CB67
  • editorLineNumber.foreground#F1F5F280
  • focusBorder#E9CB67
  • foreground#FAFAF2
  • input.background#0A0F0C
  • input.border#ffffff15
  • input.foreground#FAFAF2
  • input.placeholderForeground#FAFAF260
  • list.activeSelectionBackground#E9CB6730
  • list.activeSelectionForeground#FAFAF2
  • list.highlightForeground#E9CB67
  • list.hoverBackground#0A0F0C40
  • list.hoverForeground#FAFAF2
  • list.inactiveSelectionBackground#E9CB6715
  • list.inactiveSelectionForeground#FAFAF2
  • selection.background#C0EC7935
  • sideBar.background#0A0F0C
  • sideBar.border#ffffff15
  • sideBar.foreground#FAFAF2
  • sideBarSectionHeader.background#4C3B2980
  • sideBarSectionHeader.foreground#FAFAF2
  • sideBarTitle.foreground#E9CB67
  • statusBar.background#4C3B29
  • statusBar.border#ffffff15
  • statusBar.foreground#FAFAF2
  • statusBar.noFolderBackground#4C3B29
  • tab.activeBackground#4C3B29
  • tab.activeBorderTop#E9CB67
  • tab.activeForeground#FAFAF2
  • tab.border#ffffff15
  • tab.inactiveBackground#0A0F0C60
  • tab.inactiveForeground#FAFAF280
  • terminal.ansiBlack#4C3B29
  • terminal.ansiBlue#C0EC79
  • terminal.ansiCyan#55E75D
  • terminal.ansiGreen#E9CB67
  • terminal.ansiMagenta#D8F183
  • terminal.ansiRed#D8F183
  • terminal.ansiWhite#FAFAF2
  • terminal.ansiYellow#55E75D
  • terminal.background#4C3B29
  • terminal.foreground#FAFAF2
  • titleBar.activeBackground#4C3B29
  • titleBar.activeForeground#FAFAF2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#4C3B29
  • titleBar.inactiveForeground#FAFAF260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F1F5F2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#C0EC79bold
storage.type, storage.modifier#C0EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9CB67
string, punctuation.definition.string, string.template, meta.template.expression#55E75D
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#D8F183
variable, variable.other.readwrite, variable.other.object#FAFAF2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAFAF2
variable.parameter, meta.parameter#FAFAF2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAFAF280
keyword.operator#FAFAF2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55E75Dbold
entity.other.inherited-class#E9CB67
entity.name.tag, punctuation.definition.tag#C0EC79
entity.other.attribute-name#E9CB67
meta.diff, meta.diff.header#F1F5F2
markup.deleted#D8F183
markup.inserted#E9CB67
markup.changed#55E75D
markup.heading, markup.heading.setext, punctuation.definition.heading#E9CB67bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55E75D
string.other.link.title, string.other.link.description#E9CB67
markup.underline.link#F1F5F2underline
punctuation.definition.list#C0EC79
markup.quote, punctuation.definition.quote#F1F5F2italic
Morphous Theme by Ameyanagi - VS Code Theme