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#1E1E1E
  • activityBar.foreground#D4D4D4
  • button.background#2A2D2E
  • button.foreground#D4D4D4
  • button.hoverBackground#3A3D41
  • dropdown.background#2A2D2E
  • dropdown.foreground#D4D4D4
  • editor.background#1E1E1E
  • editor.foreground#D4D4D4
  • editor.inactiveSelectionBackground#3A3D4155
  • editor.selectionBackground#4F5B66
  • editor.selectionHighlightBackground#ADD6FF26
  • editor.wordHighlightBackground#575757B8
  • editor.wordHighlightStrongBackground#A7ADBA33
  • editorCursor.foreground#D4D4D4
  • editorGroupHeader.tabsBackground#1E1E1E
  • editorLineNumber.foreground#4A4A4A
  • focusBorder#1E1E1E
  • input.background#2A2D2E
  • input.foreground#D4D4D4
  • inputOption.activeBorder#D4D4D4
  • list.activeSelectionBackground#2A2D2E
  • list.activeSelectionForeground#D4D4D4
  • list.hoverBackground#2A2D2E
  • list.hoverForeground#D4D4D4
  • list.inactiveSelectionBackground#2A2D2E
  • list.inactiveSelectionForeground#D4D4D4
  • menu.selectionBackground#2A2D2E
  • menu.selectionForeground#FFFFFF
  • panel.border#1E1E1E
  • sideBar.background#1E1E1E
  • sideBar.foreground#D4D4D4
  • sideBarSectionHeader.background#1E1E1E
  • sideBarSectionHeader.foreground#D4D4D4
  • statusBar.background#1E1E1E
  • statusBar.foreground#D4D4D4
  • statusBar.noFolderBackground#1E1E1E
  • statusBar.noFolderForeground#D4D4D4
  • statusBarItem.remoteBackground#1E1E1E
  • statusBarItem.remoteForeground#D4D4D4
  • tab.activeBackground#1E1E1E
  • tab.activeBorder#1E1E1E
  • tab.activeBorderTop#D4D4D4
  • tab.border#1E1E1E
  • tab.inactiveBackground#1E1E1E
  • textLink.activeForeground#FFFFFF
  • textLink.foreground#D4D4D4
  • titleBar.activeBackground#1E1E1E
  • titleBar.activeForeground#D4D4D4
  • titleBar.inactiveBackground#1E1E1E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6A9955
keyword, storage.type, storage.modifier#C586C0
string, constant.numeric#CE9178
variable, support.variable#9CDCFE
entity.name.function, support.function#DCDCAA
entity.name.type, support.type#4EC9B0
constant.language, variable.language#569CD6
punctuation, meta.brace#D4D4D4
MinimalV2 by adityarb - VS Code Theme