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#0E2B22
  • activityBar.border#ffffff15
  • activityBar.foreground#D4A23A
  • activityBar.inactiveForeground#E6F6F460
  • activityBarBadge.background#D4A23A
  • activityBarBadge.foreground#0E2B22
  • button.background#D4A23A
  • button.foreground#0E2B22
  • button.hoverBackground#D4A23Add
  • editor.background#0E2B22
  • editor.foreground#E6F6F4
  • editor.inactiveSelectionBackground#6FAE8A3580
  • editor.lineHighlightBackground#1F3D3640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6FAE8A35
  • editorCursor.foreground#D4A23A
  • editorGroupHeader.tabsBackground#0E2B22dd
  • editorLineNumber.activeForeground#D4A23A
  • editorLineNumber.foreground#DCEDBF80
  • focusBorder#D4A23A
  • foreground#E6F6F4
  • input.background#1F3D36
  • input.border#ffffff15
  • input.foreground#E6F6F4
  • input.placeholderForeground#E6F6F460
  • list.activeSelectionBackground#D4A23A30
  • list.activeSelectionForeground#E6F6F4
  • list.highlightForeground#D4A23A
  • list.hoverBackground#1F3D3640
  • list.hoverForeground#E6F6F4
  • list.inactiveSelectionBackground#D4A23A15
  • list.inactiveSelectionForeground#E6F6F4
  • selection.background#6FAE8A35
  • sideBar.background#1F3D36
  • sideBar.border#ffffff15
  • sideBar.foreground#E6F6F4
  • sideBarSectionHeader.background#0E2B2280
  • sideBarSectionHeader.foreground#E6F6F4
  • sideBarTitle.foreground#D4A23A
  • statusBar.background#0E2B22
  • statusBar.border#ffffff15
  • statusBar.foreground#E6F6F4
  • statusBar.noFolderBackground#0E2B22
  • tab.activeBackground#0E2B22
  • tab.activeBorderTop#D4A23A
  • tab.activeForeground#E6F6F4
  • tab.border#ffffff15
  • tab.inactiveBackground#1F3D3660
  • tab.inactiveForeground#E6F6F480
  • terminal.ansiBlack#0E2B22
  • terminal.ansiBlue#6FAE8A
  • terminal.ansiCyan#58C8C7
  • terminal.ansiGreen#D4A23A
  • terminal.ansiMagenta#B97A16
  • terminal.ansiRed#B97A16
  • terminal.ansiWhite#E6F6F4
  • terminal.ansiYellow#58C8C7
  • terminal.background#0E2B22
  • terminal.foreground#E6F6F4
  • titleBar.activeBackground#0E2B22
  • titleBar.activeForeground#E6F6F4
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0E2B22
  • titleBar.inactiveForeground#E6F6F460
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#DCEDBFitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6FAE8Abold
storage.type, storage.modifier#6FAE8Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#D4A23A
string, punctuation.definition.string, string.template, meta.template.expression#58C8C7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#B97A16
variable, variable.other.readwrite, variable.other.object#E6F6F4
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#E6F6F4
variable.parameter, meta.parameter#E6F6F4dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#E6F6F480
keyword.operator#E6F6F4
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#58C8C7bold
entity.other.inherited-class#D4A23A
entity.name.tag, punctuation.definition.tag#6FAE8A
entity.other.attribute-name#D4A23A
meta.diff, meta.diff.header#DCEDBF
markup.deleted#B97A16
markup.inserted#D4A23A
markup.changed#58C8C7
markup.heading, markup.heading.setext, punctuation.definition.heading#D4A23Abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#58C8C7
string.other.link.title, string.other.link.description#D4A23A
markup.underline.link#DCEDBFunderline
punctuation.definition.list#6FAE8A
markup.quote, punctuation.definition.quote#DCEDBFitalic
Morphous Theme by Ameyanagi - VS Code Theme