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#F5F5F5
  • activityBar.border#ffffff15
  • activityBar.foreground#67A0E9
  • activityBar.inactiveForeground#f2f4f660
  • activityBarBadge.background#67A0E9
  • activityBarBadge.foreground#F5F5F5
  • button.background#67A0E9
  • button.foreground#F5F5F5
  • button.hoverBackground#67A0E9dd
  • editor.background#F5F5F5
  • editor.foreground#f2f4f6
  • editor.inactiveSelectionBackground#79A9EC3580
  • editor.lineHighlightBackground#090A0C40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79A9EC35
  • editorCursor.foreground#67A0E9
  • editorGroupHeader.tabsBackground#F5F5F5dd
  • editorLineNumber.activeForeground#67A0E9
  • editorLineNumber.foreground#6b717880
  • focusBorder#67A0E9
  • foreground#f2f4f6
  • input.background#090A0C
  • input.border#ffffff15
  • input.foreground#f2f4f6
  • input.placeholderForeground#f2f4f660
  • list.activeSelectionBackground#67A0E930
  • list.activeSelectionForeground#f2f4f6
  • list.highlightForeground#67A0E9
  • list.hoverBackground#090A0C40
  • list.hoverForeground#f2f4f6
  • list.inactiveSelectionBackground#67A0E915
  • list.inactiveSelectionForeground#f2f4f6
  • selection.background#79A9EC35
  • sideBar.background#090A0C
  • sideBar.border#ffffff15
  • sideBar.foreground#f2f4f6
  • sideBarSectionHeader.background#F5F5F580
  • sideBarSectionHeader.foreground#f2f4f6
  • sideBarTitle.foreground#67A0E9
  • statusBar.background#F5F5F5
  • statusBar.border#ffffff15
  • statusBar.foreground#f2f4f6
  • statusBar.noFolderBackground#F5F5F5
  • tab.activeBackground#F5F5F5
  • tab.activeBorderTop#67A0E9
  • tab.activeForeground#f2f4f6
  • tab.border#ffffff15
  • tab.inactiveBackground#090A0C60
  • tab.inactiveForeground#f2f4f680
  • terminal.ansiBlack#F5F5F5
  • terminal.ansiBlue#79A9EC
  • terminal.ansiCyan#55A1E7
  • terminal.ansiGreen#67A0E9
  • terminal.ansiMagenta#F1BE83
  • terminal.ansiRed#F1BE83
  • terminal.ansiWhite#f2f4f6
  • terminal.ansiYellow#55A1E7
  • terminal.background#F5F5F5
  • terminal.foreground#f2f4f6
  • titleBar.activeBackground#F5F5F5
  • titleBar.activeForeground#f2f4f6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#F5F5F5
  • titleBar.inactiveForeground#f2f4f660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6b7178italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79A9ECbold
storage.type, storage.modifier#79A9ECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67A0E9
string, punctuation.definition.string, string.template, meta.template.expression#55A1E7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1BE83
variable, variable.other.readwrite, variable.other.object#f2f4f6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f2f4f6
variable.parameter, meta.parameter#f2f4f6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f2f4f680
keyword.operator#f2f4f6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55A1E7bold
entity.other.inherited-class#67A0E9
entity.name.tag, punctuation.definition.tag#79A9EC
entity.other.attribute-name#67A0E9
meta.diff, meta.diff.header#6b7178
markup.deleted#F1BE83
markup.inserted#67A0E9
markup.changed#55A1E7
markup.heading, markup.heading.setext, punctuation.definition.heading#67A0E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55A1E7
string.other.link.title, string.other.link.description#67A0E9
markup.underline.link#6b7178underline
punctuation.definition.list#79A9EC
markup.quote, punctuation.definition.quote#6b7178italic
Morphous Theme by Ameyanagi - VS Code Theme