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#ff4d4d40
  • editorCursor.foreground#ffd700
  • editorGutter.addedBackground#1a1a1d
  • editorGutter.background#1a1a1d
  • editorGutter.deletedBackground#1a1a1d
  • editorGutter.modifiedBackground#1a1a1d
  • editorLineNumber.activeForeground#ffd700
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#404040
  • sideBar.background#1a1a1d
  • sideBar.foreground#e0e0e0
  • statusBar.background#ff4d4d
  • statusBar.debuggingBackground#ff4d4d
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ff4d4d
  • tab.activeBackground#2a2a2d
  • tab.activeBorder#ffd700
  • tab.activeBorderTop#ffd700
  • 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#ffd700
entity.name.function#e0e0e0
variable#9CDCFE
constant.numeric#B5CEA8
entity.name.type, storage.type#4EC9B0
keyword.operator#ffd700
punctuation#e0e0e0