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#171B24
  • activityBar.border#2A2F3C
  • activityBar.foreground#82AAFF
  • activityBarBadge.background#82AAFF
  • activityBarBadge.foreground#1B1F2B
  • dropdown.background#171B24
  • dropdown.border#2A2F3C
  • dropdown.foreground#E0E3F0
  • editor.background#1B1F2B
  • editor.foreground#E0E3F0
  • editor.lineHighlightBackground#2A2E3B
  • editor.selectionBackground#4B536850
  • editor.selectionHighlightBackground#4B536850
  • editorBracketMatch.background#4B536850
  • editorBracketMatch.border#82AAFF
  • editorCursor.foreground#82AAFF
  • editorGroupHeader.border#2A2F3C
  • editorGroupHeader.noTabsBackground#151820
  • editorGroupHeader.tabsBackground#171B24
  • editorHoverWidget.background#171B24
  • editorHoverWidget.border#2A2F3C
  • editorLineNumber.activeForeground#E0E3F0
  • editorLineNumber.foreground#6E7480
  • editorSuggestWidget.background#171B24
  • editorSuggestWidget.foreground#E0E3F0
  • editorSuggestWidget.highlightForeground#82AAFF
  • editorSuggestWidget.selectedBackground#4B536850
  • editorWidget.background#171B24
  • editorWidget.border#2A2F3C
  • menu.background#171B24
  • menu.foreground#E0E3F0
  • menu.selectionBackground#4B536880
  • menu.selectionForeground#E0E3F0
  • menu.separatorBackground#4B536850
  • minimap.background#1B1F2B
  • panel.background#171B24
  • panel.border#2A2F3C
  • panelTitle.activeBorder#82AAFF
  • panelTitle.activeForeground#E0E3F0
  • panelTitle.inactiveForeground#6E7480
  • pickerGroup.border#4B536850
  • pickerGroup.foreground#82AAFF
  • quickInput.background#171B24
  • quickInput.foreground#E0E3F0
  • quickInputList.focusBackground#4B536850
  • quickInputTitle.background#151820
  • scrollbarSlider.activeBackground#4B5368FF
  • scrollbarSlider.background#4B536880
  • scrollbarSlider.hoverBackground#4B5368AA
  • sideBar.background#1A1E28
  • sideBar.border#2A2F3C
  • sideBar.foreground#C0C6D0
  • sideBarSectionHeader.background#171B24
  • sideBarTitle.foreground#82AAFF
  • statusBar.background#151820
  • statusBar.debuggingBackground#4B5368
  • statusBar.debuggingForeground#E0E3F0
  • statusBar.foreground#E0E3F0
  • statusBar.noFolderBackground#171B24
  • tab.activeBackground#1B1F2B
  • tab.activeBorder#82AAFF
  • tab.activeForeground#E0E3F0
  • tab.border#2A2F3C
  • tab.hoverBackground#1E2230
  • tab.hoverForeground#E0E3F0
  • tab.inactiveBackground#171B24
  • tab.inactiveForeground#6E7480
  • terminal.ansiBlack#151820
  • terminal.ansiBlue#82AAFF
  • terminal.ansiBrightBlack#6E7480
  • terminal.ansiBrightBlue#82AAFF
  • terminal.ansiBrightCyan#89DDFF
  • terminal.ansiBrightGreen#C3E88D
  • terminal.ansiBrightMagenta#C792EA
  • terminal.ansiBrightRed#FF5370
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFCB6B
  • terminal.ansiCyan#89DDFF
  • terminal.ansiGreen#C3E88D
  • terminal.ansiMagenta#C792EA
  • terminal.ansiRed#FF5370
  • terminal.ansiWhite#E0E3F0
  • terminal.ansiYellow#FFCB6B
  • terminal.background#1B1F2B
  • terminal.foreground#E0E3F0
  • terminalCursor.foreground#82AAFF
  • titleBar.activeBackground#171B24
  • titleBar.activeForeground#E0E3F0
  • titleBar.inactiveBackground#151820
  • titleBar.inactiveForeground#6E7480

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6E7480italic
keyword, storage.type, storage.modifier, keyword.control#C792EAbold
variable#FFCB6B
string#C3E88D
function, entity.name.function, meta.function-call, variable.function#82AAFF
class, support.class, support.type, entity.name.type#FF5370
constant.numeric, constant.language#FFCB6B
operator, punctuation#89DDFF
tag, entity.name.tag#F07178
entity.other.attribute-name, support.type.property-name, attribute-name#82AAFF
meta.brace#89DDFF
markup.bold, markup.italic, markup.underline, markup.quote#FFCB6Bbold
invalid, invalid.illegal#FF5370
text#E0E3F0