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#1F1F1E
  • activityBar.foreground#B3B2A7
  • badge.background#252523
  • badge.foreground#B3B2A7
  • border.color#3a3a38
  • button.background#B3B2A7
  • button.foreground#1F1F1E
  • button.hoverBackground#C4C3B8
  • contrastActiveBorder#B3B2A7
  • descriptionForeground#9C9B92
  • editor.background#1F1F1E
  • editor.foreground#B3B2A7
  • errorForeground#ef5350
  • input.background#252523
  • input.border#3a3a38
  • input.foreground#B3B2A7
  • panel.background#2C2C2A
  • progressBar.background#B3B2A7
  • scrollbarSlider.background#3a3a38
  • scrollbarSlider.hoverBackground#4a4a48
  • sideBar.background#2C2C2A
  • sideBar.border#3a3a38
  • sideBar.foreground#B3B2A7
  • statusBar.background#B3B2A7
  • statusBar.foreground#1F1F1E
  • tab.activeBackground#2C2C2A
  • tab.activeForeground#B3B2A7
  • tab.inactiveBackground#1F1F1E
  • tab.inactiveForeground#9C9B92
  • textLink.foreground#B3B2A7
  • titleBar.activeBackground#1F1F1E
  • titleBar.activeForeground#B3B2A7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#B3B2A7
comment, punctuation.definition.comment#9C9B92italic
keyword, storage.type#B3B2A7
string, constant.other.symbol#B3B2A7
constant.numeric, constant.language#B3B2A7
function, entity.name.function, support.function#B3B2A7
variable, variable.other#B3B2A7
type, support.type, support.class#B3B2A7
tag#B3B2A7
attribute.name#B3B2A7
Riddles Theme by Riddle - VS Code Theme