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#0c0a09
  • activityBar.border#0c0a09
  • activityBar.foreground#f2f2f2
  • activityBar.inactiveForeground#a1a1aa
  • activityBarBadge.background#22c55e
  • activityBarBadge.foreground#f2f2f2
  • background#0c0a09
  • button.background#22c55e
  • button.foreground#052e16
  • button.hoverBackground#22c55e
  • dropdown.background#27272a
  • editor.background#0c0a09
  • editor.foreground#f2f2f2
  • editor.lineHighlightBackground#262626
  • editor.selectionBackground#292524
  • editorCursor.foreground#f2f2f2
  • editorGroup.emptyBackground#0c0a09
  • editorGroupHeader.tabsBackground#0c0a09
  • editorIndentGuide.background1#27272a
  • editorWhitespace.foreground#27272a
  • errorForeground#7f1d1d
  • explorer.fileItem.conflictForeground#7f1d1d
  • explorer.fileItem.errorForeground#7f1d1d
  • explorer.fileItem.foreground#a1a1aa
  • explorer.fileItem.hoverForeground#f2f2f2
  • explorer.fileItem.modifiedForeground#29c3a0
  • explorer.fileItem.selectedIconForeground#f2f2f2
  • explorer.fileItem.warningForeground#d29922
  • explorer.folderItem.foreground#262626
  • explorer.folderItem.hoverForeground#f2f2f2
  • explorer.folderItem.iconForeground#f2f2f2
  • explorer.folderItem.selectedIconForeground#22c55e
  • focusBorder#15803d
  • foreground#a1a1aa
  • gitDecoration.conflictingResourceForeground#22c55e
  • gitDecoration.deletedResourceForeground#7f1d1d
  • gitDecoration.submoduleResourceForeground#f2f2f2
  • input.background#27272a
  • input.border#27272a
  • input.foreground#f2f2f2
  • inputOption.activeBorder#15803d
  • list.activeSelectionBackground#292524
  • list.activeSelectionForeground#fafafa
  • list.dropBackground#0c0a0940
  • list.filterMatchBackground#0c0a0920
  • list.focusBackground#292524
  • list.focusForeground#f2f2f2
  • list.highlightForeground#22c55e
  • list.hoverBackground#262626
  • list.hoverForeground#f2f2f2
  • list.inactiveSelectionBackground#26262640
  • menu.border#27272a
  • menu.foreground#a1a1aa
  • menu.selectionBackground#292524
  • menu.selectionForeground#fafafa
  • menu.separatorBackground#27272a
  • menubar.background#0c0a09
  • menubar.foreground#a1a1aa
  • menubar.menu#0c0a09
  • menubar.selectionBackground#292524
  • menubar.selectionForeground#fafafa
  • panel.background#0c0a09
  • panel.border#27272a
  • panelTitle.activeForeground#f2f2f2
  • scrollbarSlider.activeBackground#22c55e
  • scrollbarSlider.background#22c55e20
  • scrollbarSlider.hoverBackground#22c55e
  • sideBar.background#0c0a09
  • sideBar.border#27272a
  • sideBar.foreground#a1a1aa
  • sideBarSectionHeader.background#27272a
  • sideBarSectionHeader.foreground#f2f2f2
  • statusBar.background#0c0a09
  • statusBar.border#27272a
  • statusBar.foreground#a1a1aa
  • statusBarItem.hoverBackground#262626
  • tab.activeBackground#1c1917
  • tab.activeBorder#0c0a09
  • tab.activeForeground#f2f2f2
  • tab.border#27272a
  • tab.inactiveBackground#0c0a09
  • tab.inactiveForeground#a1a1aa
  • terminal.ansiBlack#0c0a09
  • terminal.ansiBlue#22c55e
  • terminal.ansiCyan#29c3a0
  • terminal.ansiGreen#29c3a0
  • terminal.ansiMagenta#22c55e
  • terminal.ansiRed#7f1d1d
  • terminal.ansiWhite#f2f2f2
  • terminal.ansiYellow#d29922
  • terminal.background#0c0a09
  • terminalCommandDecoration.defaultBackground#0c0a09
  • titleBar.activeBackground#0c0a09
  • titleBar.inactiveBackground#0c0a09
  • tree.indentGuidesStroke#27272a
  • tree.tableColumnsBorder#27272a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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

Shiki preview

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

Loading...