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#252525
  • activityBar.border#6d6d6d
  • activityBar.foreground#d6d6d6
  • activityBarBadge.background#FFCC00
  • activityBarBadge.foreground#252525
  • button.background#2b2b2b
  • button.border#6d6d6d
  • button.foreground#d6d6d6
  • button.hoverBackground#3b3b3b
  • button.secondaryBackground#252525
  • button.secondaryForeground#d6d6d6
  • button.secondaryHoverBackground#3b3b3b
  • dropdown.background#252525
  • dropdown.border#6d6d6d
  • dropdown.foreground#d6d6d6
  • editor.background#181818
  • editor.foreground#d6d6d6
  • editor.lineHighlightBackground#1c1c1c
  • editor.selectionBackground#555555
  • editor.selectionHighlightBackground#ffffff00
  • editorCursor.foreground#FFCC00
  • editorGroup.border#6d6d6d
  • editorGroupHeader.tabsBorder#6d6d6d
  • editorIndentGuide.activeBackground1#9e9e9e
  • editorIndentGuide.background1#4e4e4e
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#535353
  • input.background#252525
  • input.border#6d6d6d
  • input.foreground#d6d6d6
  • inputOption.activeBorder#FFCC00
  • panel.background#252525
  • panel.border#6d6d6d
  • panelTitle.activeForeground#d6d6d6
  • panelTitle.inactiveForeground#888888
  • sideBar.background#373737
  • sideBar.border#6d6d6d
  • sideBar.foreground#d6d6d6
  • sideBarSectionHeader.background#252525
  • sideBarSectionHeader.foreground#d6d6d6
  • sideBarTitle.foreground#ffffff
  • statusBar.background#252525
  • statusBar.border#6d6d6d
  • statusBar.debuggingBackground#3b3b3b
  • statusBar.debuggingForeground#FFCC00
  • statusBar.foreground#d6d6d6
  • tab.activeBackground#252525
  • tab.activeForeground#d6d6d6
  • tab.border#6d6d6d
  • tab.inactiveBackground#141414
  • tab.inactiveForeground#888888
  • terminal.background#252525
  • terminal.foreground#dfdfdf
  • terminal.selectionBackground#555555
  • terminalCursor.foreground#FFCC00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#469857italic
keyword, storage.type#de2c7fbold
string, constant.other.symbol#33c449
variable, entity.name.function#ad81ff
constant.numeric, constant.language, constant.character#f3c83d
entity.name.type, entity.name.class, entity.name.namespace#e0737cbold
support.function, support.constant, support.type#2588f3bold
punctuation, operator#dfdfdf
invalid, invalid.illegal#ffffff
deprecated#888888strikethrough
markup.heading, markup.bold#e5c07bbold
markup.italic#e5c07bitalic
markup.quote#5bdb748eitalic
markup.list, markup.raw#d19a66
meta, meta.structure#dfdfdf
keyword.operator.unpacking, punctuation.definition.operator#FF8800
BlockyBorders by jpchriswright - VS Code Theme