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#FF1744
  • activityBar.foreground#ffffff
  • activityBarBadge.background#00BCD4
  • activityBarBadge.foreground#000000
  • button.background#FFEB3B
  • button.foreground#ffffff
  • button.hoverBackground#FF1744
  • editor.background#1a1618
  • editor.foreground#f0f0e8
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#FF174440
  • editorCursor.foreground#FFEB3B
  • editorLineNumber.activeForeground#00BCD4
  • editorLineNumber.foreground#858585
  • list.activeSelectionBackground#FF1744
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#FF174450
  • list.hoverBackground#FF174430
  • sideBar.background#252525
  • sideBar.foreground#f0f0e8
  • sideBarTitle.foreground#00BCD4
  • statusBar.background#FF1744
  • statusBar.foreground#ffffff
  • tab.activeBackground#1a1618
  • tab.activeForeground#00BCD4
  • tab.border#1e1e1e
  • tab.inactiveBackground#2d2d2d
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#3b8eea
  • terminal.ansiCyan#29b8db
  • terminal.ansiGreen#FFEB3B
  • terminal.ansiMagenta#b140aa
  • terminal.ansiRed#e74856
  • terminal.ansiWhite#e5e5e5
  • terminal.ansiYellow#00BCD4
  • terminal.background#1a1618
  • terminal.foreground#f0f0e8
  • titleBar.activeBackground#FF1744
  • 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#FFEB3B
string, string.quoted#00BCD4
entity.name.function, support.function#DCDCAA
variable, variable.other#9CDCFE
entity.name.type, entity.name.class#4EC9B0
constant.numeric, constant.language#B5CEA8
keyword.operator#f0f0e8