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#030704
  • activityBar.border#ffffff15
  • activityBar.foreground#99E967
  • activityBar.inactiveForeground#F5F8F160
  • activityBarBadge.background#99E967
  • activityBarBadge.foreground#030704
  • button.background#99E967
  • button.foreground#030704
  • button.hoverBackground#99E967dd
  • editor.background#030704
  • editor.foreground#F5F8F1
  • editor.inactiveSelectionBackground#83EC793580
  • editor.lineHighlightBackground#13201640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83EC7935
  • editorCursor.foreground#99E967
  • editorGroupHeader.tabsBackground#030704dd
  • editorLineNumber.activeForeground#99E967
  • editorLineNumber.foreground#EEF5E680
  • focusBorder#99E967
  • foreground#F5F8F1
  • input.background#132016
  • input.border#ffffff15
  • input.foreground#F5F8F1
  • input.placeholderForeground#F5F8F160
  • list.activeSelectionBackground#99E96730
  • list.activeSelectionForeground#F5F8F1
  • list.highlightForeground#99E967
  • list.hoverBackground#13201640
  • list.hoverForeground#F5F8F1
  • list.inactiveSelectionBackground#99E96715
  • list.inactiveSelectionForeground#F5F8F1
  • selection.background#83EC7935
  • sideBar.background#132016
  • sideBar.border#ffffff15
  • sideBar.foreground#F5F8F1
  • sideBarSectionHeader.background#03070480
  • sideBarSectionHeader.foreground#F5F8F1
  • sideBarTitle.foreground#99E967
  • statusBar.background#030704
  • statusBar.border#ffffff15
  • statusBar.foreground#F5F8F1
  • statusBar.noFolderBackground#030704
  • tab.activeBackground#030704
  • tab.activeBorderTop#99E967
  • tab.activeForeground#F5F8F1
  • tab.border#ffffff15
  • tab.inactiveBackground#13201660
  • tab.inactiveForeground#F5F8F180
  • terminal.ansiBlack#030704
  • terminal.ansiBlue#83EC79
  • terminal.ansiCyan#7FE755
  • terminal.ansiGreen#99E967
  • terminal.ansiMagenta#F1E183
  • terminal.ansiRed#F1E183
  • terminal.ansiWhite#F5F8F1
  • terminal.ansiYellow#7FE755
  • terminal.background#030704
  • terminal.foreground#F5F8F1
  • titleBar.activeBackground#030704
  • titleBar.activeForeground#F5F8F1
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#030704
  • titleBar.inactiveForeground#F5F8F160
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#EEF5E6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#83EC79bold
storage.type, storage.modifier#83EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#99E967
string, punctuation.definition.string, string.template, meta.template.expression#7FE755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1E183
variable, variable.other.readwrite, variable.other.object#F5F8F1
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F5F8F1
variable.parameter, meta.parameter#F5F8F1dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F5F8F180
keyword.operator#F5F8F1
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7FE755bold
entity.other.inherited-class#99E967
entity.name.tag, punctuation.definition.tag#83EC79
entity.other.attribute-name#99E967
meta.diff, meta.diff.header#EEF5E6
markup.deleted#F1E183
markup.inserted#99E967
markup.changed#7FE755
markup.heading, markup.heading.setext, punctuation.definition.heading#99E967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#7FE755
string.other.link.title, string.other.link.description#99E967
markup.underline.link#EEF5E6underline
punctuation.definition.list#83EC79
markup.quote, punctuation.definition.quote#EEF5E6italic