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#101818
  • activityBar.foreground#ccd0c5
  • activityBarBadge.background#50b8a5
  • button.background#50b8a5
  • button.foreground#1A2828
  • editor.background#1A2828
  • editor.foreground#ccd0c5
  • editor.selectionBackground#50b8a540
  • editorCursor.foreground#50b8a5
  • editorLineNumber.foreground#4A5A58
  • focusBorder#50b8a580
  • list.activeSelectionBackground#50b8a5
  • list.activeSelectionForeground#1A2828
  • list.hoverBackground#223232
  • sideBar.background#152020
  • sideBar.foreground#A0A8A0
  • sideBarTitle.foreground#50b8a5
  • statusBar.background#50b8a5
  • statusBar.foreground#1A2828
  • tab.activeBackground#1A2828
  • tab.activeBorder#50b8a5
  • tab.inactiveBackground#152020
  • textLink.foreground#60C8B5
  • titleBar.activeBackground#101818
  • titleBar.activeForeground#ccd0c5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4A5A58italic
keyword, storage#60C8B5
string#6A9090
constant.numeric#7AA8A0
entity.name.function#60C8B5bold
variable#ccd0c5
entity.name.type#70D8C5bold

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...