Skip to main content
Coding Theme

DevStack

Publisher: skylerThemes in package: 139

First-in-Class Workbench Distribution: 100+ extensions worth of power in a single install — without the performance death spiral. The VSCode you wish Microsoft built, delivered as an extension. Surgical workspace layouts that activate only what you need. A terminal engine with 17+ execution patterns

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#001b29
  • activityBar.border#001b29
  • activityBar.foreground#e9e1ba
  • activityBar.inactiveForeground#ada785
  • activityBarBadge.background#fcc14a
  • activityBarBadge.foreground#e9e1ba
  • background#001b29
  • button.background#fcc14a
  • button.foreground#001b29
  • button.hoverBackground#fcc14a
  • dropdown.background#d72828
  • editor.background#001b29
  • editor.foreground#e9e1ba
  • editor.lineHighlightBackground#00324d
  • editor.selectionBackground#f57e00
  • editorCursor.foreground#e9e1ba
  • editorGroup.emptyBackground#001b29
  • editorGroupHeader.tabsBackground#001b29
  • editorIndentGuide.background1#003c5c
  • editorWhitespace.foreground#003c5c
  • errorForeground#7f1d1d
  • explorer.fileItem.conflictForeground#7f1d1d
  • explorer.fileItem.errorForeground#7f1d1d
  • explorer.fileItem.foreground#ada785
  • explorer.fileItem.hoverForeground#e9e1ba
  • explorer.fileItem.modifiedForeground#29c3a0
  • explorer.fileItem.selectedIconForeground#e9e1ba
  • explorer.fileItem.warningForeground#d29922
  • explorer.folderItem.foreground#00324d
  • explorer.folderItem.hoverForeground#e9e1ba
  • explorer.folderItem.iconForeground#e9e1ba
  • explorer.folderItem.selectedIconForeground#fcc14a
  • focusBorder#fcc14a
  • foreground#ada785
  • gitDecoration.conflictingResourceForeground#fcc14a
  • gitDecoration.deletedResourceForeground#7f1d1d
  • gitDecoration.submoduleResourceForeground#e9e1ba
  • input.background#003c5c
  • input.border#003c5c
  • input.foreground#e9e1ba
  • inputOption.activeBorder#fcc14a
  • list.activeSelectionBackground#f57e00
  • list.activeSelectionForeground#001b29
  • list.dropBackground#001b2940
  • list.filterMatchBackground#001b2920
  • list.focusBackground#f57e00
  • list.focusForeground#e9e1ba
  • list.highlightForeground#fcc14a
  • list.hoverBackground#00324d
  • list.hoverForeground#e9e1ba
  • list.inactiveSelectionBackground#00324d40
  • menu.border#003c5c
  • menu.foreground#ada785
  • menu.selectionBackground#f57e00
  • menu.selectionForeground#001b29
  • menu.separatorBackground#003c5c
  • menubar.background#001b29
  • menubar.foreground#ada785
  • menubar.menu#001b29
  • menubar.selectionBackground#f57e00
  • menubar.selectionForeground#001b29
  • panel.background#001b29
  • panel.border#003c5c
  • panelTitle.activeForeground#e9e1ba
  • scrollbarSlider.activeBackground#fcc14a
  • scrollbarSlider.background#fcc14a20
  • scrollbarSlider.hoverBackground#fcc14a
  • sideBar.background#001b29
  • sideBar.border#003c5c
  • sideBar.foreground#ada785
  • sideBarSectionHeader.background#d72828
  • sideBarSectionHeader.foreground#e9e1ba
  • statusBar.background#001b29
  • statusBar.border#003c5c
  • statusBar.foreground#ada785
  • statusBarItem.hoverBackground#00324d
  • tab.activeBackground#00283d
  • tab.activeBorder#001b29
  • tab.activeForeground#e9e1ba
  • tab.border#003c5c
  • tab.inactiveBackground#001b29
  • tab.inactiveForeground#ada785
  • terminal.ansiBlack#001b29
  • terminal.ansiBlue#fcc14a
  • terminal.ansiCyan#29c3a0
  • terminal.ansiGreen#29c3a0
  • terminal.ansiMagenta#fcc14a
  • terminal.ansiRed#7f1d1d
  • terminal.ansiWhite#e9e1ba
  • terminal.ansiYellow#d29922
  • terminal.background#001b29
  • terminalCommandDecoration.defaultBackground#001b29
  • titleBar.activeBackground#001b29
  • titleBar.inactiveBackground#001b29
  • tree.indentGuidesStroke#003c5c
  • tree.tableColumnsBorder#003c5c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
constant.language.boolean#d29922
comment, punctuation.definition.comment#a3a3a3italic
string, string.quoted#29c3a0
string.regexp#fafafa
constant.numeric, constant.language, constant.character#d29922
constant.other#fafafa
keyword, storage.type, storage.modifier#fafafabold
keyword.control, keyword.operator.new#fafafabold
keyword.operator#fafafa
variable, variable.other#fafafa
variable.parameter#d29922
variable.language#fafafaitalic
entity.name.function, support.function#29c3a0bold
entity.name.type, entity.name.class, support.class#d29922bold
entity.other.inherited-class#29c3a0italic
entity.name.tag#fafafa
entity.other.attribute-name#29c3a0
support.type.property-name#fafafa
meta.property-name#fafafa
meta.object-literal.key#fafafa
punctuation#a3a3a3
punctuation.definition.template-expression#fafafa
invalid#7f1d1dbold
markup.heading#fafafabold
markup.bold#d29922bold
markup.italic#fafafaitalic
markup.inserted#29c3a0
markup.deleted#7f1d1d
markup.changed#d29922
markup.inline.raw#29c3a0
meta.selector#fafafa
entity.name.tag.css#d29922
entity.other.attribute-name.class.css#29c3a0
entity.other.attribute-name.id.css#fafafa
support.type.property-name.css#fafafa
support.constant.property-value.css#29c3a0
support.type.vendored.property-name.css#a3a3a3
source.css.scss entity.name.tag#d29922
meta.decorator#d29922
entity.name.function.decorator#d29922
storage.type.function.python#fafafa
storage.type.class.python#fafafa
support.type.python#d29922
meta.function-call.generic.python#29c3a0
punctuation.definition.tag#fafafa
meta.tag#fafafa
support.constant.json#d29922
support.type.property-name.json#29c3a0

Shiki preview

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

Loading...