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
  • activityBar.inactiveForeground#cccccc
  • activityBarBadge.background#1745cd
  • activityBarBadge.foreground#cccccc
  • badge.background#1745cd33
  • badge.foreground#1745cd
  • button.background#1745cd
  • button.foreground#cccccc
  • button.hoverBackground#2253e6
  • commandCenter.activeBackground#000000
  • commandCenter.activeBorder#000000
  • commandCenter.activeForeground#cccccc
  • commandCenter.background#000000
  • commandCenter.border#000000
  • commandCenter.foreground#cccccc
  • commandCenter.inactiveBorder#000000
  • commandCenter.inactiveForeground#cccccc
  • debugExceptionWidget.background#c19c00
  • debugExceptionWidget.border#5b4a00
  • debugToolBar.background#cccccc
  • descriptionForeground#cccccc
  • dropdown.background#000000
  • dropdown.border#767676
  • dropdown.foreground#cccccc
  • dropdown.listBackground#000000
  • editor.background#000000
  • editor.findMatchBackground#c19c0073
  • editor.findMatchBorder#c19c00
  • editor.findMatchHighlightBackground#0037da99
  • editor.foreground#cccccc
  • editor.hoverHighlightBackground#cccccc1f
  • editor.inactiveLineHighlightBackground#000000
  • editor.inactiveSelectionBackground#0037da47
  • editor.lineHighlightBackground#000000
  • editor.lineHighlightBorder#000000
  • editor.rangeHighlightBackground#99179847
  • editor.selectionBackground#0037da73
  • editor.selectionHighlightBackground#0037da99
  • editor.wordHighlightBackground#3a96dd40
  • editor.wordHighlightStrongBackground#3a96dd6b
  • editorBracketMatch.background#99179859
  • editorBracketMatch.border#991798
  • 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#767676a1
  • editorIndentGuide.background1#76767642
  • editorLineNumber.foreground#767676a6
  • editorRuler.foreground#767676a6
  • 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#76767640
  • list.focusForeground#f2f2f2
  • list.highlightForeground#4b73eb
  • list.hoverBackground#76767640
  • list.hoverForeground#f2f2f2
  • 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
  • tab.unfocusedActiveBackground#000000
  • tab.unfocusedActiveBorder#767676
  • tab.unfocusedActiveForeground#cccccc
  • tab.unfocusedInactiveBackground#000000
  • tab.unfocusedInactiveForeground#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#1a1a1a
  • titleBar.inactiveForeground#b3b3b3

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