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#d6eec6
  • activityBarBadge.background#98C379
  • activityBarBadge.foreground#000000
  • debugToolBar.background#000000
  • editor.background#000000
  • editor.foreground#FFFFFF
  • editor.selectionBackground#267e3c50
  • editorGroupHeader.tabsBackground#000000
  • editorLineNumber.activeForeground#00ff40
  • editorSuggestWidget.background#1e1e1e
  • editorSuggestWidget.border#1E1E1E
  • editorSuggestWidget.foreground#FFFFFF
  • editorSuggestWidget.selectedBackground#333333
  • editorWidget.background#1E1E1E
  • editorWidget.border#1E1E1E
  • list.activeSelectionBackground#4d5746
  • list.focusOutline#4d5746
  • list.hoverBackground#6a8159
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#4d5746
  • panel.background#000000
  • scrollbarSlider.activeBackground#799664
  • scrollbarSlider.background#4d5746
  • scrollbarSlider.hoverBackground#6a8159
  • sideBar.background#000000
  • sideBar.foreground#FFFFFF
  • statusBar.background#000000
  • statusBar.foreground#ffffff
  • tab.activeBackground#000000
  • tab.activeBorderTop#4d5746
  • tab.border#000000
  • tab.hoverBackground#000000
  • tab.hoverBorder#4d5746
  • tab.hoverForeground#f8f5f5
  • tab.inactiveBackground#000000
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#e1f0d6
  • titleBar.inactiveBackground#333333
  • titleBar.inactiveForeground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f07ab5italic
keyword, storage, storage.type, storage.modifier#C586C0
constant.numeric, constant.language, constant.character, constant.other#D19A66
string, string keyword#98C379
variable, variable.parameter, entity.name.variable#EB3C54

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

ChatGPT Theme - Coding Theme