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#FCFCFD
  • activityBar.border#00000015
  • activityBar.foreground#256A93
  • activityBar.inactiveForeground#1F232760
  • activityBarBadge.background#256A93
  • activityBarBadge.foreground#FCFCFD
  • button.background#256A93
  • button.foreground#FCFCFD
  • button.hoverBackground#256A93dd
  • editor.background#FCFCFD
  • editor.foreground#1F2327
  • editor.inactiveSelectionBackground#2152832580
  • editor.lineHighlightBackground#F6F8F950
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21528325
  • editorCursor.foreground#256A93
  • editorGroupHeader.tabsBackground#F6F8F9aa
  • editorLineNumber.activeForeground#256A93
  • editorLineNumber.foreground#B7B1A680
  • focusBorder#256A93
  • foreground#1F2327
  • input.background#F6F8F9
  • input.border#00000015
  • input.foreground#1F2327
  • input.placeholderForeground#1F232760
  • list.activeSelectionBackground#256A9330
  • list.activeSelectionForeground#1F2327
  • list.highlightForeground#256A93
  • list.hoverBackground#F6F8F940
  • list.hoverForeground#1F2327
  • list.inactiveSelectionBackground#256A9315
  • list.inactiveSelectionForeground#1F2327
  • selection.background#21528325
  • sideBar.background#F6F8F9
  • sideBar.border#00000015
  • sideBar.foreground#1F2327
  • sideBarSectionHeader.background#F6F8F980
  • sideBarSectionHeader.foreground#1F2327
  • sideBarTitle.foreground#256A93
  • statusBar.background#FCFCFD
  • statusBar.border#00000015
  • statusBar.foreground#1F2327
  • statusBar.noFolderBackground#FCFCFD
  • tab.activeBackground#FCFCFD
  • tab.activeBorderTop#256A93
  • tab.activeForeground#1F2327
  • tab.border#00000015
  • tab.inactiveBackground#FCFCFD60
  • tab.inactiveForeground#1F232780
  • terminal.ansiBlack#1F2327
  • terminal.ansiBlue#215283
  • terminal.ansiCyan#5EA329
  • terminal.ansiGreen#256A93
  • terminal.ansiMagenta#196376
  • terminal.ansiRed#196376
  • terminal.ansiWhite#1F2327
  • terminal.ansiYellow#5EA329
  • terminal.background#FCFCFD
  • terminal.foreground#1F2327
  • titleBar.activeBackground#FCFCFD
  • titleBar.activeForeground#1F2327
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFCFD
  • titleBar.inactiveForeground#1F232760
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B7B1A6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#215283bold
storage.type, storage.modifier#215283italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#256A93
string, punctuation.definition.string, string.template, meta.template.expression#5EA329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#196376
variable, variable.other.readwrite, variable.other.object#1F2327
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1F2327
variable.parameter, meta.parameter#1F2327dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1F232780
keyword.operator#1F2327
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#5EA329bold
entity.other.inherited-class#256A93
entity.name.tag, punctuation.definition.tag#215283
entity.other.attribute-name#256A93
meta.diff, meta.diff.header#B7B1A6
markup.deleted#196376
markup.inserted#256A93
markup.changed#5EA329
markup.heading, markup.heading.setext, punctuation.definition.heading#256A93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#5EA329
string.other.link.title, string.other.link.description#256A93
markup.underline.link#B7B1A6underline
punctuation.definition.list#215283
markup.quote, punctuation.definition.quote#B7B1A6italic
Morphous Theme by Ameyanagi - VS Code Theme