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#1a1a1d
  • activityBar.foreground#e0e0e0
  • activityBarBadge.background#ff4d4d
  • editor.background#1a1a1d
  • editor.foreground#e0e0e0
  • editor.lineHighlightBackground#2a2a2d
  • editor.selectionBackground#3d5a8040
  • editorCursor.foreground#ffffff
  • editorGutter.addedBackground#1a1a1d
  • editorGutter.background#1a1a1d
  • editorGutter.deletedBackground#1a1a1d
  • editorGutter.modifiedBackground#1a1a1d
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#404040
  • sideBar.background#1a1a1d
  • sideBar.foreground#e0e0e0
  • statusBar.background#3d5a80
  • statusBar.debuggingBackground#3d5a80
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#3d5a80
  • tab.activeBackground#2a2a2d
  • tab.activeBorder#ffffff
  • tab.activeBorderTop#ffffff
  • tab.activeForeground#e0e0e0
  • tab.border#1a1a1d
  • tab.inactiveBackground#1a1a1d
  • tab.inactiveForeground#e0e0e099
  • titleBar.activeBackground#2a2a2d
  • titleBar.activeForeground#e0e0e0
  • titleBar.inactiveBackground#2a2a2d
  • titleBar.inactiveForeground#e0e0e099

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955
string#ff4d4d
keyword#3d5a80
entity.name.function#ffffff
variable#9CDCFE
constant.numeric#B5CEA8
entity.name.type, storage.type#4EC9B0
keyword.operator#ffffff
punctuation#e0e0e0