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#050505
  • activityBar.foreground#d6d6d6
  • activityBar.inactiveForeground#8a8a8a
  • activityBarBadge.background#7bd91f
  • activityBarBadge.foreground#050505
  • badge.background#7bd91f
  • badge.foreground#050505
  • button.background#7bd91f
  • button.foreground#050505
  • button.hoverBackground#4ea311
  • contrastBorder#3a3a3a
  • descriptionForeground#8a8a8a
  • dropdown.background#141414
  • dropdown.border#3a3a3a
  • dropdown.foreground#d6d6d6
  • editor.background#0d0d0d
  • editor.foreground#d6d6d6
  • editor.inactiveSelectionBackground#141414
  • editor.selectionBackground#1d3f04
  • editorCursor.foreground#b6ff6e
  • editorError.foreground#ff3838
  • editorGroupHeader.tabsBackground#050505
  • editorIndentGuide.activeBackground1#4ea311
  • editorIndentGuide.background1#262626
  • editorInfo.foreground#7bd91f
  • editorLineNumber.activeForeground#f06a1f
  • editorLineNumber.foreground#4ea311
  • editorWarning.foreground#ff8a3d
  • editorWidget.background#141414
  • editorWidget.border#3a3a3a
  • editorWidget.foreground#d6d6d6
  • errorForeground#ff3838
  • focusBorder#7bd91f
  • foreground#d6d6d6
  • input.background#0d0d0d
  • input.border#3a3a3a
  • input.foreground#d6d6d6
  • inputOption.activeBorder#7bd91f
  • list.activeSelectionBackground#1d3f04
  • list.activeSelectionForeground#ffffff
  • list.highlightForeground#7bd91f
  • list.hoverBackground#1d3f04
  • list.inactiveSelectionBackground#141414
  • panel.background#0d0d0d
  • panel.border#3a3a3a
  • panelTitle.activeBorder#f06a1f
  • panelTitle.activeForeground#ffffff
  • pickerGroup.border#3a3a3a
  • pickerGroup.foreground#f06a1f
  • progressBar.background#f06a1f
  • quickInput.background#141414
  • quickInput.foreground#d6d6d6
  • selection.background#1d3f04
  • sideBar.background#050505
  • sideBar.border#3a3a3a
  • sideBar.foreground#d6d6d6
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#0d0d0d
  • statusBar.debuggingBackground#f06a1f
  • statusBar.debuggingForeground#050505
  • statusBar.foreground#d6d6d6
  • tab.activeBackground#0d0d0d
  • tab.activeBorderTop#7bd91f
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#141414
  • tab.inactiveForeground#8a8a8a
  • terminal.foreground#d6d6d6
  • terminal.selectionBackground#1d3f04
  • terminalCursor.foreground#b6ff6e
  • textLink.activeForeground#b6ff6e
  • textLink.foreground#7bd91f
  • titleBar.activeBackground#050505
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#0d0d0d
  • titleBar.inactiveForeground#8a8a8a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8a8a8aitalic
keyword, storage.type, storage.modifier#f06a1f
string, constant.other.symbol#b6ff6e
constant.numeric, constant.language, support.constant#ff8a3d
entity.name.function, support.function, variable.function#7bd91f
entity.name.type, entity.name.class, support.type#ffffff
variable, meta.definition.variable.name#d6d6d6
invalid, invalid.illegal#ffffff