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#f6f8fa
  • activityBar.foreground#24292f
  • activityBar.inactiveForeground#8c959f
  • activityBarBadge.background#0969da
  • activityBarBadge.foreground#ffffff
  • badge.background#0969da
  • badge.foreground#ffffff
  • button.background#1f883d
  • button.foreground#ffffff
  • button.hoverBackground#1a7f37
  • editor.background#ffffff
  • editor.findMatchBackground#bf8700
  • editor.findMatchHighlightBackground#ffd33d50
  • editor.foreground#24292f
  • editor.inactiveSelectionBackground#0969da15
  • editor.lineHighlightBackground#f6f8fa
  • editor.selectionBackground#0969da25
  • editorCursor.foreground#24292f
  • editorError.foreground#cf222e
  • editorGroupHeader.tabsBackground#f6f8fa
  • editorGutter.addedBackground#1a7f37
  • editorGutter.deletedBackground#cf222e
  • editorGutter.modifiedBackground#0969da
  • editorIndentGuide.activeBackground1#8c959f
  • editorIndentGuide.background1#d0d7de
  • editorInfo.foreground#0969da
  • editorLineNumber.activeForeground#24292f
  • editorLineNumber.foreground#8c959f
  • editorWarning.foreground#9a6700
  • editorWhitespace.foreground#d0d7de
  • focusBorder#0969da
  • input.background#ffffff
  • input.border#d0d7de
  • input.foreground#24292f
  • inputOption.activeBorder#0969da
  • list.activeSelectionBackground#dae8fb
  • list.activeSelectionForeground#24292f
  • list.focusBackground#dae8fb
  • list.hoverBackground#eaeef2
  • panel.background#f6f8fa
  • panel.border#d0d7de
  • panelTitle.activeBorder#0969da
  • panelTitle.activeForeground#24292f
  • panelTitle.inactiveForeground#8c959f
  • scrollbarSlider.background#8c959f40
  • scrollbarSlider.hoverBackground#8c959f60
  • sideBar.background#f6f8fa
  • sideBar.foreground#24292f
  • sideBarSectionHeader.background#ffffff
  • sideBarSectionHeader.foreground#24292f
  • sideBarTitle.foreground#24292f
  • statusBar.background#0969da
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#0969da
  • statusBarItem.hoverBackground#0756b8
  • tab.activeBackground#ffffff
  • tab.activeBorderTop#0969da
  • tab.activeForeground#24292f
  • tab.border#d0d7de
  • tab.inactiveBackground#f6f8fa
  • tab.inactiveForeground#8c959f
  • terminal.ansiBlack#24292f
  • terminal.ansiBlue#0969da
  • terminal.ansiBrightBlack#57606a
  • terminal.ansiBrightBlue#218bff
  • terminal.ansiBrightCyan#3192aa
  • terminal.ansiBrightGreen#1a7f37
  • terminal.ansiBrightMagenta#a475f9
  • terminal.ansiBrightRed#a40e26
  • terminal.ansiBrightWhite#8c959f
  • terminal.ansiBrightYellow#633c01
  • terminal.ansiCyan#1b7c83
  • terminal.ansiGreen#116329
  • terminal.ansiMagenta#8250df
  • terminal.ansiRed#cf222e
  • terminal.ansiWhite#6e7781
  • terminal.ansiYellow#4d2d00
  • terminal.background#ffffff
  • terminal.foreground#24292f
  • titleBar.activeBackground#f6f8fa
  • titleBar.activeForeground#24292f
  • titleBar.inactiveBackground#f6f8fa
  • titleBar.inactiveForeground#8c959f

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8c959fitalic
keyword, storage.type, storage.modifier#cf222e—
keyword.operator#24292f—
string, string.template#0a3069—
string.regexp#116329—
constant.numeric#0550ae—
constant.language#0550ae—
constant.character.escape#116329—
variable#24292f—
variable.language#0550aeitalic
entity.name.function, support.function#8250df—
entity.name.type, entity.name.class, support.class#953800—
entity.name.tag#116329—
entity.other.attribute-name#953800—
support.type#0550ae—
meta.decorator, punctuation.decorator#8250df—
punctuation#24292f—
invalid#cf222e—