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.border#3b4252
  • activityBar.foreground#88c0d0
  • activityBar.inactiveForeground#4c566a
  • activityBarBadge.background#88c0d0
  • activityBarBadge.foreground#2e3440
  • badge.background#88c0d0
  • badge.foreground#2e3440
  • button.background#88c0d0
  • button.foreground#2e3440
  • button.hoverBackground#81a1c1
  • dropdown.background#3b4252
  • dropdown.border#434c5e
  • dropdown.foreground#eceff4
  • editor.background#2e3440
  • editor.foreground#d8dee9
  • editor.inactiveSelectionBackground#3b4252
  • editor.lineHighlightBackground#3b4252
  • editor.selectionBackground#434c5e
  • editorCursor.foreground#88c0d0
  • editorIndentGuide.activeBackground#4c566a
  • editorIndentGuide.background#3b4252
  • editorLineNumber.activeForeground#88c0d0
  • editorLineNumber.foreground#4c566a
  • editorSuggestWidget.background#3b4252
  • editorSuggestWidget.border#88c0d0
  • editorSuggestWidget.selectedBackground#434c5e
  • editorWhitespace.foreground#3b4252
  • editorWidget.background#3b4252
  • editorWidget.border#88c0d0
  • input.background#3b4252
  • input.border#434c5e
  • input.foreground#eceff4
  • input.placeholderForeground#4c566a
  • inputOption.activeBorder#88c0d0
  • list.activeSelectionBackground#434c5e
  • list.activeSelectionForeground#eceff4
  • list.focusOutline#88c0d0
  • list.hoverBackground#3b4252
  • list.inactiveSelectionBackground#3b4252
  • panel.background#2e3440
  • panel.border#3b4252
  • panelTitle.activeBorder#88c0d0
  • panelTitle.activeForeground#eceff4
  • panelTitle.inactiveForeground#4c566a
  • scrollbarSlider.activeBackground#434c5ecc
  • scrollbarSlider.background#434c5e66
  • scrollbarSlider.hoverBackground#434c5e99
  • sideBar.background#2e3440
  • sideBar.border#3b4252
  • sideBar.foreground#d8dee9
  • sideBarSectionHeader.background#3b4252
  • sideBarSectionHeader.foreground#eceff4
  • sideBarTitle.foreground#88c0d0
  • statusBar.background#3b4252
  • statusBar.debuggingBackground#bf616a
  • statusBar.foreground#eceff4
  • statusBar.noFolderBackground#434c5e
  • tab.activeBackground#2e3440
  • tab.activeBorder#88c0d0
  • tab.activeForeground#eceff4
  • tab.border#3b4252
  • tab.inactiveBackground#3b4252
  • tab.inactiveForeground#d8dee9
  • terminal.ansiBlack#3b4252
  • terminal.ansiBlue#81a1c1
  • terminal.ansiCyan#88c0d0
  • terminal.ansiGreen#a3be8c
  • terminal.ansiMagenta#b48ead
  • terminal.ansiRed#bf616a
  • terminal.ansiWhite#e5e9f0
  • terminal.ansiYellow#ebcb8b
  • terminal.background#2e3440
  • terminal.foreground#d8dee9
  • titleBar.activeBackground#3b4252
  • titleBar.activeForeground#eceff4
  • titleBar.border#3b4252
  • titleBar.inactiveBackground#2e3440
  • titleBar.inactiveForeground#d8dee9

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#616e88italic
string, string.quoted#a3be8c—
keyword, storage.type, storage.modifier#81a1c1—
entity.name.function, support.function#88c0d0—
variable, variable.other#d8dee9—
constant.numeric, constant.language, constant.character#b48ead—
entity.name.type, entity.name.class, support.class#8fbcbb—
keyword.operator#81a1c1—
entity.name.tag#81a1c1—
entity.other.attribute-name#8fbcbb—
support.type.property-name#8fbcbb—
punctuation#eceff4—