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#FDFEFD
  • activityBar.border#00000015
  • activityBar.foreground#C4711C
  • activityBar.inactiveForeground#3A2B1A60
  • activityBarBadge.background#C4711C
  • activityBarBadge.foreground#FDFEFD
  • button.background#C4711C
  • button.foreground#FDFEFD
  • button.hoverBackground#C4711Cdd
  • editor.background#FDFEFD
  • editor.foreground#3A2B1A
  • editor.inactiveSelectionBackground#6FAF882580
  • editor.lineHighlightBackground#EEF2EF50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6FAF8825
  • editorCursor.foreground#C4711C
  • editorGroupHeader.tabsBackground#EEF2EFaa
  • editorLineNumber.activeForeground#C4711C
  • editorLineNumber.foreground#5E6F4A80
  • focusBorder#C4711C
  • foreground#3A2B1A
  • input.background#EEF2EF
  • input.border#00000015
  • input.foreground#3A2B1A
  • input.placeholderForeground#3A2B1A60
  • list.activeSelectionBackground#C4711C30
  • list.activeSelectionForeground#3A2B1A
  • list.highlightForeground#C4711C
  • list.hoverBackground#EEF2EF40
  • list.hoverForeground#3A2B1A
  • list.inactiveSelectionBackground#C4711C15
  • list.inactiveSelectionForeground#3A2B1A
  • selection.background#6FAF8825
  • sideBar.background#EEF2EF
  • sideBar.border#00000015
  • sideBar.foreground#3A2B1A
  • sideBarSectionHeader.background#EEF2EF80
  • sideBarSectionHeader.foreground#3A2B1A
  • sideBarTitle.foreground#C4711C
  • statusBar.background#FDFEFD
  • statusBar.border#00000015
  • statusBar.foreground#3A2B1A
  • statusBar.noFolderBackground#FDFEFD
  • tab.activeBackground#FDFEFD
  • tab.activeBorderTop#C4711C
  • tab.activeForeground#3A2B1A
  • tab.border#00000015
  • tab.inactiveBackground#FDFEFD60
  • tab.inactiveForeground#3A2B1A80
  • terminal.ansiBlack#3A2B1A
  • terminal.ansiBlue#6FAF88
  • terminal.ansiCyan#E8B15A
  • terminal.ansiGreen#C4711C
  • terminal.ansiMagenta#F2C876
  • terminal.ansiRed#F2C876
  • terminal.ansiWhite#3A2B1A
  • terminal.ansiYellow#E8B15A
  • terminal.background#FDFEFD
  • terminal.foreground#3A2B1A
  • titleBar.activeBackground#FDFEFD
  • titleBar.activeForeground#3A2B1A
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFEFD
  • titleBar.inactiveForeground#3A2B1A60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5E6F4Aitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6FAF88bold
storage.type, storage.modifier#6FAF88italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#C4711C
string, punctuation.definition.string, string.template, meta.template.expression#E8B15A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F2C876
variable, variable.other.readwrite, variable.other.object#3A2B1A
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#3A2B1A
variable.parameter, meta.parameter#3A2B1Additalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#3A2B1A80
keyword.operator#3A2B1A
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E8B15Abold
entity.other.inherited-class#C4711C
entity.name.tag, punctuation.definition.tag#6FAF88
entity.other.attribute-name#C4711C
meta.diff, meta.diff.header#5E6F4A
markup.deleted#F2C876
markup.inserted#C4711C
markup.changed#E8B15A
markup.heading, markup.heading.setext, punctuation.definition.heading#C4711Cbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E8B15A
string.other.link.title, string.other.link.description#C4711C
markup.underline.link#5E6F4Aunderline
punctuation.definition.list#6FAF88
markup.quote, punctuation.definition.quote#5E6F4Aitalic
Morphous Theme by Ameyanagi - VS Code Theme