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#0f1419
  • activityBar.foreground#4fc1ff
  • activityBar.inactiveForeground#3e4c5a
  • activityBarBadge.background#f07178
  • activityBarBadge.foreground#ffffff
  • editor.background#0f1419
  • editor.cursor#f07178
  • editor.foreground#e6f1ff
  • editor.inactiveSelectionBackground#2b4c6830
  • editor.lineHighlightBackground#1a212e20
  • editor.selectionBackground#2b4c6860
  • editorCursor.foreground#f07178
  • editorGutter.background#0f1419
  • editorLineNumber.activeForeground#4fc1ff
  • editorLineNumber.foreground#3e4c5a
  • editorSuggestWidget.background#141920
  • editorSuggestWidget.border#1f2937
  • editorSuggestWidget.selectedBackground#2b4c68
  • editorWidget.background#141920
  • editorWidget.border#1f2937
  • sideBar.background#111519
  • sideBar.foreground#8fa1b3
  • sideBarTitle.foreground#e6f1ff
  • statusBar.background#0f1419
  • statusBar.foreground#8fa1b3
  • terminal.ansiBlack#0f1419
  • terminal.ansiBlue#4fc1ff
  • terminal.ansiCyan#7fdbca
  • terminal.ansiGreen#7fdbca
  • terminal.ansiMagenta#c792ea
  • terminal.ansiRed#f07178
  • terminal.ansiWhite#e6f1ff
  • terminal.ansiYellow#ffee99
  • terminal.background#0f1419
  • terminal.foreground#e6f1ff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5c6773italic
string#7fdbca—
keyword, storage#c792eabold
entity.name.function#4fc1ffbold
variable#ffee99—
constant.numeric#f78c6c—
entity.name.class, entity.name.type#ffee99bold