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#006600
  • activityBarBadge.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBorder#003300
  • editor.findMatchHighlightBorder#002200
  • editor.foreground#CCCCCC
  • editor.selectionBackground#1A1A1A
  • editor.selectionHighlightBorder#333333
  • editor.wordHighlightBorder#2B2B2B
  • editor.wordHighlightStrongBorder#444444
  • editorBracketMatch.background#333333
  • editorBracketMatch.border#555555
  • editorCursor.foreground#FFFFFF
  • editorError.foreground#990000
  • editorGutter.addedBackground#003300
  • editorGutter.background#000000
  • editorGutter.deletedBackground#330000
  • editorGutter.modifiedBackground#003366
  • editorLineNumber.activeForeground#666666
  • editorLineNumber.foreground#333333
  • editorWarning.foreground#996600
  • editorWhitespace.foreground#444444
  • menu.background#000000
  • menu.foreground#CCCCCC
  • menu.selectionBackground#1A1A1A
  • menu.selectionBorder#000000
  • menu.selectionForeground#FFFFFF
  • menubar.selectionBackground#1A1A1A
  • sideBar.background#0A0A0A
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#1A1A1A
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#000000
  • statusBar.foreground#CCCCCC
  • statusBarItem.hoverBackground#111111
  • tab.activeBackground#000000
  • tab.activeBorder#333333
  • tab.border#000000
  • tab.inactiveBackground#1A1A1A
  • tab.unfocusedActiveBorder#666666
  • terminal.background#000000
  • terminal.foreground#CCCCCC
  • terminalCursor.background#FFFFFF
  • terminalCursor.foreground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8C8C8Citalic
keyword#FF9D00bold
variable#9CDCFE
variable.parameter#DCDCAA
string#CE9178
string.quoted#CE9178
constant#DCDCAA
entity.name.function#D4D4D4bold
entity.name.type#4EC9B0
entity.name.class#4EC9B0
support#B5CEA8
keyword.operator#FF9D00
operator#FF9D00
storage.type#FF9D00bold
type#4EC9B0
markup#9CDCFE
punctuation#CCCCCC
Raw Black by Yakup Hadutoğlu - VS Code Theme