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#191512
  • activityBar.border#00000000
  • activityBar.foreground#ffcc80
  • activityBar.inactiveForeground#5d4037
  • editor.background#191512
  • editor.foreground#fff3e0
  • editor.lineHighlightBackground#241d18
  • editor.selectionBackground#3e2723
  • editorCursor.foreground#ff6d00
  • editorGroupHeader.tabsBackground#191512
  • editorLineNumber.activeForeground#ffcc80
  • editorLineNumber.foreground#5d4037
  • focusBorder#00000000
  • gitDecoration.conflictingResourceForeground#c792ea
  • gitDecoration.deletedResourceForeground#f07178
  • gitDecoration.ignoredResourceForeground#5d4037
  • gitDecoration.modifiedResourceForeground#ffab91
  • gitDecoration.untrackedResourceForeground#c3e88d
  • list.activeSelectionBackground#ff6d0040
  • list.activeSelectionBorder#00000000
  • list.activeSelectionForeground#ffffff
  • list.activeSelectionIconForeground#ffffff
  • list.focusBackground#ff6d0040
  • list.hoverBackground#ff6d0010
  • list.inactiveSelectionBackground#00000000
  • menu.background#191512
  • menu.border#00000000
  • menu.foreground#fff3e0
  • menu.selectionBackground#ff6d00
  • menu.selectionForeground#191512
  • notifications.background#191512
  • notifications.border#ff6d00
  • notifications.foreground#fff3e0
  • panel.background#191512
  • panel.border#00000000
  • panelTitle.activeBackground#ff6d0040
  • panelTitle.activeBorder#00000000
  • quickInput.background#241d18
  • quickInput.list.focusBackground#ff6d00
  • sideBar.background#191512
  • sideBar.border#00000000
  • sideBar.foreground#ffcc80
  • sideBarSectionHeader.background#191512
  • statusBar.background#191512
  • statusBar.border#00000000
  • statusBar.foreground#ffcc80
  • tab.activeBackground#191512
  • tab.activeBorderBottom#ff6d00
  • tab.activeBorderTop#191512
  • tab.activeForeground#ffab00
  • tab.border#19151200
  • tab.inactiveBackground#191512
  • tab.inactiveForeground#8d6e63
  • terminal.background#191512
  • titleBar.activeBackground#191512
  • titleBar.border#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6d4c41italic
string, string.quoted, string.template#c3e88d—
constant.numeric#ffab91—
constant.language#ffab91—
constant.character#ffab91—
constant.other#ffab91—
variable#fff3e0—
variable.other.readwrite#fff3e0—
variable.parameter#f4511eitalic
variable.language#ff6d00italic
keyword#ff6d00bold
keyword.control#ffcc80italic
keyword.operator#ffcc80—
keyword.declaration#ff6d00bold
storage#ff6d00bold
storage.type#ff6d00bold
entity.name.class#ffcc80—
entity.name.type#ffcc80—
entity.name.function#ffd54f—
entity.other.attribute-name#ffd54fitalic
entity.name.tag#ff7043—
support.function#ffd54f—
support.constant#ffab91—
support.type#ffcc80—
support.class#ffcc80—
support.variable#fff3e0—
punctuation#ffcc80—
meta.brace#ffcc80—
meta.delimiter#ffcc80—
punctuation.definition.variable#fff3e0—
punctuation.definition.string#c3e88d—
punctuation.definition.parameters#ffcc80—
punctuation.terminator#ffcc80—
punctuation.separator#ffcc80—
meta.function-call#ffd54f—
meta.object-literal.key#fff3e0—
source.json meta.structure.dictionary.key#ffcc80—
source.css entity.name.tag#ffd54f—
source.css entity.other.attribute-name.class#c3e88d—
source.css entity.other.attribute-name.id#ffab00—
source.css constant.numeric#ffab91—
source.css keyword.other.unit#ffab91—
text.html.basic entity.other.attribute-name#ffd54fitalic
meta.tag.custom#ffd54f—
markup.heading#ff6d00bold
markup.bold#ff6d00bold
markup.italic#ff6d00italic
markup.underline#ffcc80underline
markup.quote#6d4c41italic
markup.raw#c3e88d—
markup.inline.raw#ffab91—
variable.annotation#ffcc80—
meta.decorator#ff7043—
variable.other.constant#ffab91—
variable.other.enummember#ffab91—
meta.object.member#fff3e0—
variable.other.property#fff3e0—
source.python variable.parameter.function.language.special.self#ff6d00italic
source.python constant.language#ffcc80—
source.go storage.type#ff6d00—
source.go entity.name.function#ffd54f—
source.java storage.modifier#ff6d00—
source.java entity.name.type.class#ffcc80—
source.ts entity.name.type.interface#ffcc80—
source.js variable.other.object#ffcc80—
source.js variable.other.readwrite.alias#ffcc80—
source.shell variable.other#fff3e0—
source.shell keyword.operator#ffcc80—
punctuation.definition.tag.html#ffcc80—
punctuation.definition.tag.begin.html#ffcc80—
punctuation.definition.tag.end.html#ffcc80—
string.regexp#ffcc80—
constant.character.escape.regexp#ffcc80—
variable.group.regexp#c3e88d—
constant.other.character-class.range.regexp#ffab91—
keyword.operator.quantifier.regexp#ffcc80—
support.type.property-name.json#ffcc80—
meta.structure.dictionary.value.json string.quoted.double.json#c3e88d—
source.yaml entity.name.tag#ffcc80—
text.xml entity.name.tag#ff7043—
text.xml entity.other.attribute-name#ffd54f—