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#6E0024
  • activityBar.border#ffffff15
  • activityBar.foreground#D81A48
  • activityBar.inactiveForeground#FFF9F360
  • activityBarBadge.background#D81A48
  • activityBarBadge.foreground#6E0024
  • button.background#D81A48
  • button.foreground#6E0024
  • button.hoverBackground#D81A48dd
  • editor.background#6E0024
  • editor.foreground#FFF9F3
  • editor.inactiveSelectionBackground#2E6B3F3580
  • editor.lineHighlightBackground#1A1E1B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2E6B3F35
  • editorCursor.foreground#D81A48
  • editorGroupHeader.tabsBackground#6E0024dd
  • editorLineNumber.activeForeground#D81A48
  • editorLineNumber.foreground#C8A6A680
  • focusBorder#D81A48
  • foreground#FFF9F3
  • input.background#1A1E1B
  • input.border#ffffff15
  • input.foreground#FFF9F3
  • input.placeholderForeground#FFF9F360
  • list.activeSelectionBackground#D81A4830
  • list.activeSelectionForeground#FFF9F3
  • list.highlightForeground#D81A48
  • list.hoverBackground#1A1E1B40
  • list.hoverForeground#FFF9F3
  • list.inactiveSelectionBackground#D81A4815
  • list.inactiveSelectionForeground#FFF9F3
  • selection.background#2E6B3F35
  • sideBar.background#1A1E1B
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF9F3
  • sideBarSectionHeader.background#6E002480
  • sideBarSectionHeader.foreground#FFF9F3
  • sideBarTitle.foreground#D81A48
  • statusBar.background#6E0024
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF9F3
  • statusBar.noFolderBackground#6E0024
  • tab.activeBackground#6E0024
  • tab.activeBorderTop#D81A48
  • tab.activeForeground#FFF9F3
  • tab.border#ffffff15
  • tab.inactiveBackground#1A1E1B60
  • tab.inactiveForeground#FFF9F380
  • terminal.ansiBlack#6E0024
  • terminal.ansiBlue#2E6B3F
  • terminal.ansiCyan#FAD3DC
  • terminal.ansiGreen#D81A48
  • terminal.ansiMagenta#E6B23C
  • terminal.ansiRed#E6B23C
  • terminal.ansiWhite#FFF9F3
  • terminal.ansiYellow#FAD3DC
  • terminal.background#6E0024
  • terminal.foreground#FFF9F3
  • titleBar.activeBackground#6E0024
  • titleBar.activeForeground#FFF9F3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#6E0024
  • titleBar.inactiveForeground#FFF9F360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C8A6A6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2E6B3Fbold
storage.type, storage.modifier#2E6B3Fitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#D81A48
string, punctuation.definition.string, string.template, meta.template.expression#FAD3DC
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#E6B23C
variable, variable.other.readwrite, variable.other.object#FFF9F3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF9F3
variable.parameter, meta.parameter#FFF9F3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF9F380
keyword.operator#FFF9F3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FAD3DCbold
entity.other.inherited-class#D81A48
entity.name.tag, punctuation.definition.tag#2E6B3F
entity.other.attribute-name#D81A48
meta.diff, meta.diff.header#C8A6A6
markup.deleted#E6B23C
markup.inserted#D81A48
markup.changed#FAD3DC
markup.heading, markup.heading.setext, punctuation.definition.heading#D81A48bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FAD3DC
string.other.link.title, string.other.link.description#D81A48
markup.underline.link#C8A6A6underline
punctuation.definition.list#2E6B3F
markup.quote, punctuation.definition.quote#C8A6A6italic
Morphous Theme by Ameyanagi - VS Code Theme