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#FFFDFA
  • activityBar.border#00000015
  • activityBar.foreground#258A93
  • activityBar.inactiveForeground#002b3360
  • activityBarBadge.background#258A93
  • activityBarBadge.foreground#FFFDFA
  • button.background#258A93
  • button.foreground#FFFDFA
  • button.hoverBackground#258A93dd
  • editor.background#FFFDFA
  • editor.foreground#002b33
  • editor.inactiveSelectionBackground#217E832580
  • editor.lineHighlightBackground#FCF9F350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#217E8325
  • editorCursor.foreground#258A93
  • editorGroupHeader.tabsBackground#FCF9F3aa
  • editorLineNumber.activeForeground#258A93
  • editorLineNumber.foreground#b6f3f680
  • focusBorder#258A93
  • foreground#002b33
  • input.background#FCF9F3
  • input.border#00000015
  • input.foreground#002b33
  • input.placeholderForeground#002b3360
  • list.activeSelectionBackground#258A9330
  • list.activeSelectionForeground#002b33
  • list.highlightForeground#258A93
  • list.hoverBackground#FCF9F340
  • list.hoverForeground#002b33
  • list.inactiveSelectionBackground#258A9315
  • list.inactiveSelectionForeground#002b33
  • selection.background#217E8325
  • sideBar.background#FCF9F3
  • sideBar.border#00000015
  • sideBar.foreground#002b33
  • sideBarSectionHeader.background#FCF9F380
  • sideBarSectionHeader.foreground#002b33
  • sideBarTitle.foreground#258A93
  • statusBar.background#FFFDFA
  • statusBar.border#00000015
  • statusBar.foreground#002b33
  • statusBar.noFolderBackground#FFFDFA
  • tab.activeBackground#FFFDFA
  • tab.activeBorderTop#258A93
  • tab.activeForeground#002b33
  • tab.border#00000015
  • tab.inactiveBackground#FFFDFA60
  • tab.inactiveForeground#002b3380
  • terminal.ansiBlack#002b33
  • terminal.ansiBlue#217E83
  • terminal.ansiCyan#A33929
  • terminal.ansiGreen#258A93
  • terminal.ansiMagenta#197644
  • terminal.ansiRed#197644
  • terminal.ansiWhite#002b33
  • terminal.ansiYellow#A33929
  • terminal.background#FFFDFA
  • terminal.foreground#002b33
  • titleBar.activeBackground#FFFDFA
  • titleBar.activeForeground#002b33
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFDFA
  • titleBar.inactiveForeground#002b3360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#b6f3f6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#217E83bold
storage.type, storage.modifier#217E83italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#258A93
string, punctuation.definition.string, string.template, meta.template.expression#A33929
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#197644
variable, variable.other.readwrite, variable.other.object#002b33
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#002b33
variable.parameter, meta.parameter#002b33dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#002b3380
keyword.operator#002b33
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A33929bold
entity.other.inherited-class#258A93
entity.name.tag, punctuation.definition.tag#217E83
entity.other.attribute-name#258A93
meta.diff, meta.diff.header#b6f3f6
markup.deleted#197644
markup.inserted#258A93
markup.changed#A33929
markup.heading, markup.heading.setext, punctuation.definition.heading#258A93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A33929
string.other.link.title, string.other.link.description#258A93
markup.underline.link#b6f3f6underline
punctuation.definition.list#217E83
markup.quote, punctuation.definition.quote#b6f3f6italic
Morphous Theme by Ameyanagi - VS Code Theme