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#D8C7F4
  • activityBar.activeBorder#D8C7F4
  • activityBar.activeForeground#191919
  • activityBar.background#191919
  • activityBar.border#00000000
  • activityBar.foreground#9c8fc0
  • button.background#D8C7F4
  • button.border#C1AFE5
  • button.foreground#191919
  • button.hoverBackground#E8DFF8
  • contrastBorder#D8C7F433
  • dropdown.background#191919
  • dropdown.border#D8C7F4
  • dropdown.foreground#F5F0FB
  • editor.background#191919
  • editor.foreground#F5F0FB
  • editor.inactiveSelectionBackground#D8C7F433
  • editor.lineHighlightBackground#232323
  • editor.selectionBackground#D8C7F455
  • editorCursor.foreground#D8C7F4
  • editorIndentGuide.activeBackground1#D8C7F466
  • editorIndentGuide.background1#D8C7F422
  • editorLineNumber.activeForeground#D8C7F4
  • editorLineNumber.foreground#6F7780
  • focusBorder#D8C7F4
  • icon.foreground#D8C7F4
  • input.background#191919
  • input.border#D8C7F4
  • input.foreground#F5F0FB
  • list.activeSelectionBackground#D8C7F4
  • list.activeSelectionForeground#191919
  • list.focusBackground#D8C7F422
  • list.focusForeground#D8C7F4
  • list.focusOutline#D8C7F4
  • list.highlightForeground#D8C7F4
  • list.hoverBackground#D8C7F422
  • list.hoverForeground#e8c2ff
  • list.inactiveSelectionBackground#D8C7F4
  • list.inactiveSelectionForeground#191919
  • panel.background#191919
  • panel.border#2A2A2A
  • panelTitle.activeForeground#d0b4ff
  • panelTitle.inactiveForeground#B2A3CF
  • sideBar.background#191919
  • sideBar.border#00000000
  • sideBar.foreground#D8C7F4
  • statusBar.background#D8C7F4
  • statusBar.border#C1AFE5
  • statusBar.debuggingBackground#D8C7F4
  • statusBar.debuggingForeground#191919
  • statusBar.foreground#191919
  • statusBar.noFolderBackground#D8C7F4
  • statusBarItem.hoverBackground#CDBAEC
  • tab.activeBackground#232323
  • tab.activeBorder#D8C7F4
  • tab.activeForeground#D8C7F4
  • tab.border#2A2A2A
  • tab.hoverBackground#2E2935
  • tab.hoverForeground#E8DFF8
  • tab.inactiveBackground#191919
  • tab.inactiveForeground#8F829F
  • terminal.background#191919
  • terminal.foreground#F5F0FB
  • terminalCursor.foreground#D8C7F4
  • titleBar.activeBackground#191919
  • titleBar.activeForeground#D8C7F4
  • titleBar.border#2A2A2A
  • titleBar.inactiveBackground#191919
  • titleBar.inactiveForeground#B2A3CF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7D8970italic
keyword, storage.type, storage.modifier#D8C7F4bold
string, meta.embedded.assembly#DBE9CA
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#B7E4D4
meta.object-literal.key, support.type.property-name, variable.other.property#D8C7F4
punctuation, meta.brace, meta.delimiter#F5E7A1
entity.name.tag#DBE9CA
entity.other.attribute-name#CFC4F2