Skip to main content
CodingTheme

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#1a0033
  • activityBar.border#330066
  • activityBar.foreground#ff80ff
  • activityBar.inactiveForeground#663399
  • activityBarBadge.background#ff2080
  • activityBarBadge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#ff2080
  • breadcrumb.background#220044
  • breadcrumb.focusForeground#ff80ff
  • breadcrumb.foreground#cc99ff
  • button.background#ff2080
  • button.foreground#ffffff
  • button.hoverBackground#ff40a0
  • button.secondaryBackground#440088
  • button.secondaryForeground#ffeeff
  • button.secondaryHoverBackground#5500aa
  • descriptionForeground#cc99ff
  • dropdown.background#330066
  • dropdown.border#663399
  • dropdown.foreground#ffeeff
  • editor.background#1a0033
  • editor.findMatchBackground#ff208066
  • editor.findMatchHighlightBackground#ff208033
  • editor.foreground#ffeeff
  • editor.lineHighlightBackground#33006633
  • editor.selectionBackground#4d009966
  • editor.wordHighlightBackground#66339933
  • editorCursor.foreground#ff80ff
  • editorGroup.border#440088
  • editorGroupHeader.tabsBackground#220044
  • editorGroupHeader.tabsBorder#330066
  • editorGutter.addedBackground#80ff80
  • editorGutter.background#1a0033
  • editorGutter.deletedBackground#ff2080
  • editorGutter.modifiedBackground#ff9900
  • editorLineNumber.activeForeground#ff80ff
  • editorLineNumber.foreground#663399
  • errorForeground#ff2080
  • foreground#ffeeff
  • icon.foreground#ff80ff
  • input.background#330066
  • input.border#663399
  • input.foreground#ffeeff
  • input.placeholderForeground#9966cc
  • inputOption.activeBackground#4d0099
  • inputOption.activeBorder#ff80ff
  • list.activeSelectionBackground#4d0099
  • list.activeSelectionForeground#ff80ff
  • list.focusBackground#4d0099
  • list.highlightForeground#ff2080
  • list.hoverBackground#330066
  • list.inactiveSelectionBackground#330066
  • menu.background#330066
  • menu.foreground#ffeeff
  • menu.selectionBackground#4d0099
  • menu.selectionForeground#ff80ff
  • menu.separatorBackground#663399
  • menubar.selectionBackground#4d0099
  • menubar.selectionForeground#ff80ff
  • minimap.background#1a0033
  • minimap.selectionHighlight#4d009966
  • minimapSlider.activeBackground#66339999
  • minimapSlider.background#66339933
  • minimapSlider.hoverBackground#66339966
  • notificationCenter.border#440088
  • notificationCenterHeader.background#440088
  • notificationCenterHeader.foreground#ff80ff
  • notifications.background#330066
  • notifications.border#663399
  • notifications.foreground#ffeeff
  • panel.background#220044
  • panel.border#440088
  • panelTitle.activeBorder#ff80ff
  • panelTitle.activeForeground#ff80ff
  • panelTitle.inactiveForeground#9966cc
  • scrollbar.shadow#000000aa
  • scrollbarSlider.activeBackground#66339999
  • scrollbarSlider.background#66339933
  • scrollbarSlider.hoverBackground#66339966
  • sideBar.background#220044
  • sideBar.border#330066
  • sideBar.foreground#ddbbff
  • sideBarSectionHeader.background#330066
  • sideBarSectionHeader.border#440088
  • sideBarSectionHeader.foreground#ff2080
  • sideBarTitle.foreground#ff80ff
  • statusBar.background#1a0033
  • statusBar.border#330066
  • statusBar.foreground#cc99ff
  • statusBarItem.activeBackground#4d0099
  • statusBarItem.hoverBackground#440088
  • tab.activeBackground#330066
  • tab.activeBorder#ff80ff
  • tab.activeBorderTop#ff2080
  • tab.activeForeground#ff80ff
  • tab.border#440088
  • tab.inactiveBackground#220044
  • tab.inactiveForeground#9966cc
  • terminal.ansiBlack#330066
  • terminal.ansiBlue#8080ff
  • terminal.ansiBrightBlack#663399
  • terminal.ansiBrightBlue#a0a0ff
  • terminal.ansiBrightCyan#a0ffff
  • terminal.ansiBrightGreen#a0ffa0
  • terminal.ansiBrightMagenta#ffa0ff
  • terminal.ansiBrightRed#ff40a0
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffb340
  • terminal.ansiCyan#80ffff
  • terminal.ansiGreen#80ff80
  • terminal.ansiMagenta#ff80ff
  • terminal.ansiRed#ff2080
  • terminal.ansiWhite#ffeeff
  • terminal.ansiYellow#ff9900
  • terminal.background#1a0033
  • terminal.foreground#ffeeff
  • titleBar.activeBackground#1a0033
  • titleBar.activeForeground#ffeeff
  • titleBar.border#330066
  • titleBar.inactiveBackground#220044
  • titleBar.inactiveForeground#9966cc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9966ccitalic
string, string.quoted, string.template#80ff80
constant.numeric#ff9900
keyword, storage.type, storage.modifier#ff2080bold
entity.name.function, meta.function-call.generic, support.function#80ffff
entity.name.class, entity.name.type, support.type, support.class#8080ff
variable, meta.definition.variable#ffeeff
variable.other.property, support.variable.property#ff80c0
constant, variable.other.constant#ffcc80
keyword.control.import, keyword.control.from, keyword.control.export#ff2080italic
keyword.operator#ff40a0
punctuation#cc99ff
entity.name.tag#ff2080
entity.other.attribute-name#80ffff
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#8080ff
support.type.property-name.css#80ffff
support.type.property-name.json#80ffff
markup.heading#ff2080bold
markup.bold#ff9900bold
markup.italic#ff80c0italic
markup.inline.raw, markup.fenced_code#80ff80
markup.underline.link#80ffff

Shiki preview

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

Loading...