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#252525
  • activityBar.border#252525
  • activityBar.foreground#fbfbfb
  • activityBar.inactiveForeground#b5b5b5
  • activityBarBadge.background#afec46
  • activityBarBadge.foreground#fbfbfb
  • background#252525
  • button.background#afec46
  • button.foreground#50721d
  • button.hoverBackground#afec46
  • dropdown.background#464646
  • editor.background#252525
  • editor.foreground#fbfbfb
  • editor.lineHighlightBackground#454545
  • editor.selectionBackground#5f5f5f
  • editorCursor.foreground#fbfbfb
  • editorGroup.emptyBackground#252525
  • editorGroupHeader.tabsBackground#252525
  • editorIndentGuide.background1#464646
  • editorWhitespace.foreground#464646
  • errorForeground#dc2828
  • explorer.fileItem.conflictForeground#dc2828
  • explorer.fileItem.errorForeground#dc2828
  • explorer.fileItem.foreground#b5b5b5
  • explorer.fileItem.hoverForeground#fbfbfb
  • explorer.fileItem.modifiedForeground#29c3a0
  • explorer.fileItem.selectedIconForeground#fbfbfb
  • explorer.fileItem.warningForeground#d29922
  • explorer.folderItem.foreground#454545
  • explorer.folderItem.hoverForeground#fbfbfb
  • explorer.folderItem.iconForeground#fbfbfb
  • explorer.folderItem.selectedIconForeground#afec46
  • focusBorder#8e8e8e
  • foreground#b5b5b5
  • gitDecoration.conflictingResourceForeground#afec46
  • gitDecoration.deletedResourceForeground#dc2828
  • gitDecoration.submoduleResourceForeground#fbfbfb
  • input.background#464646
  • input.border#464646
  • input.foreground#fbfbfb
  • inputOption.activeBorder#8e8e8e
  • list.activeSelectionBackground#5f5f5f
  • list.activeSelectionForeground#fbfbfb
  • list.dropBackground#25252540
  • list.filterMatchBackground#25252520
  • list.focusBackground#5f5f5f
  • list.focusForeground#fbfbfb
  • list.highlightForeground#afec46
  • list.hoverBackground#454545
  • list.hoverForeground#fbfbfb
  • list.inactiveSelectionBackground#45454540
  • menu.border#464646
  • menu.foreground#b5b5b5
  • menu.selectionBackground#5f5f5f
  • menu.selectionForeground#fbfbfb
  • menu.separatorBackground#464646
  • menubar.background#252525
  • menubar.foreground#b5b5b5
  • menubar.menu#252525
  • menubar.selectionBackground#5f5f5f
  • menubar.selectionForeground#fbfbfb
  • panel.background#252525
  • panel.border#464646
  • panelTitle.activeForeground#fbfbfb
  • scrollbarSlider.activeBackground#afec46
  • scrollbarSlider.background#afec4620
  • scrollbarSlider.hoverBackground#afec46
  • sideBar.background#252525
  • sideBar.border#464646
  • sideBar.foreground#b5b5b5
  • sideBarSectionHeader.background#464646
  • sideBarSectionHeader.foreground#fbfbfb
  • statusBar.background#252525
  • statusBar.border#464646
  • statusBar.foreground#b5b5b5
  • statusBarItem.hoverBackground#454545
  • tab.activeBackground#343434
  • tab.activeBorder#252525
  • tab.activeForeground#fbfbfb
  • tab.border#464646
  • tab.inactiveBackground#252525
  • tab.inactiveForeground#b5b5b5
  • terminal.ansiBlack#252525
  • terminal.ansiBlue#afec46
  • terminal.ansiCyan#29c3a0
  • terminal.ansiGreen#29c3a0
  • terminal.ansiMagenta#afec46
  • terminal.ansiRed#dc2828
  • terminal.ansiWhite#fbfbfb
  • terminal.ansiYellow#d29922
  • terminal.background#252525
  • terminalCommandDecoration.defaultBackground#252525
  • titleBar.activeBackground#252525
  • titleBar.inactiveBackground#252525
  • tree.indentGuidesStroke#464646
  • tree.tableColumnsBorder#464646

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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

Shiki preview

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

Loading...