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#000000
  • activityBar.border#000000
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#cecece
  • activityBarBadge.background#ff6364
  • activityBarBadge.foreground#ffffff
  • background#000000
  • button.background#ff6364
  • button.foreground#000000
  • button.hoverBackground#ff6364
  • dropdown.background#ffff35
  • editor.background#000000
  • editor.foreground#ffffff
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#319aff
  • editorCursor.foreground#ffffff
  • editorGroup.emptyBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorIndentGuide.background1#ffffff
  • editorWhitespace.foreground#ffffff
  • errorForeground#ffffff
  • explorer.fileItem.conflictForeground#ffffff
  • explorer.fileItem.errorForeground#ffffff
  • explorer.fileItem.foreground#cecece
  • explorer.fileItem.hoverForeground#ffffff
  • explorer.fileItem.modifiedForeground#29c3a0
  • explorer.fileItem.selectedIconForeground#ffffff
  • explorer.fileItem.warningForeground#d29922
  • explorer.folderItem.foreground#333333
  • explorer.folderItem.hoverForeground#ffffff
  • explorer.folderItem.iconForeground#ffffff
  • explorer.folderItem.selectedIconForeground#ff6364
  • focusBorder#ff6364
  • foreground#cecece
  • gitDecoration.conflictingResourceForeground#ff6364
  • gitDecoration.deletedResourceForeground#ffffff
  • gitDecoration.submoduleResourceForeground#ffffff
  • input.background#ffffff
  • input.border#ffffff
  • input.foreground#ffffff
  • inputOption.activeBorder#ff6364
  • list.activeSelectionBackground#319aff
  • list.activeSelectionForeground#000000
  • list.dropBackground#00000040
  • list.filterMatchBackground#00000020
  • list.focusBackground#319aff
  • list.focusForeground#ffffff
  • list.highlightForeground#ff6364
  • list.hoverBackground#333333
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#33333340
  • menu.border#ffffff
  • menu.foreground#cecece
  • menu.selectionBackground#319aff
  • menu.selectionForeground#000000
  • menu.separatorBackground#ffffff
  • menubar.background#000000
  • menubar.foreground#cecece
  • menubar.menu#000000
  • menubar.selectionBackground#319aff
  • menubar.selectionForeground#000000
  • panel.background#000000
  • panel.border#ffffff
  • panelTitle.activeForeground#ffffff
  • scrollbarSlider.activeBackground#ff6364
  • scrollbarSlider.background#ff636420
  • scrollbarSlider.hoverBackground#ff6364
  • sideBar.background#000000
  • sideBar.border#ffffff
  • sideBar.foreground#cecece
  • sideBarSectionHeader.background#ffff35
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#000000
  • statusBar.border#ffffff
  • statusBar.foreground#cecece
  • statusBarItem.hoverBackground#333333
  • tab.activeBackground#333333
  • tab.activeBorder#000000
  • tab.activeForeground#ffffff
  • tab.border#ffffff
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#cecece
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#ff6364
  • terminal.ansiCyan#29c3a0
  • terminal.ansiGreen#29c3a0
  • terminal.ansiMagenta#ff6364
  • terminal.ansiRed#ffffff
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#d29922
  • terminal.background#000000
  • terminalCommandDecoration.defaultBackground#000000
  • titleBar.activeBackground#000000
  • titleBar.inactiveBackground#000000
  • tree.indentGuidesStroke#ffffff
  • tree.tableColumnsBorder#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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

Shiki preview

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

Loading...