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#fafafa
  • activityBar.foreground#383a42
  • activityBar.inactiveForeground#9d9d9d
  • activityBarBadge.background#526eff
  • activityBarBadge.foreground#ffffff
  • editor.background#fafafa
  • editor.cursor#526eff
  • editor.foreground#383a42
  • editor.inactiveSelectionBackground#3b599830
  • editor.lineHighlightBackground#e5e5e608
  • editor.selectionBackground#3b5998
  • editor.selectionForeground#ffffff
  • editorCursor.foreground#526eff
  • editorGutter.background#fafafa
  • editorIndentGuide.activeBackground#c0c0c0
  • editorIndentGuide.background#e0e0e0
  • editorLineNumber.activeForeground#383a42
  • editorLineNumber.foreground#9d9d9d
  • editorSuggestWidget.background#f2f2f2
  • editorSuggestWidget.border#e0e0e0
  • editorSuggestWidget.selectedBackground#e0e0e0
  • editorWidget.background#f2f2f2
  • editorWidget.border#e0e0e0
  • sideBar.background#f5f5f5
  • sideBar.foreground#383a42
  • sideBarTitle.foreground#383a42
  • statusBar.background#fafafa
  • statusBar.debuggingBackground#526eff
  • statusBar.foreground#383a42
  • terminal.ansiBlack#383a42
  • terminal.ansiBlue#4078f2
  • terminal.ansiCyan#0997b3
  • terminal.ansiGreen#50a14f
  • terminal.ansiMagenta#a626a4
  • terminal.ansiRed#e45649
  • terminal.ansiWhite#fafafa
  • terminal.ansiYellow#c18401
  • terminal.background#fafafa
  • terminal.foreground#383a42

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#a0a1a7italic
string#50a14f—
keyword, storage#a626a4bold
entity.name.function#4078f2bold
variable#e45649—
constant.numeric#c18401—
entity.name.class, entity.name.type#c18401bold
constant, variable.other.constant#c18401—
keyword.operator#0997b3—