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#ffffff
  • activityBarBadge.background#000000
  • activityBarBadge.foreground#ffffff
  • badge.background#ffffff
  • badge.foreground#0047b3
  • button.background#004ec2
  • button.foreground#ffffff
  • button.hoverBackground#004ec2bf
  • debugExceptionWidget.background#feff00
  • debugExceptionWidget.border#989900
  • debugToolBar.background#ffffff
  • descriptionForeground#ffffff
  • dropdown.background#000000
  • dropdown.border#595959
  • dropdown.foreground#ffffff
  • dropdown.listBackground#000000
  • editor.background#000000
  • editor.findMatchBackground#feff00bf
  • editor.findMatchBorder#989900
  • editor.findMatchHighlightBackground#0066ff99
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#d0d0d099
  • editor.lineHighlightBackground#000000
  • editor.lineHighlightBorder#000000
  • editor.rangeHighlightBackground#cc00ff99
  • editor.selectionBackground#0066ff99
  • editor.selectionHighlightBackground#0066ff99
  • editor.wordHighlightBackground#00ffffbf
  • editor.wordHighlightStrongBackground#00ffffb3
  • editorBracketMatch.background#0066ff99
  • editorBracketMatch.border#003d99
  • editorCodeLens.foreground#ffffff
  • editorCursor.foreground#ffffff
  • editorError.foreground#fe0100
  • editorGroupHeader.noTabsBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorGutter.addedBackground#33ff00
  • editorGutter.deletedBackground#fe0100
  • editorGutter.modifiedBackground#0066ff99
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#333333
  • editorIndentGuide.activeBackground1#d0d0d0
  • editorIndentGuide.background1#FFFFFF
  • editorLineNumber.foreground#FFFFFF
  • editorRuler.foreground#FFFFFF
  • editorWhitespace.foreground#feff00
  • editorWidget.background#000000
  • editorWidget.border#333333
  • errorForeground#fe0100
  • focusBorder#333333
  • foreground#ffffff
  • gitDecoration.addedResourceForeground#33ff00
  • gitDecoration.conflictingResourceForeground#feff00
  • gitDecoration.deletedResourceForeground#fe0100
  • gitDecoration.ignoredResourceForeground#ffa200
  • gitDecoration.modifiedResourceForeground#feff00
  • gitDecoration.submoduleResourceForeground#cc00ff
  • gitDecoration.untrackedResourceForeground#00ffff
  • input.background#000000
  • input.border#ffffff
  • list.activeSelectionBackground#808080
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#40404099
  • list.errorForeground#fe0100
  • list.focusBackground#ffffff
  • list.focusForeground#737373
  • list.highlightForeground#66a3ff
  • list.hoverBackground#ffffff
  • list.hoverForeground#737373
  • list.inactiveFocusBackground#d0d0d0
  • list.inactiveSelectionBackground#404040
  • list.inactiveSelectionForeground#ffffff
  • list.invalidItemForeground#ffffff
  • list.warningForeground#feff00
  • ports.iconRunningProcessForeground#0066ff
  • progressBar.background#d0d0d0
  • sideBar.background#000000
  • sideBar.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#000000
  • statusBar.debuggingBackground#fe0100
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#000000
  • tab.activeBorder#808080
  • tab.activeForeground#ffffff
  • tab.border#000000
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#ffffff
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#0066ff
  • terminal.ansiBrightBlack#808080
  • terminal.ansiBrightBlue#0066ff
  • terminal.ansiBrightCyan#00ffff
  • terminal.ansiBrightGreen#33ff00
  • terminal.ansiBrightMagenta#cc00ff
  • terminal.ansiBrightRed#fe0100
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#feff00
  • terminal.ansiCyan#00ffff
  • terminal.ansiGreen#33ff00
  • terminal.ansiMagenta#cc00ff
  • terminal.ansiRed#fe0100
  • terminal.ansiWhite#d0d0d0
  • terminal.ansiYellow#feff00
  • terminal.background#000000
  • terminal.foreground#ffffff
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#ffffff
  • titleBar.border#000000
  • titleBar.inactiveBackground#808080
  • titleBar.inactiveForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
emphasis, storage, comment, entity.other.attribute-name, markup.italic, keyword.control, variable.languageitalic
strong, markup.bold, markup.headingbold
markup.underlineunderline
#000000
#fe0100
entity.name.class, entity.other.inherited-class, entity.name.function, entity.other.attribute-name#33ff00
string#feff00
storage.type, support.function, support.type, support.class#0066ff
keyword, storage, entity.name.tag#cc00ff
support.constant#00ffff
keyword.operator.class, constant.other, source.php.embedded.line#d0d0d0
comment#808080
invalid#fe0100
#33ff00
variable.parameter#feff00
#0066ff
constant.numeric, constant.language, constant.character, constant.other#cc00ff
#00ffff
#FFFFFF