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.activeBackground#4D366F
  • activityBar.activeBorder#ffffff00
  • activityBar.background#705697
  • activityBar.dropBorder#ffffff
  • activityBar.foreground#ededed
  • activityBar.inactiveForeground#ededed
  • activityBarBadge.background#ededed
  • activityBarBadge.foreground#705697
  • editor.background#FDF6E3
  • editor.lineHighlightBackground#EEE8D5
  • editor.selectionBackground#B1F8FF
  • editor.selectionHighlightBorder#ff0000
  • editorCursor.foreground#4e342e
  • editorWhitespace.foreground#3B3A32
  • sideBar.background#FFFFFF
  • statusBar.background#705697
  • statusBar.foreground#FFFFFF
  • titleBar.activeBackground#705697
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#705697
  • titleBar.inactiveForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#999999—
string#1794FAF0—
constant.numeric#0025F5—
constant.language#DE5CFF—
constant.character, constant.other#AE81FF—
variable——
source.sass, meta.selector.sass, entity.other.attribute-name.class.sass#1794FAF0—
source.sass, meta.selector.sass, entity.other.attribute-name.id.sass#1794FAF0—
source.sass meta.property-list.sass meta.property-name.sass support.type.property-name.sass#FF6708F0—
source.sass, meta.selector.sass, entity.name.tag.sass#FF0000—
source.sass meta.property-list.sass meta.property-value.sass constant.other.color.rgb-value.sass#D4D4D4—
keyword#FF3333 bold
storage#EB5086
storage.type#0088FFitalic bold
entity.name.class#85C70Cunderline
entity.other.inherited-class#507806italic underline
entity.name.function#1DA11D bold
variable.parameter#FF960D italic
entity.name.tag#F92672
entity.other.attribute-name#A6E22E
support.function#FFCD03
support.constant#57C8ED
support.type, support.class#124CFAitalic
support.other.variable#1C1C1C
invalid#F8F8F0
invalid.deprecated#F8F8F0—
entity.other.attribute-name.html#F77C00—
keyword.operator.js#5ECFFF—
source.js#050505—
comment.js#C2C2C2—