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#0D0A16
  • activityBar.border#ffffff15
  • activityBar.foreground#E43D12
  • activityBar.inactiveForeground#FFF9EC60
  • activityBarBadge.background#E43D12
  • activityBarBadge.foreground#0D0A16
  • button.background#E43D12
  • button.foreground#0D0A16
  • button.hoverBackground#E43D12dd
  • editor.background#0D0A16
  • editor.foreground#FFF9EC
  • editor.inactiveSelectionBackground#6A3FB63580
  • editor.lineHighlightBackground#2A233340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6A3FB635
  • editorCursor.foreground#E43D12
  • editorGroupHeader.tabsBackground#0D0A16dd
  • editorLineNumber.activeForeground#E43D12
  • editorLineNumber.foreground#F2ECF880
  • focusBorder#E43D12
  • foreground#FFF9EC
  • input.background#2A2333
  • input.border#ffffff15
  • input.foreground#FFF9EC
  • input.placeholderForeground#FFF9EC60
  • list.activeSelectionBackground#E43D1230
  • list.activeSelectionForeground#FFF9EC
  • list.highlightForeground#E43D12
  • list.hoverBackground#2A233340
  • list.hoverForeground#FFF9EC
  • list.inactiveSelectionBackground#E43D1215
  • list.inactiveSelectionForeground#FFF9EC
  • selection.background#6A3FB635
  • sideBar.background#2A2333
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF9EC
  • sideBarSectionHeader.background#0D0A1680
  • sideBarSectionHeader.foreground#FFF9EC
  • sideBarTitle.foreground#E43D12
  • statusBar.background#0D0A16
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF9EC
  • statusBar.noFolderBackground#0D0A16
  • tab.activeBackground#0D0A16
  • tab.activeBorderTop#E43D12
  • tab.activeForeground#FFF9EC
  • tab.border#ffffff15
  • tab.inactiveBackground#2A233360
  • tab.inactiveForeground#FFF9EC80
  • terminal.ansiBlack#0D0A16
  • terminal.ansiBlue#6A3FB6
  • terminal.ansiCyan#F1B21A
  • terminal.ansiGreen#E43D12
  • terminal.ansiMagenta#B698E6
  • terminal.ansiRed#B698E6
  • terminal.ansiWhite#FFF9EC
  • terminal.ansiYellow#F1B21A
  • terminal.background#0D0A16
  • terminal.foreground#FFF9EC
  • titleBar.activeBackground#0D0A16
  • titleBar.activeForeground#FFF9EC
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0D0A16
  • titleBar.inactiveForeground#FFF9EC60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F2ECF8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6A3FB6bold
storage.type, storage.modifier#6A3FB6italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E43D12
string, punctuation.definition.string, string.template, meta.template.expression#F1B21A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#B698E6
variable, variable.other.readwrite, variable.other.object#FFF9EC
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF9EC
variable.parameter, meta.parameter#FFF9ECdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF9EC80
keyword.operator#FFF9EC
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#F1B21Abold
entity.other.inherited-class#E43D12
entity.name.tag, punctuation.definition.tag#6A3FB6
entity.other.attribute-name#E43D12
meta.diff, meta.diff.header#F2ECF8
markup.deleted#B698E6
markup.inserted#E43D12
markup.changed#F1B21A
markup.heading, markup.heading.setext, punctuation.definition.heading#E43D12bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#F1B21A
string.other.link.title, string.other.link.description#E43D12
markup.underline.link#F2ECF8underline
punctuation.definition.list#6A3FB6
markup.quote, punctuation.definition.quote#F2ECF8italic
Morphous Theme by Ameyanagi - VS Code Theme