Skip to main content
Coding Theme

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.activeBackground#1b1b1b
  • activityBar.background#363636
  • activityBarBadge.background#0a96e7
  • editor.background#111111
  • editor.foreground#ccccccf3
  • editor.selectionBackground#8a8a8a7c
  • editor.selectionForeground#2600ffd7
  • editor.selectionHighlightBackground#fcfcfc25
  • editor.selectionHighlightBorder#fcfcfc36
  • sideBar.background#1b1b1b
  • sideBar.border#7e7e7e
  • sideBarSectionHeader.background#353535
  • sideBarTitle.foreground#bbbbbb

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#60ee8b
comment, punctuation.definition.comment, string.quoted.docstring#7f817eitalic
variable, entity.name.variable, string constant.other.placeholder, variable.other.object.property, meta.function-call.arguments#bbbbbbf1
variable.other.object#4f89d6f1
constant.other.color#ccccccf1
invalid, invalid.illegal#FF5370f1
keyword, storage.type#4f89d6f1
punctuation.definition.string, constant.other.color, punctuation#4f89d6f1
meta.preprocessor, punctuation.separator.hash, entity.name.variable.preprocessor, keyword.preprocessor#b85fcef1
keyword.other.template, keyword.other.substitution#4f89d6f1
keyword.operator.logical, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.increment, keyword.operator.relational, keyword.operator.conditional, keyword.operator.bitwise#ce6666f1
keyword.control#56ac53f1
meta.tag, entity.name.tag, entity.name.tag.localname, variable.language.special#ce6666f1
entity.name.type, entity.other.attribute-name#bbbbbbf1
entity.name.function, meta.function-call.generic, variable.function, support.function, keyword.other.special-method#d3964cf1italic
meta.block variable.other#f07178f1
keyword.other, constant.language, storage.modifier, support.other.variable, string.other.link#ce6666f1
constant.numeric, support.constant, constant.character, constant.escape, variable.parameter#bbbbbbf1
string.quoted.single, string.quoted.double, constant.other.symbol, constant.other.key, entity.other.inherited-class#d3964cf1italic
support.type.property-name#288be7f1
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bf1italic
markup.inserted#C3E88Df1
markup.deleted#FF5370f1
markup.changed#C792EAf1
string.regexp#d19292f1
*url*, *link*, *uri*underline
SoftDarkened by Ermiq - VS Code Theme