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.activeBackground#BFCFBB
  • activityBar.activeBorder#BFCFBB
  • activityBar.activeForeground#191919
  • activityBar.background#191919
  • activityBar.border#00000000
  • activityBar.foreground#BFCFBB
  • activityBar.inactiveForeground#BFCFBB
  • button.background#BFCFBB
  • button.border#BFCFBB
  • button.foreground#191919
  • button.hoverBackground#BFCFBB
  • contrastBorder#BFCFBB33
  • dropdown.background#191919
  • dropdown.border#BFCFBB
  • dropdown.foreground#F5F0FB
  • editor.background#191919
  • editor.foreground#F5F0FB
  • editor.inactiveSelectionBackground#BFCFBB33
  • editor.lineHighlightBackground#232323
  • editor.selectionBackground#BFCFBB55
  • editorCursor.foreground#BFCFBB
  • editorIndentGuide.activeBackground1#BFCFBB66
  • editorIndentGuide.background1#BFCFBB22
  • editorLineNumber.activeForeground#BFCFBB
  • editorLineNumber.foreground#6F7780
  • focusBorder#BFCFBB
  • icon.foreground#BFCFBB
  • input.background#191919
  • input.border#BFCFBB
  • input.foreground#F5F0FB
  • list.activeSelectionBackground#BFCFBB
  • list.activeSelectionForeground#191919
  • list.focusBackground#BFCFBB22
  • list.focusForeground#BFCFBB
  • list.focusOutline#BFCFBB
  • list.highlightForeground#BFCFBB
  • list.hoverBackground#BFCFBB22
  • list.hoverForeground#191919
  • list.inactiveSelectionBackground#BFCFBB
  • list.inactiveSelectionForeground#191919
  • panel.background#191919
  • panel.border#2A2A2A
  • panelTitle.activeForeground#BFCFBB
  • panelTitle.inactiveForeground#BFCFBB
  • sideBar.background#191919
  • sideBar.border#00000000
  • sideBar.foreground#BFCFBB
  • statusBar.background#BFCFBB
  • statusBar.border#BFCFBB
  • statusBar.debuggingBackground#BFCFBB
  • statusBar.debuggingForeground#191919
  • statusBar.foreground#191919
  • statusBar.noFolderBackground#BFCFBB
  • statusBarItem.hoverBackground#BFCFBB
  • tab.activeBackground#232323
  • tab.activeBorder#BFCFBB
  • tab.activeForeground#BFCFBB
  • tab.border#2A2A2A
  • tab.hoverBackground#29352B
  • tab.hoverForeground#BFCFBB
  • tab.inactiveBackground#191919
  • tab.inactiveForeground#BFCFBB
  • terminal.background#191919
  • terminal.foreground#F5F0FB
  • terminalCursor.foreground#BFCFBB
  • titleBar.activeBackground#191919
  • titleBar.activeForeground#BFCFBB
  • titleBar.border#2A2A2A
  • titleBar.inactiveBackground#191919
  • titleBar.inactiveForeground#BFCFBB

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B7A8C9italic
keyword, storage.type, storage.modifier#BFCFBBbold
string, meta.embedded.assembly#D8C9E8
constant.numeric, constant.language.boolean, constant.language.null#F5E7A1
entity.name.function, support.function#CFC4F2
variable, support.variable#E7C6E8
entity.name.type, support.type, entity.name.class#C7B5DF
meta.object-literal.key, support.type.property-name, variable.other.property#BFCFBB
punctuation, meta.brace, meta.delimiter#F5E7A1
entity.name.tag#D8C9E8
entity.other.attribute-name#CFC4F2