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#222222
  • activityBar.foreground#EEEEEE
  • activityBar.inactiveForeground#626262
  • breadcrumb.focusForeground#EEEEEE
  • breadcrumb.foreground#959595
  • editor.background#222222
  • editor.foreground#CCCCCC
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#4E4E4E
  • editorCursor.background#222222
  • editorCursor.foreground#EEEEEE
  • editorGroupHeader.tabsBackground#222222
  • editorInlayHint.background#222222
  • editorInlayHint.foreground#959595
  • editorInlayHint.parameterBackground#222222
  • editorInlayHint.parameterForeground#959595
  • editorInlayHint.typeBackground#222222
  • editorInlayHint.typeForeground#959595
  • editorLineNumber.activeForeground#EEEEEE
  • editorLineNumber.foreground#626262
  • editorWidget.background#333333
  • focusBorder#626262
  • foreground#CCCCCC
  • list.activeSelectionBackground#4E4E4E
  • list.focusBackground#4E4E4E
  • list.highlightForeground#EEEEEE
  • peekView.border#303030
  • peekViewEditor.background#303030
  • peekViewTitle.background#303030
  • sideBar.background#222222
  • statusBar.background#222222
  • statusBar.debuggingBackground#222222
  • statusBar.foreground#626262
  • statusBar.noFolderBackground#222222
  • tab.activeBackground#333333
  • tab.activeForeground#EEEEEE
  • tab.inactiveBackground#222222
  • tab.inactiveForeground#959595
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#75CAF2
  • terminal.ansiBrightBlack#959595
  • terminal.ansiBrightBlue#CCE1F1
  • terminal.ansiBrightCyan#DBDCF3
  • terminal.ansiBrightGreen#D7E3CD
  • terminal.ansiBrightMagenta#F1D6DD
  • terminal.ansiBrightRed#F7A597
  • terminal.ansiBrightWhite#EEEEEE
  • terminal.ansiBrightYellow#E1E0C8
  • terminal.ansiCyan#DBDCF3
  • terminal.ansiGreen#CFE8B7
  • terminal.ansiMagenta#F1D6DD
  • terminal.ansiRed#F7A597
  • terminal.ansiWhite#CCCCCC
  • terminal.ansiYellow#E1E0C8
  • terminal.foreground#CCCCCC
  • terminalCursor.background#222222
  • terminalCursor.foreground#EEEEEE
  • titleBar.activeBackground#222222
  • titleBar.activeForeground#CCCCCC
  • titleBar.inactiveBackground#222222
  • titleBar.inactiveForeground#626262

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#FDA293
string, string.regexp, constant.other.symbol#BEDD9F
constant.character.escape#777777
constant.numeric, constant.character, constant.keyword, constant#f4c1cf
entity.name#aed7ff
support.function#aed7ff
punctuation#777777
invalid#BF616A
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343