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#151715
  • activityBar.foreground#1bde38
  • activityBar.inactiveForeground#f3ff6e
  • editor.background#151715
  • editor.foreground#1fff2a
  • editor.lineHighlightBackground#304532
  • editor.selectionBackground#304532
  • editorCursor.foreground#a6d1a3
  • editorWhitespace.foreground#6b6b6b
  • list.activeSelectionBackground#215c1f
  • list.activeSelectionForeground#1bde38
  • list.dropBackground#151715
  • list.hoverBackground#948d59
  • menu.background#151715
  • panel.background#151715
  • sideBar.background#151715
  • sideBar.foreground#f3ff6e
  • sideBarSectionHeader.foreground#1bde38
  • sideBarTitle.foreground#1bde38
  • statusBar.background#151715
  • statusBar.foreground#1bde38
  • tab.activeBackground#3d4222
  • tab.activeForeground#1bde38
  • tab.inactiveBackground#151715
  • tab.inactiveForeground#f3ff6e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7D7D69 bold italic
string#F3FF6E
string.regexp#9EFFFF
constant.numeric#37D6CB
variable.language, variable.other#1BDE3B
keyword#A1AD64 bold
storage#215C1F bold italic
entity.name.class, entity.name.type.class#CDF5CC
entity.name.function#E3CD26
punctuation.definition.variable
punctuation.section.embedded.begin, punctuation.section.embedded.end#54814E
constant.language, meta.preprocessor#07A85D
support.function.construct, keyword.other.new#54814E
constant.character, constant.other#3F8A16
entity.other.inherited-class
variable.parameter#B548BD
entity.name.tag#7B4D94
punctuation.definition.tag.begin, punctuation.definition.tag.end#337275
entity.other.attribute-name#8DAD56
support.function#998842
punctuation.separator.continuation#54814E
support.constant
support.type, support.class#668F6E
support.type.exception#4F8949
support.other.variable
invalid#CC7E7E
markup.quote#68AD1F
markup.list#9DC734
markup.bold, markup.italic#519B49
markup.inline.raw#54814E
markup.heading#E08C48
markup.heading.setext#519449
variable.language#8FFFE9
entity.name.function#948D59
meta.brace.round#99FF7A
string.quoted.double.html#82FF5C
punctuation.definition.tag#996287
entity.name.type.instance#855E78
string.quoted.js#C7BA00
punctuation.accessor#F3FF6E
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6

Shiki preview

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

Loading...