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#0C130C
  • activityBar.border#ffffff15
  • activityBar.foreground#67E988
  • activityBar.inactiveForeground#FAF9F560
  • activityBarBadge.background#67E988
  • activityBarBadge.foreground#0C130C
  • button.background#67E988
  • button.foreground#0C130C
  • button.hoverBackground#67E988dd
  • editor.background#0C130C
  • editor.foreground#FAF9F5
  • editor.inactiveSelectionBackground#ECCB793580
  • editor.lineHighlightBackground#0A1F1240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECCB7935
  • editorCursor.foreground#67E988
  • editorGroupHeader.tabsBackground#0C130Cdd
  • editorLineNumber.activeForeground#67E988
  • editorLineNumber.foreground#E9E6D980
  • focusBorder#67E988
  • foreground#FAF9F5
  • input.background#0A1F12
  • input.border#ffffff15
  • input.foreground#FAF9F5
  • input.placeholderForeground#FAF9F560
  • list.activeSelectionBackground#67E98830
  • list.activeSelectionForeground#FAF9F5
  • list.highlightForeground#67E988
  • list.hoverBackground#0A1F1240
  • list.hoverForeground#FAF9F5
  • list.inactiveSelectionBackground#67E98815
  • list.inactiveSelectionForeground#FAF9F5
  • selection.background#ECCB7935
  • sideBar.background#0A1F12
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF9F5
  • sideBarSectionHeader.background#0C130C80
  • sideBarSectionHeader.foreground#FAF9F5
  • sideBarTitle.foreground#67E988
  • statusBar.background#0C130C
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF9F5
  • statusBar.noFolderBackground#0C130C
  • tab.activeBackground#0C130C
  • tab.activeBorderTop#67E988
  • tab.activeForeground#FAF9F5
  • tab.border#ffffff15
  • tab.inactiveBackground#0A1F1260
  • tab.inactiveForeground#FAF9F580
  • terminal.ansiBlack#0C130C
  • terminal.ansiBlue#ECCB79
  • terminal.ansiCyan#E7C055
  • terminal.ansiGreen#67E988
  • terminal.ansiMagenta#C3F183
  • terminal.ansiRed#C3F183
  • terminal.ansiWhite#FAF9F5
  • terminal.ansiYellow#E7C055
  • terminal.background#0C130C
  • terminal.foreground#FAF9F5
  • titleBar.activeBackground#0C130C
  • titleBar.activeForeground#FAF9F5
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0C130C
  • titleBar.inactiveForeground#FAF9F560
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E9E6D9italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECCB79bold
storage.type, storage.modifier#ECCB79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67E988
string, punctuation.definition.string, string.template, meta.template.expression#E7C055
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C3F183
variable, variable.other.readwrite, variable.other.object#FAF9F5
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF9F5
variable.parameter, meta.parameter#FAF9F5dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF9F580
keyword.operator#FAF9F5
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7C055bold
entity.other.inherited-class#67E988
entity.name.tag, punctuation.definition.tag#ECCB79
entity.other.attribute-name#67E988
meta.diff, meta.diff.header#E9E6D9
markup.deleted#C3F183
markup.inserted#67E988
markup.changed#E7C055
markup.heading, markup.heading.setext, punctuation.definition.heading#67E988bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7C055
string.other.link.title, string.other.link.description#67E988
markup.underline.link#E9E6D9underline
punctuation.definition.list#ECCB79
markup.quote, punctuation.definition.quote#E9E6D9italic