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
comment, punctuation.definition.comment#6A9955
string, punctuation.definition.string, string.template, punctuation.definition.template-expression#CE9178
constant.numeric#B5CEA8
constant.language#4FC1FF
variable#9CDCFE
variable.parameter#9CDCFE
variable.other.object.property#9CDCFE
variable.other.readwrite#9CDCFE
variable.other.property#9CDCFE
support.type.property-name#9CDCFE
support.constant#4FC1FF
support.class#34d399
support.type#34d399
support.function#DCDCAA
entity.name.function#DCDCAA
entity.name.type#34d399
entity.name.class#34d399
entity.name.tag#569CD6
entity.other.attribute-name#9CDCFE
keyword#C586C0
keyword.control#C586C0
keyword.operator#D4D4D4
storage#C586C0
storage.type#C586C0
storage.modifier#C586C0
punctuation.definition.tag#808080
string.quoted.triple#CE9178
invalid#F44747
markup.heading#569CD6bold
markup.heading.markdown#569CD6
markup.heading.1.markdown#569CD6
markup.heading.2.markdown#4EC9B0
markup.heading.3.markdown#4FC1FF
markup.heading.4.markdown#9CDCFE
markup.heading.5.markdown#C586C0
markup.heading.6.markdown#DCDCAA
markup.bold#D4D4D4bold
markup.italic#D4D4D4italic
markup.strikethrough#808080
markup.inline.raw#CE9178
markup.fenced_code.block#CE9178
markup.quote#6A9955italic
markup.list#9CDCFE
markup.list.numbered#9CDCFE
markup.list.unordered#9CDCFE
meta.separator.markdown#808080

Shiki preview

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

Loading...