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.background#000000
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#333333
  • activityBarBadge.foreground#FFFFFF
  • badge.background#1E1E1E
  • badge.foreground#FFFFFF
  • dropdown.background#000000
  • dropdown.foreground#CCCCCC
  • editor.background#000000
  • editor.findMatchBackground#444400
  • editor.findMatchHighlightBackground#33336680
  • editor.foreground#E6E6E6
  • editor.inactiveSelectionBackground#11112280
  • editor.selectionBackground#222244
  • editorCursor.foreground#FFFFFF
  • editorGroupHeader.tabsBackground#000000
  • editorLineNumber.activeForeground#AAAAAA
  • editorLineNumber.foreground#444444
  • input.background#000000
  • input.foreground#FFFFFF
  • list.activeSelectionForeground#9caa3e
  • list.errorForeground#FF6E6E
  • list.hoverForeground#E5C07B
  • list.inactiveSelectionForeground#BBBBBB
  • list.warningForeground#E5C07B
  • menu.background#000000
  • menu.foreground#CCCCCC
  • panel.background#000000
  • sideBar.background#000000
  • sideBar.foreground#DDDDDD
  • statusBar.background#000000
  • statusBar.foreground#DDDDDD
  • tab.activeBackground#000000
  • tab.activeForeground#FFFFFF
  • tab.activeModifiedBorder#E06C75
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#888888
  • tab.inactiveModifiedBorder#D19A66
  • tab.unfocusedActiveForeground#BBBBBB
  • tab.unfocusedInactiveForeground#555555
  • terminal.background#000000
  • terminal.foreground#CCCCCC
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7A869Aitalic underline
keyword#B877DBbold
string#9CDC8C
variable#E6E6E6
constant.numeric#D19A66
entity.name.function#61AFEF
storage.type#4FC1FF
entity.name.class#E5C07B
entity.name.tag#E06C75
support.constant#56B6C2
punctuation#BBBBBB
operator#FFFFFF
constant.character.escape#C678DD
invalid#FF6E6Ebold
Void-Theme by DevHarsha - VS Code Theme