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#050a10
  • activityBar.border#1a2540
  • activityBar.foreground#8090ff
  • activityBar.inactiveForeground#405080
  • activityBarBadge.background#0080ff
  • activityBarBadge.foreground#ffffff
  • button.background#0080ff
  • button.foreground#ffffff
  • button.hoverBackground#40a0ff
  • descriptionForeground#c0d0ff
  • editor.background#0a0f1a
  • editor.findMatchBackground#0080ff60
  • editor.findMatchHighlightBackground#0080ff30
  • editor.foreground#e0f0ff
  • editor.lineHighlightBackground#1a2040
  • editor.selectionBackground#0080ff40
  • editor.selectionHighlightBackground#0080ff20
  • editorCursor.foreground#00bfff
  • editorIndentGuide.activeBackground#4080a0
  • editorIndentGuide.background#334080
  • editorLineNumber.activeForeground#00bfff
  • editorLineNumber.foreground#4080a0
  • editorWhitespace.foreground#334080
  • errorForeground#ff4040
  • focusBorder#0080ff
  • foreground#e0f0ff
  • icon.foreground#8090ff
  • menu.background#1a2540
  • menu.foreground#e0f0ff
  • menu.selectionBackground#0080ff40
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#334080
  • selection.background#0080ff40
  • sideBar.background#0f1520
  • sideBar.border#334080
  • sideBar.foreground#c0d0ff
  • sideBarSectionHeader.background#1a2540
  • sideBarSectionHeader.foreground#00bfff
  • sideBarTitle.foreground#0080ff
  • statusBar.background#0a1520
  • statusBar.border#334080
  • statusBar.debuggingBackground#0060c0
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#80c0ff
  • statusBar.noFolderBackground#0a0f1a
  • titleBar.activeBackground#0a0f1a
  • titleBar.activeForeground#e0f0ff
  • titleBar.border#1a2540
  • titleBar.inactiveBackground#050a10
  • titleBar.inactiveForeground#8090ff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4080a0italic
keyword, storage.type, storage.modifier#0080ffbold
string, string.quoted#40c0ff—
constant.numeric, constant.language#80e0ff—
entity.name.function, support.function#00a0ffbold
variable, variable.other#c0e0ff—
entity.name.type, support.type, storage.type#0060c0bold
entity.name.class, support.class#0040a0bold
entity.name.interface#4080ffbold
entity.name.enum#80a0ffbold
keyword.operator#60c0ff—
punctuation#a0c0e0—
meta.brace, punctuation.section#20a0ff—
entity.name.tag#0070e0bold
entity.other.attribute-name#40b0ff—