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#133F52
  • activityBar.border#ffffff15
  • activityBar.foreground#F2C14E
  • activityBar.inactiveForeground#F7F3EC60
  • activityBarBadge.background#F2C14E
  • activityBarBadge.foreground#133F52
  • button.background#F2C14E
  • button.foreground#133F52
  • button.hoverBackground#F2C14Edd
  • editor.background#133F52
  • editor.foreground#F7F3EC
  • editor.inactiveSelectionBackground#FFF6E53580
  • editor.lineHighlightBackground#0E3A4D40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FFF6E535
  • editorCursor.foreground#F2C14E
  • editorGroupHeader.tabsBackground#133F52dd
  • editorLineNumber.activeForeground#F2C14E
  • editorLineNumber.foreground#FFF6E580
  • focusBorder#F2C14E
  • foreground#F7F3EC
  • input.background#0E3A4D
  • input.border#ffffff15
  • input.foreground#F7F3EC
  • input.placeholderForeground#F7F3EC60
  • list.activeSelectionBackground#F2C14E30
  • list.activeSelectionForeground#F7F3EC
  • list.highlightForeground#F2C14E
  • list.hoverBackground#0E3A4D40
  • list.hoverForeground#F7F3EC
  • list.inactiveSelectionBackground#F2C14E15
  • list.inactiveSelectionForeground#F7F3EC
  • selection.background#FFF6E535
  • sideBar.background#0E3A4D
  • sideBar.border#ffffff15
  • sideBar.foreground#F7F3EC
  • sideBarSectionHeader.background#133F5280
  • sideBarSectionHeader.foreground#F7F3EC
  • sideBarTitle.foreground#F2C14E
  • statusBar.background#133F52
  • statusBar.border#ffffff15
  • statusBar.foreground#F7F3EC
  • statusBar.noFolderBackground#133F52
  • tab.activeBackground#133F52
  • tab.activeBorderTop#F2C14E
  • tab.activeForeground#F7F3EC
  • tab.border#ffffff15
  • tab.inactiveBackground#0E3A4D60
  • tab.inactiveForeground#F7F3EC80
  • terminal.ansiBlack#133F52
  • terminal.ansiBlue#FFF6E5
  • terminal.ansiCyan#4DB6D6
  • terminal.ansiGreen#F2C14E
  • terminal.ansiMagenta#8A6A19
  • terminal.ansiRed#8A6A19
  • terminal.ansiWhite#F7F3EC
  • terminal.ansiYellow#4DB6D6
  • terminal.background#133F52
  • terminal.foreground#F7F3EC
  • titleBar.activeBackground#133F52
  • titleBar.activeForeground#F7F3EC
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#133F52
  • titleBar.inactiveForeground#F7F3EC60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#FFF6E5italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FFF6E5bold
storage.type, storage.modifier#FFF6E5italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F2C14E
string, punctuation.definition.string, string.template, meta.template.expression#4DB6D6
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#8A6A19
variable, variable.other.readwrite, variable.other.object#F7F3EC
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7F3EC
variable.parameter, meta.parameter#F7F3ECdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7F3EC80
keyword.operator#F7F3EC
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#4DB6D6bold
entity.other.inherited-class#F2C14E
entity.name.tag, punctuation.definition.tag#FFF6E5
entity.other.attribute-name#F2C14E
meta.diff, meta.diff.header#FFF6E5
markup.deleted#8A6A19
markup.inserted#F2C14E
markup.changed#4DB6D6
markup.heading, markup.heading.setext, punctuation.definition.heading#F2C14Ebold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#4DB6D6
string.other.link.title, string.other.link.description#F2C14E
markup.underline.link#FFF6E5underline
punctuation.definition.list#FFF6E5
markup.quote, punctuation.definition.quote#FFF6E5italic
Morphous Theme by Ameyanagi - VS Code Theme