Skip to main content
CodingTheme

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#0a0a23
  • activityBar.inactiveForeground#ffffffa0
  • button.background#3b3b4f
  • button.border#f5f6f7
  • editor.background#2a2a40
  • editor.foreground#d4d4d4
  • editor.lineHighlightBorder#0e4470
  • editorBracketMatch.background#263039
  • editorGroupHeader.tabsBackground#1b1b32
  • editorGroupHeader.tabsBorder#dddddd
  • editorIndentGuide.activeBackground1#ffffff00
  • editorIndentGuide.background1#ffffff00
  • editorLineNumber.activeForeground#c6c6c6
  • editorLineNumber.foreground#ffffff
  • editorWidget.background#0a0a23
  • input.background#3b3b4f
  • panel.background#1b1b32
  • sideBar.background#1b1b32
  • sideBar.border#3b3b4f
  • tab.activeBackground#3b3b4f
  • tab.activeBorder#3b3b4f
  • tab.activeBorderTop#dddddd
  • tab.hoverBackground#eeeeee
  • tab.hoverForeground#1b1b32
  • tab.inactiveBackground#1b1b32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, storage.type.class.jsdoc, variable.other.jsdoc#608b4e
keyword, keyword.operator.new, storage, constant.language#569cd6
keyword.operator, storage.type.function.arrow#9cdcfe
constant.numeric#b5cea8
string#ce9178
punctuation.definition.tag#808080
entity.name.tag, meta.selector#569cd6
meta.property-name#9cdcfe
meta.property-value, meta.attribute-selector#ce9178
variable#d4d4d4
punctuation.terminator.statement.js, punctuation.accessor.js, punctuation.separator.key-value.js, punctuation.separator.comma.js#9cdcfe
punctuation.definition.parameters.begin.js, punctuation.definition.parameters.end.js, punctuation.definition.block.js, meta.brace.round.js, meta.template.expression.js#ffff00
punctuation.separator.key-value.css#9cdcfe
keyword.other.unit#b5cea8
meta.at-rule.media.header.css, keyword.operator.logical.only.media.css, keyword.operator.logical.and.media.css#569cd6
keyword.operator.arithmetic.css, punctuation.separator.list.comma.css, punctuation.definition.entity.begin.bracket.square.css, punctuation.definition.entity.end.bracket.square.css#dcdcdc
punctuation.definition.keyword, keyword.operator.pattern.css, constant.other.color.rgb-value.hex.css, punctuation.definition.parameters.begin.bracket.round.css, punctuation.definition.parameters.end.bracket.round.css#d4d4d4
entity.other.attribute-name.html#9cdcfe
punctuation.separator.key-value.html#808080

Shiki preview

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

Loading...