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#2A221A
  • activityBar.border#ffffff15
  • activityBar.foreground#F0C000
  • activityBar.inactiveForeground#F3EFE660
  • activityBarBadge.background#F0C000
  • activityBarBadge.foreground#2A221A
  • button.background#F0C000
  • button.foreground#2A221A
  • button.hoverBackground#F0C000dd
  • editor.background#2A221A
  • editor.foreground#F3EFE6
  • editor.inactiveSelectionBackground#6B4A2C3580
  • editor.lineHighlightBackground#0E0E1040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6B4A2C35
  • editorCursor.foreground#F0C000
  • editorGroupHeader.tabsBackground#2A221Add
  • editorLineNumber.activeForeground#F0C000
  • editorLineNumber.foreground#5A5A5780
  • focusBorder#F0C000
  • foreground#F3EFE6
  • input.background#0E0E10
  • input.border#ffffff15
  • input.foreground#F3EFE6
  • input.placeholderForeground#F3EFE660
  • list.activeSelectionBackground#F0C00030
  • list.activeSelectionForeground#F3EFE6
  • list.highlightForeground#F0C000
  • list.hoverBackground#0E0E1040
  • list.hoverForeground#F3EFE6
  • list.inactiveSelectionBackground#F0C00015
  • list.inactiveSelectionForeground#F3EFE6
  • selection.background#6B4A2C35
  • sideBar.background#0E0E10
  • sideBar.border#ffffff15
  • sideBar.foreground#F3EFE6
  • sideBarSectionHeader.background#2A221A80
  • sideBarSectionHeader.foreground#F3EFE6
  • sideBarTitle.foreground#F0C000
  • statusBar.background#2A221A
  • statusBar.border#ffffff15
  • statusBar.foreground#F3EFE6
  • statusBar.noFolderBackground#2A221A
  • tab.activeBackground#2A221A
  • tab.activeBorderTop#F0C000
  • tab.activeForeground#F3EFE6
  • tab.border#ffffff15
  • tab.inactiveBackground#0E0E1060
  • tab.inactiveForeground#F3EFE680
  • terminal.ansiBlack#2A221A
  • terminal.ansiBlue#6B4A2C
  • terminal.ansiCyan#5C6838
  • terminal.ansiGreen#F0C000
  • terminal.ansiMagenta#A7895A
  • terminal.ansiRed#A7895A
  • terminal.ansiWhite#F3EFE6
  • terminal.ansiYellow#5C6838
  • terminal.background#2A221A
  • terminal.foreground#F3EFE6
  • titleBar.activeBackground#2A221A
  • titleBar.activeForeground#F3EFE6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2A221A
  • titleBar.inactiveForeground#F3EFE660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A5A57italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6B4A2Cbold
storage.type, storage.modifier#6B4A2Citalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F0C000
string, punctuation.definition.string, string.template, meta.template.expression#5C6838
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#A7895A
variable, variable.other.readwrite, variable.other.object#F3EFE6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F3EFE6
variable.parameter, meta.parameter#F3EFE6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F3EFE680
keyword.operator#F3EFE6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#5C6838bold
entity.other.inherited-class#F0C000
entity.name.tag, punctuation.definition.tag#6B4A2C
entity.other.attribute-name#F0C000
meta.diff, meta.diff.header#5A5A57
markup.deleted#A7895A
markup.inserted#F0C000
markup.changed#5C6838
markup.heading, markup.heading.setext, punctuation.definition.heading#F0C000bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#5C6838
string.other.link.title, string.other.link.description#F0C000
markup.underline.link#5A5A57underline
punctuation.definition.list#6B4A2C
markup.quote, punctuation.definition.quote#5A5A57italic
Morphous Theme by Ameyanagi - VS Code Theme