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#fef6e4
  • activityBar.foreground#f6416c
  • activityBar.inactiveForeground#c8b9a6
  • activityBarBadge.background#f6416c
  • activityBarBadge.foreground#ffffff
  • editor.background#fef6e4
  • editor.cursor#f6416c
  • editor.foreground#2d3748
  • editor.inactiveSelectionBackground#b2d7ff20
  • editor.lineHighlightBackground#f7e8d008
  • editor.selectionBackground#b2d7ff40
  • editorCursor.foreground#f6416c
  • editorGutter.background#fef6e4
  • editorLineNumber.activeForeground#f6416c
  • editorLineNumber.foreground#c8b9a6
  • editorSuggestWidget.background#ffffff
  • editorSuggestWidget.border#e8dcca
  • editorSuggestWidget.selectedBackground#f7e8d0
  • editorWidget.background#ffffff
  • editorWidget.border#e8dcca
  • sideBar.background#faf2e5
  • sideBar.foreground#5a6774
  • sideBarTitle.foreground#2d3748
  • statusBar.background#fef6e4
  • statusBar.debuggingBackground#f6416c
  • statusBar.foreground#5a6774
  • terminal.ansiBlack#2d3748
  • terminal.ansiBlue#3490de
  • terminal.ansiCyan#00bcd4
  • terminal.ansiGreen#00b8a9
  • terminal.ansiMagenta#9561e2
  • terminal.ansiRed#f6416c
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#f8b500
  • terminal.background#fef6e4
  • terminal.foreground#2d3748

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#a0aec0italic
string#00b8a9—
keyword, storage#9561e2bold
entity.name.function#3490debold
variable#ed8936—
constant.numeric#f8b500—
entity.name.class, entity.name.type#e53e3ebold