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.

  • button.background#a992f0
  • button.foreground#FFFFFF
  • button.hoverBackground#b8a4f3
  • descriptionForeground#A1A1AA
  • disabledForeground#6B6B6B
  • errorForeground#F92672
  • focusBorder#FFC324
  • foreground#E1E1E6
  • input.background#252525
  • input.border#383838
  • input.foreground#E1E1E6
  • inputOption.activeBorder#a992f0
  • inputValidation.errorBackground#5C1D1D
  • inputValidation.errorBorder#F92672
  • inputValidation.infoBackground#1D3B5C
  • inputValidation.infoBorder#66D9EF
  • inputValidation.warningBackground#5C4A1D
  • inputValidation.warningBorder#FFC324
  • selection.background#52525B
  • widget.shadow#00000080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A6A6Aitalic
string#52f97a
keyword#F92672bold
entity.name.function, support.function#52f97a
variable, variable.parameter#E1E1E6
constant.numeric#a992f0
entity.name.type#66D9EF