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.activeBackground#0f0a1a
  • activityBar.activeBorder#bf00ff
  • activityBar.background#020005
  • activityBar.border#8000ff
  • activityBar.foreground#bf00ff
  • activityBar.inactiveForeground#553366
  • activityBarBadge.background#8000ff
  • activityBarBadge.foreground#ffffff
  • button.background#8000ff
  • button.border#8000ff
  • button.foreground#ffffff
  • button.hoverBackground#a040ff
  • dropdown.background#0f0a1a
  • dropdown.border#8000ff
  • dropdown.foreground#c080ff
  • editor.background#0f0a1a
  • editor.findMatchBackground#8000ff80
  • editor.findMatchHighlightBackground#8000ff40
  • editor.foreground#c080ff
  • editor.lineHighlightBackground#1a142d
  • editor.selectionBackground#8000ff60
  • editor.selectionHighlightBackground#8000ff30
  • editorCursor.foreground#bf00ff
  • editorGroupHeader.tabsBackground#050510
  • editorGroupHeader.tabsBorder#8000ff
  • editorGutter.background#050510
  • editorIndentGuide.activeBackground#bf00ff
  • editorIndentGuide.background#553366
  • editorLineNumber.activeForeground#bf00ff
  • editorLineNumber.foreground#886699
  • editorWhitespace.foreground#553366
  • errorForeground#ff4040
  • focusBorder#8000ff
  • foreground#c080ff
  • icon.foreground#bf00ff
  • input.background#0f0a1a
  • input.border#8000ff
  • input.foreground#c080ff
  • input.placeholderForeground#886699
  • list.activeSelectionBackground#8000ff60
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#1a142d
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#553366
  • list.inactiveSelectionForeground#c080ff
  • menu.background#0f0a1a
  • menu.border#8000ff
  • menu.foreground#c080ff
  • menu.selectionBackground#8000ff60
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#8000ff
  • panel.background#050510
  • panel.border#8000ff
  • panelTitle.activeBorder#bf00ff
  • panelTitle.activeForeground#bf00ff
  • panelTitle.inactiveForeground#886699
  • selection.background#8000ff60
  • sideBar.background#050510
  • sideBar.border#8000ff
  • sideBar.foreground#c080ff
  • sideBarSectionHeader.background#0f0a1a
  • sideBarSectionHeader.border#8000ff
  • sideBarSectionHeader.foreground#c080ff
  • sideBarTitle.foreground#bf00ff
  • statusBar.background#020005
  • statusBar.border#8000ff
  • statusBar.debuggingBackground#8000ff
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#c080ff
  • statusBar.noFolderBackground#020005
  • statusBarItem.activeBackground#1a142d
  • statusBarItem.hoverBackground#0f0a1a
  • tab.activeBackground#0f0a1a
  • tab.activeBorder#bf00ff
  • tab.activeForeground#bf00ff
  • tab.border#8000ff
  • tab.inactiveBackground#050510
  • tab.inactiveForeground#886699
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#4080ff
  • terminal.ansiCyan#40ffff
  • terminal.ansiGreen#80ff40
  • terminal.ansiMagenta#bf00ff
  • terminal.ansiRed#ff4080
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ffff40
  • terminal.background#0f0a1a
  • terminal.foreground#c080ff
  • titleBar.activeBackground#020005
  • titleBar.activeForeground#c080ff
  • titleBar.border#8000ff
  • titleBar.inactiveBackground#020005
  • titleBar.inactiveForeground#553366

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#886699italic
keyword#8000ffbold
string#c080ff
constant.numeric#e080ff
entity.name.function#bf00ffbold
variable#d080ff
entity.name.type#9040ffbold
entity.name.class#7020ffbold