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#110C09
  • activityBar.border#ffffff15
  • activityBar.foreground#67E1E9
  • activityBar.inactiveForeground#f3efe660
  • activityBarBadge.background#67E1E9
  • activityBarBadge.foreground#110C09
  • button.background#67E1E9
  • button.foreground#110C09
  • button.hoverBackground#67E1E9dd
  • editor.background#110C09
  • editor.foreground#f3efe6
  • editor.inactiveSelectionBackground#79DEEC3580
  • editor.lineHighlightBackground#2B1B1240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79DEEC35
  • editorCursor.foreground#67E1E9
  • editorGroupHeader.tabsBackground#110C09dd
  • editorLineNumber.activeForeground#67E1E9
  • editorLineNumber.foreground#c6a98280
  • focusBorder#67E1E9
  • foreground#f3efe6
  • input.background#2B1B12
  • input.border#ffffff15
  • input.foreground#f3efe6
  • input.placeholderForeground#f3efe660
  • list.activeSelectionBackground#67E1E930
  • list.activeSelectionForeground#f3efe6
  • list.highlightForeground#67E1E9
  • list.hoverBackground#2B1B1240
  • list.hoverForeground#f3efe6
  • list.inactiveSelectionBackground#67E1E915
  • list.inactiveSelectionForeground#f3efe6
  • selection.background#79DEEC35
  • sideBar.background#2B1B12
  • sideBar.border#ffffff15
  • sideBar.foreground#f3efe6
  • sideBarSectionHeader.background#110C0980
  • sideBarSectionHeader.foreground#f3efe6
  • sideBarTitle.foreground#67E1E9
  • statusBar.background#110C09
  • statusBar.border#ffffff15
  • statusBar.foreground#f3efe6
  • statusBar.noFolderBackground#110C09
  • tab.activeBackground#110C09
  • tab.activeBorderTop#67E1E9
  • tab.activeForeground#f3efe6
  • tab.border#ffffff15
  • tab.inactiveBackground#2B1B1260
  • tab.inactiveForeground#f3efe680
  • terminal.ansiBlack#110C09
  • terminal.ansiBlue#79DEEC
  • terminal.ansiCyan#E78B55
  • terminal.ansiGreen#67E1E9
  • terminal.ansiMagenta#F1A483
  • terminal.ansiRed#F1A483
  • terminal.ansiWhite#f3efe6
  • terminal.ansiYellow#E78B55
  • terminal.background#110C09
  • terminal.foreground#f3efe6
  • titleBar.activeBackground#110C09
  • titleBar.activeForeground#f3efe6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#110C09
  • titleBar.inactiveForeground#f3efe660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c6a982italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79DEECbold
storage.type, storage.modifier#79DEECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67E1E9
string, punctuation.definition.string, string.template, meta.template.expression#E78B55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1A483
variable, variable.other.readwrite, variable.other.object#f3efe6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f3efe6
variable.parameter, meta.parameter#f3efe6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f3efe680
keyword.operator#f3efe6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E78B55bold
entity.other.inherited-class#67E1E9
entity.name.tag, punctuation.definition.tag#79DEEC
entity.other.attribute-name#67E1E9
meta.diff, meta.diff.header#c6a982
markup.deleted#F1A483
markup.inserted#67E1E9
markup.changed#E78B55
markup.heading, markup.heading.setext, punctuation.definition.heading#67E1E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E78B55
string.other.link.title, string.other.link.description#67E1E9
markup.underline.link#c6a982underline
punctuation.definition.list#79DEEC
markup.quote, punctuation.definition.quote#c6a982italic