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#FCFDFD
  • activityBar.border#00000015
  • activityBar.foreground#254D93
  • activityBar.inactiveForeground#11182760
  • activityBarBadge.background#254D93
  • activityBarBadge.foreground#FCFDFD
  • button.background#254D93
  • button.foreground#FCFDFD
  • button.hoverBackground#254D93dd
  • editor.background#FCFDFD
  • editor.foreground#111827
  • editor.inactiveSelectionBackground#216A832580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#216A8325
  • editorCursor.foreground#254D93
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#254D93
  • editorLineNumber.foreground#B9C6C980
  • focusBorder#254D93
  • foreground#111827
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#111827
  • input.placeholderForeground#11182760
  • list.activeSelectionBackground#254D9330
  • list.activeSelectionForeground#111827
  • list.highlightForeground#254D93
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#111827
  • list.inactiveSelectionBackground#254D9315
  • list.inactiveSelectionForeground#111827
  • selection.background#216A8325
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#111827
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#111827
  • sideBarTitle.foreground#254D93
  • statusBar.background#FCFDFD
  • statusBar.border#00000015
  • statusBar.foreground#111827
  • statusBar.noFolderBackground#FCFDFD
  • tab.activeBackground#FCFDFD
  • tab.activeBorderTop#254D93
  • tab.activeForeground#111827
  • tab.border#00000015
  • tab.inactiveBackground#FCFDFD60
  • tab.inactiveForeground#11182780
  • terminal.ansiBlack#111827
  • terminal.ansiBlue#216A83
  • terminal.ansiCyan#2983A3
  • terminal.ansiGreen#254D93
  • terminal.ansiMagenta#195276
  • terminal.ansiRed#195276
  • terminal.ansiWhite#111827
  • terminal.ansiYellow#2983A3
  • terminal.background#FCFDFD
  • terminal.foreground#111827
  • titleBar.activeBackground#FCFDFD
  • titleBar.activeForeground#111827
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFDFD
  • titleBar.inactiveForeground#11182760
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B9C6C9italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#216A83bold
storage.type, storage.modifier#216A83italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#254D93
string, punctuation.definition.string, string.template, meta.template.expression#2983A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#195276
variable, variable.other.readwrite, variable.other.object#111827
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#111827
variable.parameter, meta.parameter#111827dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#11182780
keyword.operator#111827
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2983A3bold
entity.other.inherited-class#254D93
entity.name.tag, punctuation.definition.tag#216A83
entity.other.attribute-name#254D93
meta.diff, meta.diff.header#B9C6C9
markup.deleted#195276
markup.inserted#254D93
markup.changed#2983A3
markup.heading, markup.heading.setext, punctuation.definition.heading#254D93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2983A3
string.other.link.title, string.other.link.description#254D93
markup.underline.link#B9C6C9underline
punctuation.definition.list#216A83
markup.quote, punctuation.definition.quote#B9C6C9italic
Morphous Theme by Ameyanagi - VS Code Theme