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#000000
  • activityBar.border#1A1A1A
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#8A8A8A
  • activityBarBadge.background#00E0E0
  • activityBarBadge.foreground#000000
  • button.background#E0E0E0
  • button.foreground#000000
  • button.hoverBackground#FFFFFF
  • editor.background#000000
  • editor.foreground#E0E0E0
  • editorGroupHeader.tabsBackground#000000
  • focusBorder#FFFFFF50
  • input.background#1A1A1A
  • input.border#333333
  • list.activeSelectionBackground#FFFFFF20
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#1A1A1A
  • panel.background#0C0C0C
  • panel.border#1A1A1A
  • selection.background#FFFFFF20
  • sideBar.background#0C0C0C
  • sideBar.border#1A1A1A
  • sideBarSectionHeader.background#121212
  • statusBar.background#000000
  • statusBar.border#1A1A1A
  • statusBar.foreground#A0A0A0
  • tab.activeBackground#121212
  • tab.activeForeground#FFFFFF
  • tab.border#1A1A1A
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#8A8A8A
  • terminal.ansiBrightGreen#34D399
  • terminal.ansiBrightYellow#FBBF24
  • terminal.background#000000
  • terminal.foreground#E0E0E0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, punctuation.definition.string#FFCC00
constant.numeric, constant.language.boolean#FF7B72
keyword, storage.type, storage.modifier#FFA7C4
entity.name.function, support.function#00E0E0
variable.parameter#FFD700italic
entity.name.tag, punctuation.definition.tag#79C0FF
entity.other.attribute-name#FFD700italic
variable.language.this#FFA7C4
entity.name.class, entity.name.type#FFCC00underline
keyword.operator#8F8F8F