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#2E3440
  • activityBar.foreground#ECEFF4
  • activityBarBadge.background#007ACC
  • activityBarBadge.foreground#FFFFFF
  • button.background#81A1C1
  • button.foreground#ECEFF4
  • editor.background#2E3440
  • editor.foreground#D8DEE9
  • editor.inactiveSelectionBackground#3B4252
  • editor.selectionBackground#4C566A
  • editorCursor.foreground#D8DEE9
  • editorGroup.emptyBackground#2E3440
  • editorGroupHeader.tabsBackground#2E3440
  • editorLineNumber.foreground#4C566A
  • input.background#434C5E
  • input.foreground#D8DEE9
  • list.emptyForeground#D8DEE9
  • sideBar.background#2E3440
  • sideBar.foreground#D8DEE9
  • sideBarSectionHeader.background#4C566A
  • sideBarSectionHeader.foreground#D8DEE9
  • sideBarTitle.foreground#ECEFF4
  • statusBar.background#2E3440
  • statusBar.border#4C566A
  • statusBar.foreground#D8DEE9
  • statusBar.noFolderBackground#2E3440
  • statusBar.noFolderForeground#D8DEE9
  • tab.activeBackground#2E3440
  • tab.activeForeground#D8DEE9
  • tab.border#2E3440
  • tab.inactiveBackground#3B4252
  • tab.inactiveForeground#4C566A
  • terminal.background#2E3440
  • terminal.foreground#D8DEE9
  • terminalCursor.background#D8DEE9
  • terminalCursor.foreground#D8DEE9
  • timeline.background#2E3440
  • timeline.foreground#D8DEE9
  • titleBar.activeBackground#2E3440
  • titleBar.activeForeground#D8DEE9
  • titleBar.inactiveBackground#2E3440
  • titleBar.inactiveForeground#4C566A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4C566Aitalic
keyword#81A1C1bold
string#A3BE8C
variable#BF616A
function#88C0D0