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#1A1A1A
  • activityBar.foreground#C0C0C0
  • button.background#3A3A3A
  • button.foreground#C0C0C0
  • dropdown.background#2E2E2E
  • dropdown.foreground#C0C0C0
  • editor.background#2E2E2E
  • editor.foreground#C0C0C0
  • editorLineNumber.foreground#707070
  • scrollbarSlider.background#5A5A5A
  • scrollbarSlider.hoverBackground#666666
  • sideBar.background#252525
  • sideBarSectionHeader.background#2E2E2E
  • sideBarTitle.foreground#A6A6A6
  • statusBar.background#003366
  • tab.activeBackground#2D2D2D
  • tab.inactiveBackground#1E1E1E
  • terminal.ansiBlack#1A1A1A
  • terminal.ansiBlue#003366
  • terminal.ansiGreen#00A000
  • terminal.ansiRed#990000
  • terminal.ansiYellow#CCAA00
  • terminal.background#2E2E2E
  • titleBar.activeBackground#003366

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#608060
keyword#00A6ED
string#BADA55
variable#D8A6FF
function#FFD700
type#FF6347
constant#66CCCC

Shiki preview

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

Loading...

Windows98Theme - Coding Theme