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#0A0A0A
  • activityBarBadge.background#000
  • editor.background#000
  • editor.findMatchBackground#BBBBBB88
  • editor.findMatchBorder#BBBBBB88
  • editor.findMatchHighlightBackground#BBBBBB88
  • editor.findMatchHighlightBorder#BBBBBB88
  • editor.foreground#909090
  • editor.inactiveSelectionBackground#AAAAAA33
  • editor.selectionBackground#AAAAAA33
  • editor.selectionHighlightBackground#11111133
  • editor.selectionHighlightBorder#BBBBBB88
  • editorGroup.border#000
  • editorGroup.dropBackground#000
  • editorGroup.emptyBackground#000
  • editorGroupHeader.noTabsBackground#000
  • editorGroupHeader.tabsBackground#000
  • editorGroupHeader.tabsBorder#000
  • editorIndentGuide.activeBackground1#000
  • editorIndentGuide.background1#000
  • editorInlayHint.typeForeground#FFDFDF40
  • editorRuler.foreground#222
  • editorWhitespace.foreground#000
  • scrollbarSlider.activeBackground#FFF4
  • scrollbarSlider.background#FFF2
  • scrollbarSlider.hoverBackground#FFF3
  • sideBar.background#000
  • sideBar.border#000
  • sideBar.foreground#D4D4D4
  • sideBarTitle.foreground#D4D4D4
  • statusBar.background#000
  • statusBar.foreground#CCC
  • statusBar.noFolderBackground#000
  • tab.activeBackground#000
  • tab.activeBorder#000
  • tab.activeForeground#FFF
  • tab.border#000
  • tab.inactiveBackground#000
  • tab.inactiveForeground#9C9C9C
  • tab.unfocusedActiveBorder#000
  • tab.unfocusedActiveForeground#FFF
  • tab.unfocusedInactiveForeground#9C9C9C
  • terminal.ansiBlack#BBBBBB
  • terminal.ansiBlue#B0B0B0
  • terminal.ansiBrightBlack#BBBBBB
  • terminal.ansiBrightBlue#B0B0B0
  • terminal.ansiBrightCyan#828282
  • terminal.ansiBrightGreen#999999
  • terminal.ansiBrightMagenta#A4A4A4
  • terminal.ansiBrightRed#8E8E8E
  • terminal.ansiBrightWhite#6C6C6C
  • terminal.ansiBrightYellow#777777
  • terminal.ansiCyan#828282
  • terminal.ansiGreen#999999
  • terminal.ansiMagenta#A4A4A4
  • terminal.ansiRed#8E8E8E
  • terminal.ansiWhite#6C6C6C
  • terminal.ansiYellow#777777
  • terminal.background#000000
  • terminal.border#BBBBBB88
  • terminal.foreground#BBBBBB
  • terminal.selectionBackground#BBBBBB33
  • terminalCursor.background#111111
  • terminalCursor.foreground#BBBBBB
  • titleBar.activeBackground#000
  • titleBar.activeForeground#CCC
  • titleBar.border#000
  • titleBar.inactiveBackground#000
  • titleBar.inactiveForeground#CCC

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#D4D4D4
emphasisitalic
strongbold
header#707070
constant.language#E0E0E0
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#EDEDED
constant.regexp#F4F4F4
entity.name.tag#E0E0E0
entity.name.tag.css#D7D7D7
entity.other.attribute-name#E0E0E0
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss#D7D7D7
invalid#F7F7F7
markup.underlineunderline
markup.bold#E0E0E0bold
markup.heading#E0E0E0bold
markup.italicitalic
markup.inserted#EDEDED
markup.deleted#AEAEAE
markup.changed#E0E0E0
punctuation.definition.quote.begin.markdown#6A6A6A
punctuation.definition.list.begin.markdown#DEDEDE
markup.inline.raw#AEAEAE
punctuation.definition.tag#808080
meta.preprocessor, entity.name.function.preprocessor#E0E0E0
meta.preprocessor.string#AEAEAE
meta.preprocessor.numeric#EDEDED
meta.structure.dictionary.key.python#E0E0E0
meta.diff.header#E0E0E0
storage#E0E0E0
storage.type#E0E0E0
storage.modifier, keyword.operator.noexcept#E0E0E0
string, meta.embedded.assembly#AEAEAE
string.tag#AEAEAE
string.value#AEAEAE
string.regexp#D1D1D1
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#E0E0E0
meta.template.expression#D4D4D4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#E0E0E0
keyword#E0E0E0
keyword.control#E0E0E0
keyword.operator#D4D4D4
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python, keyword.operator.wordlike#E0E0E0
keyword.other.unit#EDEDED
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#E0E0E0
support.function.git-rebase#E0E0E0
constant.sha.git-rebase#EDEDED
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#D4D4D4
variable.language#E0E0E0
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#E5E5E5
meta.return-type, support.class, entity.name.type, entity.name.namespace, entity.other.attribute, entity.name.scope-resolution, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#ABABABunderline
support.type#ABABAB
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#9B9B9B
keyword.control, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#909090italic
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#E0E0E0
variable.other.constant, variable.other.enummember#4F4F4F
meta.object-literal.key#E0E0E0
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#AEAEAE
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#AEAEAE
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#D1D1D1
keyword.operator.or.regexp, keyword.control.anchor.regexp#E5E5E5
keyword.operator.quantifier.regexp#D7D7D7
constant.character#E0E0E0
constant.character.escape#D7D7D7
entity.name.label#C8C8C8
keyword.operator#7A7A7A
string.quoted, constant.numeric.css, keyword.other.unit.px.css, constant.numeric.decimal.js, constant.numeric.json#7A7A7Aitalic
comment, string.quoted.docstring.multi.python#6A6A6Aitalic

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...