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#8B0000
  • activityBar.foreground#ffffff
  • activityBarBadge.background#FFD700
  • activityBarBadge.foreground#000000
  • button.background#4A90E2
  • button.foreground#ffffff
  • button.hoverBackground#8B0000
  • editor.background#1a1410
  • editor.foreground#f5e6d3
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#8B000040
  • editorCursor.foreground#4A90E2
  • editorLineNumber.activeForeground#FFD700
  • editorLineNumber.foreground#858585
  • list.activeSelectionBackground#8B0000
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#8B000050
  • list.hoverBackground#8B000030
  • sideBar.background#252525
  • sideBar.foreground#f5e6d3
  • sideBarTitle.foreground#FFD700
  • statusBar.background#8B0000
  • statusBar.foreground#ffffff
  • tab.activeBackground#1a1410
  • tab.activeForeground#FFD700
  • tab.border#1e1e1e
  • tab.inactiveBackground#2d2d2d
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#3b8eea
  • terminal.ansiCyan#29b8db
  • terminal.ansiGreen#4A90E2
  • terminal.ansiMagenta#b140aa
  • terminal.ansiRed#e74856
  • terminal.ansiWhite#e5e5e5
  • terminal.ansiYellow#FFD700
  • terminal.background#1a1410
  • terminal.foreground#f5e6d3
  • titleBar.activeBackground#8B0000
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#3c3c3c
  • titleBar.inactiveForeground#888888

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
keyword, storage.type, storage.modifier#4A90E2
string, string.quoted#FFD700
entity.name.function, support.function#DCDCAA
variable, variable.other#9CDCFE
entity.name.type, entity.name.class#4EC9B0
constant.numeric, constant.language#B5CEA8
keyword.operator#f5e6d3