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#0e1a1f
  • activityBar.border#0e1a1f
  • activityBar.foreground#45e8e8
  • activityBar.inactiveForeground#a1a1a8
  • activityBarBadge.background#1db8ce
  • activityBarBadge.foreground#45e8e8
  • background#0e1a1f
  • button.background#1db8ce
  • button.foreground#ffffff
  • button.hoverBackground#1db8ce
  • dropdown.background#26262b
  • editor.background#0e1a1f
  • editor.foreground#45e8e8
  • editor.lineHighlightBackground#1f1f1f
  • editor.selectionBackground#1f1f1f
  • editorCursor.foreground#45e8e8
  • editorGroup.emptyBackground#0e1a1f
  • editorGroupHeader.tabsBackground#0e1a1f
  • editorIndentGuide.background1#2b2b2b
  • editorWhitespace.foreground#2b2b2b
  • errorForeground#f14444
  • explorer.fileItem.conflictForeground#f14444
  • explorer.fileItem.errorForeground#f14444
  • explorer.fileItem.foreground#a1a1a8
  • explorer.fileItem.hoverForeground#45e8e8
  • explorer.fileItem.modifiedForeground#29c3a0
  • explorer.fileItem.selectedIconForeground#45e8e8
  • explorer.fileItem.warningForeground#d29922
  • explorer.folderItem.foreground#1f1f1f
  • explorer.folderItem.hoverForeground#45e8e8
  • explorer.folderItem.iconForeground#45e8e8
  • explorer.folderItem.selectedIconForeground#1db8ce
  • focusBorder#1db8ce
  • foreground#a1a1a8
  • gitDecoration.conflictingResourceForeground#1db8ce
  • gitDecoration.deletedResourceForeground#f14444
  • gitDecoration.submoduleResourceForeground#45e8e8
  • input.background#2b2b2b
  • input.border#2b2b2b
  • input.foreground#45e8e8
  • inputOption.activeBorder#1db8ce
  • list.activeSelectionBackground#1f1f1f
  • list.activeSelectionForeground#f5f5f5
  • list.dropBackground#0e1a1f40
  • list.filterMatchBackground#0e1a1f20
  • list.focusBackground#1f1f1f
  • list.focusForeground#45e8e8
  • list.highlightForeground#1db8ce
  • list.hoverBackground#1f1f1f
  • list.hoverForeground#45e8e8
  • list.inactiveSelectionBackground#1f1f1f40
  • menu.border#2b2b2b
  • menu.foreground#a1a1a8
  • menu.selectionBackground#1f1f1f
  • menu.selectionForeground#f5f5f5
  • menu.separatorBackground#2b2b2b
  • menubar.background#0e1a1f
  • menubar.foreground#a1a1a8
  • menubar.menu#0e1a1f
  • menubar.selectionBackground#1f1f1f
  • menubar.selectionForeground#f5f5f5
  • panel.background#0e1a1f
  • panel.border#2b2b2b
  • panelTitle.activeForeground#45e8e8
  • scrollbarSlider.activeBackground#1db8ce
  • scrollbarSlider.background#1db8ce20
  • scrollbarSlider.hoverBackground#1db8ce
  • sideBar.background#0e1a1f
  • sideBar.border#2b2b2b
  • sideBar.foreground#a1a1a8
  • sideBarSectionHeader.background#26262b
  • sideBarSectionHeader.foreground#45e8e8
  • statusBar.background#0e1a1f
  • statusBar.border#2b2b2b
  • statusBar.foreground#a1a1a8
  • statusBarItem.hoverBackground#1f1f1f
  • tab.activeBackground#0a2026
  • tab.activeBorder#0e1a1f
  • tab.activeForeground#45e8e8
  • tab.border#2b2b2b
  • tab.inactiveBackground#0e1a1f
  • tab.inactiveForeground#a1a1a8
  • terminal.ansiBlack#0e1a1f
  • terminal.ansiBlue#1db8ce
  • terminal.ansiCyan#29c3a0
  • terminal.ansiGreen#29c3a0
  • terminal.ansiMagenta#1db8ce
  • terminal.ansiRed#f14444
  • terminal.ansiWhite#45e8e8
  • terminal.ansiYellow#d29922
  • terminal.background#0e1a1f
  • terminalCommandDecoration.defaultBackground#0e1a1f
  • titleBar.activeBackground#0e1a1f
  • titleBar.inactiveBackground#0e1a1f
  • tree.indentGuidesStroke#2b2b2b
  • tree.tableColumnsBorder#2b2b2b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
constant.language.boolean#d29922
comment, punctuation.definition.comment#a1a1a8italic
string, string.quoted#29c3a0
string.regexp#1db8ce
constant.numeric, constant.language, constant.character#d29922
constant.other#45e8e8
keyword, storage.type, storage.modifier#1db8cebold
keyword.control, keyword.operator.new#1db8cebold
keyword.operator#45e8e8
variable, variable.other#45e8e8
variable.parameter#d29922
variable.language#1db8ceitalic
entity.name.function, support.function#29c3a0bold
entity.name.type, entity.name.class, support.class#d29922bold
entity.other.inherited-class#29c3a0italic
entity.name.tag#1db8ce
entity.other.attribute-name#29c3a0
support.type.property-name#45e8e8
meta.property-name#45e8e8
meta.object-literal.key#45e8e8
punctuation#a1a1a8
punctuation.definition.template-expression#1db8ce
invalid#f14444bold
markup.heading#1db8cebold
markup.bold#d29922bold
markup.italic#45e8e8italic
markup.inserted#29c3a0
markup.deleted#f14444
markup.changed#d29922
markup.inline.raw#29c3a0
meta.selector#1db8ce
entity.name.tag.css#d29922
entity.other.attribute-name.class.css#29c3a0
entity.other.attribute-name.id.css#1db8ce
support.type.property-name.css#45e8e8
support.constant.property-value.css#29c3a0
support.type.vendored.property-name.css#a1a1a8
source.css.scss entity.name.tag#d29922
meta.decorator#d29922
entity.name.function.decorator#d29922
storage.type.function.python#1db8ce
storage.type.class.python#1db8ce
support.type.python#d29922
meta.function-call.generic.python#29c3a0
punctuation.definition.tag#1db8ce
meta.tag#1db8ce
support.constant.json#d29922
support.type.property-name.json#29c3a0

Shiki preview

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

Loading...