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#141413
  • activityBar.foreground#FAF9F5
  • activityBar.inactiveForeground#40403E
  • activityBarBadge.background#FAF9F5
  • activityBarBadge.foreground#141413
  • button.background#FAF9F5
  • button.foreground#141413
  • button.hoverBackground#BFBFBA
  • checkbox.background#1F1E1D
  • checkbox.border#40403E
  • checkbox.foreground#FAF9F5
  • dropdown.background#1F1E1D
  • dropdown.border#40403E
  • dropdown.foreground#FAF9F5
  • editor.background#141413
  • editor.foreground#FAF9F5
  • editor.lineHighlightBackground#1F1E1D
  • editor.selectionBackground#FAF9F533
  • editorCursor.foreground#FAF9F5
  • editorLineNumber.activeForeground#FAF9F5
  • editorLineNumber.foreground#40403E
  • editorWidget.background#1F1E1D
  • editorWidget.border#40403E
  • errorForeground#BF4D43
  • focusBorder#91918D
  • input.background#1F1E1D
  • input.border#40403E
  • input.foreground#FAF9F5
  • inputOption.activeBorder#FAF9F5
  • list.activeSelectionBackground#2B2A28
  • list.activeSelectionForeground#FAF9F5
  • list.focusBackground#2B2A28
  • list.focusForeground#FAF9F5
  • list.hoverBackground#2B2A28
  • menu.background#1F1E1D
  • menu.border#40403E
  • menu.foreground#FAF9F5
  • menu.selectionBackground#2B2A28
  • menu.selectionForeground#FAF9F5
  • minimap.background#141413
  • minimapSlider.activeBackground#91918D66
  • minimapSlider.background#40403E
  • minimapSlider.hoverBackground#91918D66
  • pickerGroup.border#40403E
  • pickerGroup.foreground#FAF9F5
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#91918D
  • scrollbarSlider.background#40403E
  • scrollbarSlider.hoverBackground#91918D
  • sideBar.background#1F1E1D
  • sideBar.border#141413
  • sideBar.foreground#91918D
  • sideBarSectionHeader.background#1F1E1D
  • sideBarSectionHeader.foreground#FAF9F5
  • statusBar.background#141413
  • statusBar.border#141413
  • statusBar.debuggingBackground#40403E
  • statusBar.foreground#91918D
  • statusBar.noFolderBackground#141413
  • statusBarItem.remoteBackground#40403E
  • tab.activeBackground#141413
  • tab.activeBorderTop#FAF9F5
  • tab.activeForeground#FAF9F5
  • tab.border#141413
  • tab.inactiveBackground#1F1E1D
  • tab.inactiveForeground#91918D
  • terminal.ansiBlack#141413
  • terminal.ansiBlue#61AAF2
  • terminal.ansiBrightBlack#40403E
  • terminal.ansiBrightBlue#61AAF2
  • terminal.ansiBrightCyan#91918D
  • terminal.ansiBrightGreen#778d5e
  • terminal.ansiBrightMagenta#CC785C
  • terminal.ansiBrightRed#BF4D43
  • terminal.ansiBrightWhite#FAF9F5
  • terminal.ansiBrightYellow#EBDBBC
  • terminal.ansiCyan#91918D
  • terminal.ansiGreen#778d5e
  • terminal.ansiMagenta#CC785C
  • terminal.ansiRed#BF4D43
  • terminal.ansiWhite#FAF9F5
  • terminal.ansiYellow#D4A27F
  • terminal.background#1F1E1D
  • terminal.foreground#FAF9F5
  • terminalCursor.foreground#FAF9F5
  • textLink.activeForeground#FAF9F5
  • textLink.foreground#FAF9F5
  • titleBar.activeBackground#141413
  • titleBar.activeForeground#FAF9F5
  • titleBar.inactiveBackground#141413
  • titleBar.inactiveForeground#91918D
  • toolbar.activeBackground#FAF9F555
  • toolbar.hoverBackground#FAF9F533

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#91918Ditalic
keyword, storage, storage.type, variable.language, keyword.control#CC785C—
string, meta.embedded.assembly#D4A27F—
entity.name.type, entity.other.inherited-class, support.class, support.type, entity.name.tag#8b89e2—
entity.name.function, support.function, meta.function-call#EBDBBC—
variable, entity.name.variable, meta.object-literal.key#FAF9F5—
constant.numeric, constant.language, support.constant, constant.character#778d5e—
punctuation, keyword.operator, meta.brace#91918D—