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#2b221a
  • activityBar.border#2b221a
  • activityBar.foreground#f9ca9c
  • activityBar.inactiveForeground#d3b591
  • activityBarBadge.background#f66e60
  • activityBarBadge.foreground#f9ca9c
  • background#2b221a
  • button.background#f66e60
  • button.foreground#ffffff
  • button.hoverBackground#f66e60
  • dropdown.background#fcaf40
  • editor.background#2b221a
  • editor.foreground#f9ca9c
  • editor.lineHighlightBackground#8b6e57
  • editor.selectionBackground#e63935
  • editorCursor.foreground#f9ca9c
  • editorGroup.emptyBackground#2b221a
  • editorGroupHeader.tabsBackground#2b221a
  • editorIndentGuide.background1#6a4f39
  • editorWhitespace.foreground#6a4f39
  • errorForeground#b71a1a
  • explorer.fileItem.conflictForeground#b71a1a
  • explorer.fileItem.errorForeground#b71a1a
  • explorer.fileItem.foreground#d3b591
  • explorer.fileItem.hoverForeground#f9ca9c
  • explorer.fileItem.modifiedForeground#29c3a0
  • explorer.fileItem.selectedIconForeground#f9ca9c
  • explorer.fileItem.warningForeground#d29922
  • explorer.folderItem.foreground#8b6e57
  • explorer.folderItem.hoverForeground#f9ca9c
  • explorer.folderItem.iconForeground#f9ca9c
  • explorer.folderItem.selectedIconForeground#f66e60
  • focusBorder#f66e60
  • foreground#d3b591
  • gitDecoration.conflictingResourceForeground#f66e60
  • gitDecoration.deletedResourceForeground#b71a1a
  • gitDecoration.submoduleResourceForeground#f9ca9c
  • input.background#584331
  • input.border#6a4f39
  • input.foreground#f9ca9c
  • inputOption.activeBorder#f66e60
  • list.activeSelectionBackground#e63935
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#2b221a40
  • list.filterMatchBackground#2b221a20
  • list.focusBackground#e63935
  • list.focusForeground#f9ca9c
  • list.highlightForeground#f66e60
  • list.hoverBackground#8b6e57
  • list.hoverForeground#f9ca9c
  • list.inactiveSelectionBackground#8b6e5740
  • menu.border#6a4f39
  • menu.foreground#d3b591
  • menu.selectionBackground#e63935
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#6a4f39
  • menubar.background#2b221a
  • menubar.foreground#d3b591
  • menubar.menu#2b221a
  • menubar.selectionBackground#e63935
  • menubar.selectionForeground#ffffff
  • panel.background#2b221a
  • panel.border#6a4f39
  • panelTitle.activeForeground#f9ca9c
  • scrollbarSlider.activeBackground#f66e60
  • scrollbarSlider.background#f66e6020
  • scrollbarSlider.hoverBackground#f66e60
  • sideBar.background#2b221a
  • sideBar.border#6a4f39
  • sideBar.foreground#d3b591
  • sideBarSectionHeader.background#fcaf40
  • sideBarSectionHeader.foreground#f9ca9c
  • statusBar.background#2b221a
  • statusBar.border#6a4f39
  • statusBar.foreground#d3b591
  • statusBarItem.hoverBackground#8b6e57
  • tab.activeBackground#3c2c21
  • tab.activeBorder#2b221a
  • tab.activeForeground#f9ca9c
  • tab.border#6a4f39
  • tab.inactiveBackground#2b221a
  • tab.inactiveForeground#d3b591
  • terminal.ansiBlack#2b221a
  • terminal.ansiBlue#f66e60
  • terminal.ansiCyan#29c3a0
  • terminal.ansiGreen#29c3a0
  • terminal.ansiMagenta#f66e60
  • terminal.ansiRed#b71a1a
  • terminal.ansiWhite#f9ca9c
  • terminal.ansiYellow#d29922
  • terminal.background#2b221a
  • terminalCommandDecoration.defaultBackground#2b221a
  • titleBar.activeBackground#2b221a
  • titleBar.inactiveBackground#2b221a
  • tree.indentGuidesStroke#6a4f39
  • tree.tableColumnsBorder#6a4f39

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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

Shiki preview

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

Loading...