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#222222
  • activityBar.foreground#C0C5CE
  • activityBarBadge.background#537791
  • activityBarBadge.foreground#C0C5CE
  • button.background#537791
  • button.foreground#C0C5CE
  • button.hoverBackground#537791
  • dropdown.background#222222
  • dropdown.foreground#C0C5CE
  • editor.background#222222
  • editor.foreground#C0C5CE
  • editor.inactiveSelectionBackground#4F5B6677
  • editor.selectionBackground#4F5B66
  • editor.selectionHighlightBackground#65737E44
  • editor.wordHighlightBackground#C0C5CE33
  • editor.wordHighlightStrongBackground#A7ADBA33
  • editorCursor.foreground#C0C5CE
  • editorGroupHeader.tabsBackground#222222
  • editorLineNumber.foreground#65737E
  • focusBorder#222222
  • input.background#2A2D2E
  • input.foreground#C0C5CE
  • inputOption.activeBorder#537791
  • list.activeSelectionBackground#4F5B66
  • list.activeSelectionForeground#C0C5CE
  • list.hoverBackground#4F5B66
  • list.hoverForeground#C0C5CE
  • list.inactiveSelectionBackground#4F5B66
  • list.inactiveSelectionForeground#C0C5CE
  • menu.selectionBackground#537791
  • menu.selectionForeground#C0C5CE
  • panel.border#222222
  • sideBar.background#222222
  • sideBar.foreground#C0C5CE
  • sideBarSectionHeader.background#222222
  • sideBarSectionHeader.foreground#CCCCCC
  • statusBar.background#222222
  • statusBar.foreground#C0C5CE
  • statusBar.noFolderBackground#222222
  • statusBar.noFolderForeground#C0C5CE
  • statusBarItem.remoteBackground#537791
  • statusBarItem.remoteForeground#C0C5CE
  • tab.activeBackground#222222
  • tab.activeBorder#222222
  • tab.activeBorderTop#537791
  • tab.border#222222
  • tab.inactiveBackground#222222
  • textLink.activeForeground#537791
  • textLink.foreground#537791
  • titleBar.activeBackground#222222
  • titleBar.activeForeground#C0C5CE
  • titleBar.inactiveBackground#222222

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#65737Eitalic
keyword, storage.type, storage.modifier#C594C5
string, constant.numeric#99C794
variable, support.variable#5FB3B3
entity.name.function, support.function#FAC863
entity.name.type, support.type#6699CC
constant.language, variable.language#C594C5
punctuation, meta.brace#C0C5CE
MinimalV2 by adityarb - VS Code Theme