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#3a2418
  • activityBar.border#ffffff15
  • activityBar.foreground#f26a21
  • activityBar.inactiveForeground#fff3df60
  • activityBarBadge.background#f26a21
  • activityBarBadge.foreground#3a2418
  • button.background#f26a21
  • button.foreground#3a2418
  • button.hoverBackground#f26a21dd
  • editor.background#3a2418
  • editor.foreground#fff3df
  • editor.inactiveSelectionBackground#6f8f4e3580
  • editor.lineHighlightBackground#17141140
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6f8f4e35
  • editorCursor.foreground#f26a21
  • editorGroupHeader.tabsBackground#3a2418dd
  • editorLineNumber.activeForeground#f26a21
  • editorLineNumber.foreground#b79b7080
  • focusBorder#f26a21
  • foreground#fff3df
  • input.background#171411
  • input.border#ffffff15
  • input.foreground#fff3df
  • input.placeholderForeground#fff3df60
  • list.activeSelectionBackground#f26a2130
  • list.activeSelectionForeground#fff3df
  • list.highlightForeground#f26a21
  • list.hoverBackground#17141140
  • list.hoverForeground#fff3df
  • list.inactiveSelectionBackground#f26a2115
  • list.inactiveSelectionForeground#fff3df
  • selection.background#6f8f4e35
  • sideBar.background#171411
  • sideBar.border#ffffff15
  • sideBar.foreground#fff3df
  • sideBarSectionHeader.background#3a241880
  • sideBarSectionHeader.foreground#fff3df
  • sideBarTitle.foreground#f26a21
  • statusBar.background#3a2418
  • statusBar.border#ffffff15
  • statusBar.foreground#fff3df
  • statusBar.noFolderBackground#3a2418
  • tab.activeBackground#3a2418
  • tab.activeBorderTop#f26a21
  • tab.activeForeground#fff3df
  • tab.border#ffffff15
  • tab.inactiveBackground#17141160
  • tab.inactiveForeground#fff3df80
  • terminal.ansiBlack#3a2418
  • terminal.ansiBlue#6f8f4e
  • terminal.ansiCyan#f2b94b
  • terminal.ansiGreen#f26a21
  • terminal.ansiMagenta#f8eee0
  • terminal.ansiRed#f8eee0
  • terminal.ansiWhite#fff3df
  • terminal.ansiYellow#f2b94b
  • terminal.background#3a2418
  • terminal.foreground#fff3df
  • titleBar.activeBackground#3a2418
  • titleBar.activeForeground#fff3df
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3a2418
  • titleBar.inactiveForeground#fff3df60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#b79b70italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6f8f4ebold
storage.type, storage.modifier#6f8f4eitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#f26a21
string, punctuation.definition.string, string.template, meta.template.expression#f2b94b
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#f8eee0
variable, variable.other.readwrite, variable.other.object#fff3df
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fff3df
variable.parameter, meta.parameter#fff3dfdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fff3df80
keyword.operator#fff3df
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#f2b94bbold
entity.other.inherited-class#f26a21
entity.name.tag, punctuation.definition.tag#6f8f4e
entity.other.attribute-name#f26a21
meta.diff, meta.diff.header#b79b70
markup.deleted#f8eee0
markup.inserted#f26a21
markup.changed#f2b94b
markup.heading, markup.heading.setext, punctuation.definition.heading#f26a21bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#f2b94b
string.other.link.title, string.other.link.description#f26a21
markup.underline.link#b79b70underline
punctuation.definition.list#6f8f4e
markup.quote, punctuation.definition.quote#b79b70italic
Morphous Theme by Ameyanagi - VS Code Theme