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#3E2B1E
  • activityBar.border#ffffff15
  • activityBar.foreground#67C0E9
  • activityBar.inactiveForeground#f8fbfb60
  • activityBarBadge.background#67C0E9
  • activityBarBadge.foreground#3E2B1E
  • button.background#67C0E9
  • button.foreground#3E2B1E
  • button.hoverBackground#67C0E9dd
  • editor.background#3E2B1E
  • editor.foreground#f8fbfb
  • editor.inactiveSelectionBackground#79D5EC3580
  • editor.lineHighlightBackground#21181240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79D5EC35
  • editorCursor.foreground#67C0E9
  • editorGroupHeader.tabsBackground#3E2B1Edd
  • editorLineNumber.activeForeground#67C0E9
  • editorLineNumber.foreground#eef6f880
  • focusBorder#67C0E9
  • foreground#f8fbfb
  • input.background#211812
  • input.border#ffffff15
  • input.foreground#f8fbfb
  • input.placeholderForeground#f8fbfb60
  • list.activeSelectionBackground#67C0E930
  • list.activeSelectionForeground#f8fbfb
  • list.highlightForeground#67C0E9
  • list.hoverBackground#21181240
  • list.hoverForeground#f8fbfb
  • list.inactiveSelectionBackground#67C0E915
  • list.inactiveSelectionForeground#f8fbfb
  • selection.background#79D5EC35
  • sideBar.background#211812
  • sideBar.border#ffffff15
  • sideBar.foreground#f8fbfb
  • sideBarSectionHeader.background#3E2B1E80
  • sideBarSectionHeader.foreground#f8fbfb
  • sideBarTitle.foreground#67C0E9
  • statusBar.background#3E2B1E
  • statusBar.border#ffffff15
  • statusBar.foreground#f8fbfb
  • statusBar.noFolderBackground#3E2B1E
  • tab.activeBackground#3E2B1E
  • tab.activeBorderTop#67C0E9
  • tab.activeForeground#f8fbfb
  • tab.border#ffffff15
  • tab.inactiveBackground#21181260
  • tab.inactiveForeground#f8fbfb80
  • terminal.ansiBlack#3E2B1E
  • terminal.ansiBlue#79D5EC
  • terminal.ansiCyan#E79255
  • terminal.ansiGreen#67C0E9
  • terminal.ansiMagenta#83F1C0
  • terminal.ansiRed#83F1C0
  • terminal.ansiWhite#f8fbfb
  • terminal.ansiYellow#E79255
  • terminal.background#3E2B1E
  • terminal.foreground#f8fbfb
  • titleBar.activeBackground#3E2B1E
  • titleBar.activeForeground#f8fbfb
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3E2B1E
  • titleBar.inactiveForeground#f8fbfb60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#eef6f8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79D5ECbold
storage.type, storage.modifier#79D5ECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67C0E9
string, punctuation.definition.string, string.template, meta.template.expression#E79255
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83F1C0
variable, variable.other.readwrite, variable.other.object#f8fbfb
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f8fbfb
variable.parameter, meta.parameter#f8fbfbdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f8fbfb80
keyword.operator#f8fbfb
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E79255bold
entity.other.inherited-class#67C0E9
entity.name.tag, punctuation.definition.tag#79D5EC
entity.other.attribute-name#67C0E9
meta.diff, meta.diff.header#eef6f8
markup.deleted#83F1C0
markup.inserted#67C0E9
markup.changed#E79255
markup.heading, markup.heading.setext, punctuation.definition.heading#67C0E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E79255
string.other.link.title, string.other.link.description#67C0E9
markup.underline.link#eef6f8underline
punctuation.definition.list#79D5EC
markup.quote, punctuation.definition.quote#eef6f8italic