Skip to main content
Coding Theme

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#1d1a2f
  • activityBar.foreground#8bd450
  • activityBar.inactiveForeground#734f9a
  • activityBarBadge.background#8bd450
  • activityBarBadge.foreground#1d1a2f
  • breadcrumb.activeSelectionForeground#8bd450
  • breadcrumb.focusForeground#8bd450
  • breadcrumb.foreground#734f9a
  • button.background#8bd450
  • button.foreground#1d1a2f
  • debugToolBar.background#1d1a2f
  • debugToolBar.border#8bd450
  • editor.background#1d1a2f
  • editor.foreground#e8e8e8
  • editor.lineHighlightBackground#8bd45011
  • editor.selectionBackground#965fd444
  • editorBracketHighlight.foreground1#8bd450
  • editorBracketHighlight.foreground2#965fd4
  • editorBracketHighlight.foreground3#ec7420
  • editorBracketHighlight.foreground4#3f6d4e
  • editorBracketHighlight.foreground5#40c8e8
  • editorBracketHighlight.foreground6#f0f0a0
  • editorCursor.foreground#8bd450
  • editorGroupHeader.tabsBackground#1d1a2f
  • editorIndentGuide.activeBackground#8bd450
  • editorIndentGuide.background#734f9a44
  • editorLineNumber.activeForeground#8bd450
  • editorLineNumber.foreground#734f9a
  • editorWidget.background#1d1a2f
  • editorWidget.border#734f9a
  • gitDecoration.addedResourceForeground#8bd450
  • gitDecoration.deletedResourceForeground#f02020
  • gitDecoration.modifiedResourceForeground#ec7420
  • gitDecoration.untrackedResourceForeground#3cffd0
  • input.background#1d1a2f
  • input.border#734f9a44
  • input.foreground#e8e8e8
  • list.activeSelectionBackground#8bd450
  • list.activeSelectionForeground#1d1a2f
  • list.hoverBackground#8bd45022
  • list.inactiveSelectionBackground#734f9a44
  • sideBar.background#1d1a2f
  • sideBar.border#734f9a44
  • sideBar.foreground#e8e8e8
  • sideBarTitle.foreground#8bd450
  • statusBar.background#1d1a2f
  • statusBar.border#734f9a44
  • statusBar.foreground#8bd450
  • statusBarItem.hoverBackground#734f9a44
  • tab.activeBackground#1d1a2f
  • tab.activeBorder#8bd450
  • tab.activeForeground#8bd450
  • tab.border#734f9a44
  • tab.inactiveBackground#1d1a2f
  • tab.inactiveForeground#734f9a
  • terminal.ansiBlack#1d1a2f
  • terminal.ansiBlue#40c8e8
  • terminal.ansiBrightBlack#734f9a
  • terminal.ansiBrightBlue#40c8e8
  • terminal.ansiBrightCyan#3cffd0
  • terminal.ansiBrightGreen#8bd450
  • terminal.ansiBrightMagenta#965fd4
  • terminal.ansiBrightRed#f02020
  • terminal.ansiBrightWhite#e8e8e8
  • terminal.ansiBrightYellow#f0f0a0
  • terminal.ansiCyan#3cffd0
  • terminal.ansiGreen#8bd450
  • terminal.ansiMagenta#965fd4
  • terminal.ansiRed#f02020
  • terminal.ansiWhite#b0b0b0
  • terminal.ansiYellow#f4b000
  • terminal.background#1d1a2f
  • terminal.foreground#e8e8e8
  • titleBar.activeBackground#1d1a2f
  • titleBar.activeForeground#8bd450
  • titleBar.inactiveBackground#1d1a2f
  • titleBar.inactiveForeground#734f9a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#734f9aitalic
constant, variable.other.constant, support.constant#40c8e8
string, punctuation.definition.string#ec7420
entity.name.function, support.function#8bd450bold
keyword, storage.type, storage.modifier#965fd4bold
entity.name.type, support.type, support.class#3f6d4ebold
variable, identifier#e8e8e8
punctuation, meta.brace, meta.delimiter#8bd450
meta.preprocessor, keyword.control.directive#ec7420
entity.other.attribute-name#f4b000italic