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#123232
  • activityBar.border#ffffff15
  • activityBar.foreground#f46a21
  • activityBar.inactiveForeground#fff7ec60
  • activityBarBadge.background#f46a21
  • activityBarBadge.foreground#123232
  • button.background#f46a21
  • button.foreground#123232
  • button.hoverBackground#f46a21dd
  • editor.background#123232
  • editor.foreground#fff7ec
  • editor.inactiveSelectionBackground#6e8f5b3580
  • editor.lineHighlightBackground#23302540
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6e8f5b35
  • editorCursor.foreground#f46a21
  • editorGroupHeader.tabsBackground#123232dd
  • editorLineNumber.activeForeground#f46a21
  • editorLineNumber.foreground#f7b73380
  • focusBorder#f46a21
  • foreground#fff7ec
  • input.background#233025
  • input.border#ffffff15
  • input.foreground#fff7ec
  • input.placeholderForeground#fff7ec60
  • list.activeSelectionBackground#f46a2130
  • list.activeSelectionForeground#fff7ec
  • list.highlightForeground#f46a21
  • list.hoverBackground#23302540
  • list.hoverForeground#fff7ec
  • list.inactiveSelectionBackground#f46a2115
  • list.inactiveSelectionForeground#fff7ec
  • selection.background#6e8f5b35
  • sideBar.background#233025
  • sideBar.border#ffffff15
  • sideBar.foreground#fff7ec
  • sideBarSectionHeader.background#12323280
  • sideBarSectionHeader.foreground#fff7ec
  • sideBarTitle.foreground#f46a21
  • statusBar.background#123232
  • statusBar.border#ffffff15
  • statusBar.foreground#fff7ec
  • statusBar.noFolderBackground#123232
  • tab.activeBackground#123232
  • tab.activeBorderTop#f46a21
  • tab.activeForeground#fff7ec
  • tab.border#ffffff15
  • tab.inactiveBackground#23302560
  • tab.inactiveForeground#fff7ec80
  • terminal.ansiBlack#123232
  • terminal.ansiBlue#6e8f5b
  • terminal.ansiCyan#f7b733
  • terminal.ansiGreen#f46a21
  • terminal.ansiMagenta#d7e8e4
  • terminal.ansiRed#d7e8e4
  • terminal.ansiWhite#fff7ec
  • terminal.ansiYellow#f7b733
  • terminal.background#123232
  • terminal.foreground#fff7ec
  • titleBar.activeBackground#123232
  • titleBar.activeForeground#fff7ec
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#123232
  • titleBar.inactiveForeground#fff7ec60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f7b733italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6e8f5bbold
storage.type, storage.modifier#6e8f5bitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#f46a21
string, punctuation.definition.string, string.template, meta.template.expression#f7b733
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#d7e8e4
variable, variable.other.readwrite, variable.other.object#fff7ec
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fff7ec
variable.parameter, meta.parameter#fff7ecdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fff7ec80
keyword.operator#fff7ec
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#f7b733bold
entity.other.inherited-class#f46a21
entity.name.tag, punctuation.definition.tag#6e8f5b
entity.other.attribute-name#f46a21
meta.diff, meta.diff.header#f7b733
markup.deleted#d7e8e4
markup.inserted#f46a21
markup.changed#f7b733
markup.heading, markup.heading.setext, punctuation.definition.heading#f46a21bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#f7b733
string.other.link.title, string.other.link.description#f46a21
markup.underline.link#f7b733underline
punctuation.definition.list#6e8f5b
markup.quote, punctuation.definition.quote#f7b733italic
Morphous Theme by Ameyanagi - VS Code Theme