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#0d0a0e
  • activityBar.border#0d0a0e
  • activityBar.foreground#f2ecf3
  • activityBar.inactiveForeground#a19da2
  • activityBarBadge.background#6d65fe
  • activityBarBadge.foreground#f2ecf3
  • background#0d0a0e
  • button.background#6d65fe
  • button.foreground#fcf6fd
  • button.hoverBackground#6d65fe
  • dropdown.background#565264
  • editor.background#0d0a0e
  • editor.foreground#f2ecf3
  • editor.lineHighlightBackground#1d191d
  • editor.selectionBackground#3f3355
  • editorCursor.foreground#f2ecf3
  • editorGroup.emptyBackground#0d0a0e
  • editorGroupHeader.tabsBackground#0d0a0e
  • editorIndentGuide.background1#4e4258
  • editorWhitespace.foreground#4e4258
  • errorForeground#df0c07
  • explorer.fileItem.conflictForeground#df0c07
  • explorer.fileItem.errorForeground#df0c07
  • explorer.fileItem.foreground#a19da2
  • explorer.fileItem.hoverForeground#f2ecf3
  • explorer.fileItem.modifiedForeground#29c3a0
  • explorer.fileItem.selectedIconForeground#f2ecf3
  • explorer.fileItem.warningForeground#d29922
  • explorer.folderItem.foreground#1d191d
  • explorer.folderItem.hoverForeground#f2ecf3
  • explorer.folderItem.iconForeground#f2ecf3
  • explorer.folderItem.selectedIconForeground#6d65fe
  • focusBorder#6b4cae
  • foreground#a19da2
  • gitDecoration.conflictingResourceForeground#6d65fe
  • gitDecoration.deletedResourceForeground#df0c07
  • gitDecoration.submoduleResourceForeground#f2ecf3
  • input.background#4e4258
  • input.border#4e4258
  • input.foreground#f2ecf3
  • inputOption.activeBorder#6b4cae
  • list.activeSelectionBackground#3f3355
  • list.activeSelectionForeground#f2ecf3
  • list.dropBackground#0d0a0e40
  • list.filterMatchBackground#0d0a0e20
  • list.focusBackground#3f3355
  • list.focusForeground#f2ecf3
  • list.highlightForeground#6d65fe
  • list.hoverBackground#1d191d
  • list.hoverForeground#f2ecf3
  • list.inactiveSelectionBackground#1d191d40
  • menu.border#4e4258
  • menu.foreground#a19da2
  • menu.selectionBackground#3f3355
  • menu.selectionForeground#f2ecf3
  • menu.separatorBackground#4e4258
  • menubar.background#0d0a0e
  • menubar.foreground#a19da2
  • menubar.menu#0d0a0e
  • menubar.selectionBackground#3f3355
  • menubar.selectionForeground#f2ecf3
  • panel.background#0d0a0e
  • panel.border#4e4258
  • panelTitle.activeForeground#f2ecf3
  • scrollbarSlider.activeBackground#6d65fe
  • scrollbarSlider.background#6d65fe20
  • scrollbarSlider.hoverBackground#6d65fe
  • sideBar.background#0d0a0e
  • sideBar.border#4e4258
  • sideBar.foreground#a19da2
  • sideBarSectionHeader.background#565264
  • sideBarSectionHeader.foreground#f2ecf3
  • statusBar.background#0d0a0e
  • statusBar.border#4e4258
  • statusBar.foreground#a19da2
  • statusBarItem.hoverBackground#1d191d
  • tab.activeBackground#1f1820
  • tab.activeBorder#0d0a0e
  • tab.activeForeground#f2ecf3
  • tab.border#4e4258
  • tab.inactiveBackground#0d0a0e
  • tab.inactiveForeground#a19da2
  • terminal.ansiBlack#0d0a0e
  • terminal.ansiBlue#6d65fe
  • terminal.ansiCyan#29c3a0
  • terminal.ansiGreen#29c3a0
  • terminal.ansiMagenta#6d65fe
  • terminal.ansiRed#df0c07
  • terminal.ansiWhite#f2ecf3
  • terminal.ansiYellow#d29922
  • terminal.background#0d0a0e
  • terminalCommandDecoration.defaultBackground#0d0a0e
  • titleBar.activeBackground#0d0a0e
  • titleBar.inactiveBackground#0d0a0e
  • tree.indentGuidesStroke#4e4258
  • tree.tableColumnsBorder#4e4258

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...