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#000000
  • activityBar.foreground#ec7420
  • activityBar.inactiveForeground#484848
  • activityBarBadge.background#ec7420
  • activityBarBadge.foreground#000000
  • breadcrumb.activeSelectionForeground#ec7420
  • breadcrumb.focusForeground#ec7420
  • breadcrumb.foreground#484848
  • button.background#ec7420
  • button.foreground#000000
  • debugToolBar.background#000000
  • debugToolBar.border#ec7420
  • editor.background#000000
  • editor.foreground#e8e8e8
  • editor.lineHighlightBackground#48484822
  • editor.selectionBackground#3cffd044
  • editorBracketHighlight.foreground1#ec7420
  • editorBracketHighlight.foreground2#3cffd0
  • editorBracketHighlight.foreground3#40c8e8
  • editorBracketHighlight.foreground4#f0f0a0
  • editorBracketHighlight.foreground5#b040a0
  • editorBracketHighlight.foreground6#50ff10
  • editorCursor.foreground#ec7420
  • editorGroupHeader.tabsBackground#000000
  • editorIndentGuide.activeBackground#ec7420
  • editorIndentGuide.background#484848
  • editorLineNumber.activeForeground#ec7420
  • editorLineNumber.foreground#484848
  • editorWidget.background#000000
  • editorWidget.border#484848
  • gitDecoration.addedResourceForeground#50ff10
  • gitDecoration.deletedResourceForeground#f02020
  • gitDecoration.modifiedResourceForeground#ec7420
  • gitDecoration.untrackedResourceForeground#3cffd0
  • input.background#000000
  • input.border#484848
  • input.foreground#e8e8e8
  • list.activeSelectionBackground#ec7420
  • list.activeSelectionForeground#000000
  • list.hoverBackground#48484822
  • list.inactiveSelectionBackground#484848
  • sideBar.background#000000
  • sideBar.border#484848
  • sideBar.foreground#e8e8e8
  • sideBarTitle.foreground#ec7420
  • statusBar.background#000000
  • statusBar.border#484848
  • statusBar.foreground#ec7420
  • statusBarItem.hoverBackground#484848
  • tab.activeBackground#000000
  • tab.activeBorder#ec7420
  • tab.activeForeground#ec7420
  • tab.border#484848
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#484848
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#5090c8
  • terminal.ansiBrightBlack#484848
  • terminal.ansiBrightBlue#40c8e8
  • terminal.ansiBrightCyan#3cffd0
  • terminal.ansiBrightGreen#50ff10
  • terminal.ansiBrightMagenta#b040a0
  • terminal.ansiBrightRed#f02020
  • terminal.ansiBrightWhite#e8e8e8
  • terminal.ansiBrightYellow#f0f0a0
  • terminal.ansiCyan#60f0a0
  • terminal.ansiGreen#409820
  • terminal.ansiMagenta#a06090
  • terminal.ansiRed#a80808
  • terminal.ansiWhite#b0b0b0
  • terminal.ansiYellow#f4b000
  • terminal.background#000000
  • terminal.foreground#e8e8e8
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#ec7420
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#484848

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#484848italic
constant, variable.other.constant, support.constant#40c8e8
string, punctuation.definition.string#50ff10
entity.name.function, support.function#ec7420bold
keyword, storage.type, storage.modifier#f02020bold
entity.name.type, support.type, support.class#f0f0a0bold
variable, identifier#3cffd0
punctuation, meta.brace, meta.delimiter#e8e8e8
meta.preprocessor, keyword.control.directive#b040a0
entity.other.attribute-name#f0f0a0italic