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#0A0A0A
  • badge.background#8B0000
  • button.background#8B0000
  • button.hoverBackground#A00000
  • disabledForeground#666666
  • editor.background#121212
  • editor.foreground#E8E8E8
  • editor.lineHighlightBackground#1A1A1A
  • editor.selectionBackground#2D2D2D
  • focusBorder#2A2A2A
  • foreground#E8E8E8
  • list.activeSelectionBackground#2A2A2A
  • progressBar.background#8B0000
  • selection.background#3A3A3A
  • sideBar.background#0D0D0D
  • sideBar.foreground#CCCCCC
  • statusBar.background#000000
  • textLink.activeForeground#A00000
  • textLink.foreground#8B0000
  • titleBar.activeBackground#0D0D0D
  • titleBar.activeForeground#CCCCCC
  • titleBar.border#1A1A1A
  • titleBar.inactiveBackground#0A0A0A
  • titleBar.inactiveForeground#666666
  • widget.border#1A1A1A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#696969italic
string#E8B4A3
keyword, storage, keyword.control#D16B6B
variable, variable.parameter#E8E8E8
entity.name.class, entity.name.type#D4A6C8
constant.numeric, constant.language#C8C8C8