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#181f24
  • activityBar.border#2E3944
  • activityBar.foreground#124E66
  • activityBar.inactiveForeground#748D92
  • activityBarBadge.background#124E66
  • activityBarBadge.foreground#D3D9D4
  • badge.background#124E66
  • badge.foreground#D3D9D4
  • button.background#124E66
  • button.foreground#D3D9D4
  • button.hoverBackground#2E3944
  • dropdown.background#2E3944
  • dropdown.border#124E66
  • dropdown.foreground#D3D9D4
  • editor.background#212A31
  • editor.foreground#D3D9D4
  • editor.inactiveSelectionBackground#124E6633
  • editor.lineHighlightBackground#2E3944
  • editor.selectionBackground#124E6666
  • editorCursor.foreground#124E66
  • editorGroup.border#2E3944
  • editorGroupHeader.tabsBackground#1a2128
  • editorIndentGuide.activeBackground#124E66
  • editorIndentGuide.background#2E3944
  • editorLineNumber.activeForeground#124E66
  • editorLineNumber.foreground#748D92
  • editorSuggestWidget.background#2E3944
  • editorSuggestWidget.border#124E66
  • editorSuggestWidget.selectedBackground#124E66
  • editorWhitespace.foreground#2E3944
  • editorWidget.background#2E3944
  • editorWidget.border#124E66
  • focusBorder#124E66
  • input.background#2E3944
  • input.border#124E66
  • input.foreground#D3D9D4
  • input.placeholderForeground#748D92
  • inputOption.activeBorder#124E66
  • list.activeSelectionBackground#124E66
  • list.activeSelectionForeground#D3D9D4
  • list.focusOutline#124E66
  • list.hoverBackground#2E3944
  • list.inactiveSelectionBackground#2E3944
  • panel.background#1a2128
  • panel.border#2E3944
  • panelTitle.activeBorder#124E66
  • panelTitle.activeForeground#D3D9D4
  • panelTitle.inactiveForeground#748D92
  • scrollbarSlider.activeBackground#124E6699
  • scrollbarSlider.background#2E394466
  • scrollbarSlider.hoverBackground#2E394499
  • sideBar.background#1a2128
  • sideBar.border#2E3944
  • sideBar.foreground#D3D9D4
  • sideBarSectionHeader.background#2E3944
  • sideBarSectionHeader.foreground#D3D9D4
  • sideBarTitle.foreground#124E66
  • statusBar.background#124E66
  • statusBar.debuggingBackground#748D92
  • statusBar.foreground#D3D9D4
  • statusBar.noFolderBackground#212A31
  • tab.activeBackground#212A31
  • tab.activeBorder#124E66
  • tab.activeForeground#D3D9D4
  • tab.border#2E3944
  • tab.inactiveBackground#1a2128
  • tab.inactiveForeground#748D92
  • terminal.ansiBlack#212A31
  • terminal.ansiBlue#124E66
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#748D92
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#D3D9D4
  • terminal.ansiYellow#e5c07b
  • terminal.background#212A31
  • terminal.foreground#D3D9D4
  • titleBar.activeBackground#1a2128
  • titleBar.activeForeground#D3D9D4
  • titleBar.border#2E3944
  • titleBar.inactiveBackground#181f24
  • titleBar.inactiveForeground#748D92

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#748D92italic
string, string.quoted#98c379—
keyword, storage.type, storage.modifier#124E66—
entity.name.function, support.function#e5c07b—
variable, variable.other#56b6c2—
constant.numeric, constant.language, constant.character#e06c75—
entity.name.type, entity.name.class, support.class#124E66—
keyword.operator#748D92—
entity.name.tag#124E66—
entity.other.attribute-name#56b6c2—
support.type.property-name#56b6c2—
punctuation#D3D9D4—