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#012b3c
  • activityBar.border#012b3c
  • activityBar.foreground#dbf5fa
  • activityBar.inactiveForeground#8bb8c1
  • activityBarBadge.background#049bd7
  • activityBarBadge.foreground#dbf5fa
  • background#012b3c
  • button.background#049bd7
  • button.foreground#012432
  • button.hoverBackground#049bd7
  • dropdown.background#02415a
  • editor.background#012b3c
  • editor.foreground#dbf5fa
  • editor.lineHighlightBackground#193e4d
  • editor.selectionBackground#98e2f1
  • editorCursor.foreground#dbf5fa
  • editorGroup.emptyBackground#012b3c
  • editorGroupHeader.tabsBackground#012b3c
  • editorIndentGuide.background1#1c4454
  • editorWhitespace.foreground#1c4454
  • errorForeground#7f1d1d
  • explorer.fileItem.conflictForeground#7f1d1d
  • explorer.fileItem.errorForeground#7f1d1d
  • explorer.fileItem.foreground#8bb8c1
  • explorer.fileItem.hoverForeground#dbf5fa
  • explorer.fileItem.modifiedForeground#29c3a0
  • explorer.fileItem.selectedIconForeground#dbf5fa
  • explorer.fileItem.warningForeground#d29922
  • explorer.folderItem.foreground#193e4d
  • explorer.folderItem.hoverForeground#dbf5fa
  • explorer.folderItem.iconForeground#dbf5fa
  • explorer.folderItem.selectedIconForeground#049bd7
  • focusBorder#049bd7
  • foreground#8bb8c1
  • gitDecoration.conflictingResourceForeground#049bd7
  • gitDecoration.deletedResourceForeground#7f1d1d
  • gitDecoration.submoduleResourceForeground#dbf5fa
  • input.background#1c4454
  • input.border#1c4454
  • input.foreground#dbf5fa
  • inputOption.activeBorder#049bd7
  • list.activeSelectionBackground#98e2f1
  • list.activeSelectionForeground#012432
  • list.dropBackground#012b3c40
  • list.filterMatchBackground#012b3c20
  • list.focusBackground#98e2f1
  • list.focusForeground#dbf5fa
  • list.highlightForeground#049bd7
  • list.hoverBackground#193e4d
  • list.hoverForeground#dbf5fa
  • list.inactiveSelectionBackground#193e4d40
  • menu.border#1c4454
  • menu.foreground#8bb8c1
  • menu.selectionBackground#98e2f1
  • menu.selectionForeground#012432
  • menu.separatorBackground#1c4454
  • menubar.background#012b3c
  • menubar.foreground#8bb8c1
  • menubar.menu#012b3c
  • menubar.selectionBackground#98e2f1
  • menubar.selectionForeground#012432
  • panel.background#012b3c
  • panel.border#1c4454
  • panelTitle.activeForeground#dbf5fa
  • scrollbarSlider.activeBackground#049bd7
  • scrollbarSlider.background#049bd720
  • scrollbarSlider.hoverBackground#049bd7
  • sideBar.background#012b3c
  • sideBar.border#1c4454
  • sideBar.foreground#8bb8c1
  • sideBarSectionHeader.background#02415a
  • sideBarSectionHeader.foreground#dbf5fa
  • statusBar.background#012b3c
  • statusBar.border#1c4454
  • statusBar.foreground#8bb8c1
  • statusBarItem.hoverBackground#193e4d
  • tab.activeBackground#02364b
  • tab.activeBorder#012b3c
  • tab.activeForeground#dbf5fa
  • tab.border#1c4454
  • tab.inactiveBackground#012b3c
  • tab.inactiveForeground#8bb8c1
  • terminal.ansiBlack#012b3c
  • terminal.ansiBlue#049bd7
  • terminal.ansiCyan#29c3a0
  • terminal.ansiGreen#29c3a0
  • terminal.ansiMagenta#049bd7
  • terminal.ansiRed#7f1d1d
  • terminal.ansiWhite#dbf5fa
  • terminal.ansiYellow#d29922
  • terminal.background#012b3c
  • terminalCommandDecoration.defaultBackground#012b3c
  • titleBar.activeBackground#012b3c
  • titleBar.inactiveBackground#012b3c
  • tree.indentGuidesStroke#1c4454
  • tree.tableColumnsBorder#1c4454

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...