Skip to main content
Coding Theme

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.activeBorder#CE1126
  • activityBar.background#000000
  • activityBar.border#ffffff20
  • activityBar.foreground#ffffff
  • activityBarBadge.background#CE1126
  • activityBarBadge.foreground#ffffff
  • editor.background#0a0a0a
  • editor.foreground#f0f0f0
  • editor.lineHighlightBackground#ffffff08
  • editor.selectionBackground#ffffff20
  • editor.wordHighlightBackground#ce112630
  • editorCursor.foreground#CE1126
  • editorIndentGuide.activeBackground1#666666
  • editorIndentGuide.background1#333333
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#444444
  • list.activeSelectionBackground#ce1126
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#ffffff10
  • sideBar.background#060606
  • sideBar.border#ffffff10
  • sideBar.foreground#e0e0e0
  • sideBarSectionHeader.background#121212
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#CE1126
  • statusBar.border#000000
  • statusBar.debuggingBackground#ffffff
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#ffffff
  • statusBarItem.hoverBackground#a30e1e
  • tab.activeBackground#121212
  • tab.activeBorderTop#CE1126
  • tab.border#1a1a1a
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#888888
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#ffffff
  • titleBar.border#222222

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#666666italic
keyword, storage.type, storage.modifier#ff4d4dbold
string#eebb33
entity.name.function, support.function#ffffffbold
variable, support.variable, variable.other.object.property#dddddd
entity.name.type, support.class#ff6666
constant.numeric, constant.language#ff9999
entity.name.tag#CE1126
entity.other.attribute-name#ccccccitalic

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Vasco da Gama Theme - Coding Theme