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#162A1F
  • activityBar.border#ffffff15
  • activityBar.foreground#E64A1F
  • activityBar.inactiveForeground#FFF7E660
  • activityBarBadge.background#E64A1F
  • activityBarBadge.foreground#162A1F
  • button.background#E64A1F
  • button.foreground#162A1F
  • button.hoverBackground#E64A1Fdd
  • editor.background#162A1F
  • editor.foreground#FFF7E6
  • editor.inactiveSelectionBackground#2E7D323580
  • editor.lineHighlightBackground#162A1F40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2E7D3235
  • editorCursor.foreground#E64A1F
  • editorGroupHeader.tabsBackground#162A1Fdd
  • editorLineNumber.activeForeground#E64A1F
  • editorLineNumber.foreground#A8B87980
  • focusBorder#E64A1F
  • foreground#FFF7E6
  • input.background#162A1F
  • input.border#ffffff15
  • input.foreground#FFF7E6
  • input.placeholderForeground#FFF7E660
  • list.activeSelectionBackground#E64A1F30
  • list.activeSelectionForeground#FFF7E6
  • list.highlightForeground#E64A1F
  • list.hoverBackground#162A1F40
  • list.hoverForeground#FFF7E6
  • list.inactiveSelectionBackground#E64A1F15
  • list.inactiveSelectionForeground#FFF7E6
  • selection.background#2E7D3235
  • sideBar.background#162A1F
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF7E6
  • sideBarSectionHeader.background#162A1F80
  • sideBarSectionHeader.foreground#FFF7E6
  • sideBarTitle.foreground#E64A1F
  • statusBar.background#162A1F
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF7E6
  • statusBar.noFolderBackground#162A1F
  • tab.activeBackground#162A1F
  • tab.activeBorderTop#E64A1F
  • tab.activeForeground#FFF7E6
  • tab.border#ffffff15
  • tab.inactiveBackground#162A1F60
  • tab.inactiveForeground#FFF7E680
  • terminal.ansiBlack#162A1F
  • terminal.ansiBlue#2E7D32
  • terminal.ansiCyan#FFC107
  • terminal.ansiGreen#E64A1F
  • terminal.ansiMagenta#C5E86A
  • terminal.ansiRed#C5E86A
  • terminal.ansiWhite#FFF7E6
  • terminal.ansiYellow#FFC107
  • terminal.background#162A1F
  • terminal.foreground#FFF7E6
  • titleBar.activeBackground#162A1F
  • titleBar.activeForeground#FFF7E6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#162A1F
  • titleBar.inactiveForeground#FFF7E660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A8B879italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2E7D32bold
storage.type, storage.modifier#2E7D32italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E64A1F
string, punctuation.definition.string, string.template, meta.template.expression#FFC107
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C5E86A
variable, variable.other.readwrite, variable.other.object#FFF7E6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF7E6
variable.parameter, meta.parameter#FFF7E6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF7E680
keyword.operator#FFF7E6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FFC107bold
entity.other.inherited-class#E64A1F
entity.name.tag, punctuation.definition.tag#2E7D32
entity.other.attribute-name#E64A1F
meta.diff, meta.diff.header#A8B879
markup.deleted#C5E86A
markup.inserted#E64A1F
markup.changed#FFC107
markup.heading, markup.heading.setext, punctuation.definition.heading#E64A1Fbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FFC107
string.other.link.title, string.other.link.description#E64A1F
markup.underline.link#A8B879underline
punctuation.definition.list#2E7D32
markup.quote, punctuation.definition.quote#A8B879italic
Morphous Theme by Ameyanagi - VS Code Theme