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#120A0E
  • activityBar.foreground#F0E8D8
  • badge.background#6BAED6
  • badge.foreground#FFFFFF
  • button.background#6BAED6
  • button.foreground#FFFFFF
  • dropdown.background#261A20
  • dropdown.foreground#F0E8D8
  • editor.background#1E1418
  • editor.foreground#F0E8D8
  • editor.lineHighlightBackground#261A20
  • editor.selectionBackground#3A2830
  • editorBracketMatch.background#3A283040
  • editorBracketMatch.border#E8C840
  • editorCursor.foreground#E8C840
  • editorLineNumber.activeForeground#E8C840
  • editorLineNumber.foreground#5A4048
  • input.background#261A20
  • input.border#4A3038
  • input.foreground#F0E8D8
  • list.activeSelectionBackground#3A2830
  • list.hoverBackground#2E1E24
  • panel.background#180F14
  • sideBar.background#180F14
  • sideBar.foreground#D8D0C0
  • sideBarTitle.foreground#6BAED6
  • statusBar.background#4A2A1A
  • statusBar.foreground#F0E8D8
  • tab.activeBackground#1E1418
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#180F14
  • terminal.background#1E1418
  • terminal.foreground#F0E8D8
  • titleBar.activeBackground#1E1418
  • titleBar.activeForeground#F0E8D8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A4048italic
string, string.quoted, string.template, string.interpolated#E8C840
constant.character.escape, string.regexp#F0D868
punctuation.definition.template-expression, punctuation.section.embedded#6BAED6
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex#F0D868
constant.language, support.constant, constant.language.boolean, constant.language.null, constant.language.undefined#F0D868
keyword, keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop#6BAED6
storage.type, storage.modifier, keyword.control.def, keyword.control.class#6BAED6
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical, keyword.operator.comparison#D8C8B0
entity.name.function, meta.function entity.name.function#D4A840
meta.function-call entity.name.function, variable.function, support.function, meta.method-call entity.name.function, entity.name.function.call#D4A840
support.function.builtin, support.function.magic, meta.function-call support.function#D4A840
meta.method-call, variable.function.member#D4A840
entity.name.type, entity.name.class, support.type, support.class, entity.name.type.class#88C8E8
entity.other.inherited-class#88C8E8italic
entity.name.type.interface, entity.name.type.parameter, entity.name.type.enum#78B8D8
variable, variable.other, variable.other.readwrite#F0E8D8
variable.parameter, variable.parameter.function#D8C8B0
variable.other.property, variable.other.object.property, meta.object-literal.key, support.variable.property#D4A840
variable.language, variable.language.this, variable.language.self, variable.language.special#6BAED6italic
meta.decorator, entity.name.function.decorator, punctuation.definition.decorator, meta.annotation#88C8E8
keyword.control.import, keyword.control.export, keyword.control.from, keyword.other.import#6BAED6
entity.name.import, entity.name.package, support.module#E8C840
entity.name.tag, punctuation.definition.tag#6BAED6
entity.other.attribute-name#E8C840
support.type.property-name, meta.property-name#D4A840
support.constant.property-value, meta.property-value#E8C840
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#88C8E8
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#7A5A60
markup.heading, entity.name.section#6BAED6bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.fenced_code#E8C840