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#cccccc
  • activityBarBadge.background#000000
  • activityBarBadge.foreground#cccccc
  • badge.background#d1d1d1
  • badge.foreground#002aa7
  • button.background#002fbb
  • button.foreground#e3e3e3
  • button.hoverBackground#002fbbbf
  • debugExceptionWidget.background#c19c00
  • debugExceptionWidget.border#5b4a00
  • debugToolBar.background#cccccc
  • descriptionForeground#cccccc
  • dropdown.background#000000
  • dropdown.border#595959
  • dropdown.foreground#cccccc
  • dropdown.listBackground#000000
  • editor.background#000000
  • editor.findMatchBackground#c19c00bf
  • editor.findMatchBorder#5b4a00
  • editor.findMatchHighlightBackground#0037da99
  • editor.foreground#cccccc
  • editor.hoverHighlightBackground#cccccc99
  • editor.lineHighlightBackground#000000
  • editor.lineHighlightBorder#000000
  • editor.rangeHighlightBackground#99179899
  • editor.selectionBackground#0037da99
  • editor.selectionHighlightBackground#0037da99
  • editor.wordHighlightBackground#3a96ddbf
  • editor.wordHighlightStrongBackground#61d6d6b3
  • editorBracketMatch.background#0037da99
  • editorBracketMatch.border#001d74
  • editorCodeLens.foreground#cccccc
  • editorCursor.foreground#cccccc
  • editorError.foreground#e74856
  • editorGroupHeader.noTabsBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorGutter.addedBackground#13a10e
  • editorGutter.deletedBackground#c50f1f
  • editorGutter.modifiedBackground#0037da99
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#333333
  • editorIndentGuide.activeBackground1#cccccc
  • editorIndentGuide.background1#f2f2f2
  • editorLineNumber.foreground#f2f2f2
  • editorRuler.foreground#f2f2f2
  • editorWhitespace.foreground#f9f1a5
  • editorWidget.background#000000
  • editorWidget.border#333333
  • errorForeground#e74856
  • focusBorder#333333
  • foreground#cccccc
  • gitDecoration.addedResourceForeground#13a10e
  • gitDecoration.conflictingResourceForeground#c19c00
  • gitDecoration.deletedResourceForeground#c50f1f
  • gitDecoration.ignoredResourceForeground#c66718
  • gitDecoration.modifiedResourceForeground#c19c00
  • gitDecoration.submoduleResourceForeground#991798
  • gitDecoration.untrackedResourceForeground#3a96dd
  • input.background#000000
  • input.border#cccccc
  • list.activeSelectionBackground#767676
  • list.activeSelectionForeground#cccccc
  • list.dropBackground#40404099
  • list.errorForeground#e74856
  • list.focusBackground#f5f5f5
  • list.focusForeground#696969
  • list.highlightForeground#7497ff
  • list.hoverBackground#f5f5f5
  • list.hoverForeground#696969
  • list.inactiveFocusBackground#cccccc
  • list.inactiveSelectionBackground#404040
  • list.inactiveSelectionForeground#cccccc
  • list.invalidItemForeground#cccccc
  • list.warningForeground#f9f1a5
  • ports.iconRunningProcessForeground#0037da
  • progressBar.background#cccccc
  • sideBar.background#000000
  • sideBar.foreground#cccccc
  • sideBarTitle.foreground#cccccc
  • statusBar.background#000000
  • statusBar.debuggingBackground#c50f1f
  • statusBar.foreground#cccccc
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#000000
  • tab.activeBorder#767676
  • tab.activeForeground#cccccc
  • tab.border#000000
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#cccccc
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#0037da
  • terminal.ansiBrightBlack#767676
  • terminal.ansiBrightBlue#3b78ff
  • terminal.ansiBrightCyan#61d6d6
  • terminal.ansiBrightGreen#16c60c
  • terminal.ansiBrightMagenta#b4009e
  • terminal.ansiBrightRed#e74856
  • terminal.ansiBrightWhite#f2f2f2
  • terminal.ansiBrightYellow#f9f1a5
  • terminal.ansiCyan#3a96dd
  • terminal.ansiGreen#13a10e
  • terminal.ansiMagenta#991798
  • terminal.ansiRed#c50f1f
  • terminal.ansiWhite#cccccc
  • terminal.ansiYellow#c19c00
  • terminal.background#000000
  • terminal.foreground#cccccc
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#cccccc
  • titleBar.border#000000
  • titleBar.inactiveBackground#767676
  • titleBar.inactiveForeground#cccccc

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
#c50f1f
entity.name.class, entity.other.inherited-class, entity.name.function, entity.other.attribute-name#13a10e
string#c19c00
storage.type, support.function, support.type, support.class#0037da
keyword, storage, entity.name.tag#991798
support.constant#3a96dd
keyword.operator.class, constant.other, source.php.embedded.line#cccccc
comment#767676
invalid#e74856
#16c60c
variable.parameter#f9f1a5
#3b78ff
constant.numeric, constant.language, constant.character, constant.other#b4009e
#61d6d6
#f2f2f2