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#330000
  • activityBar.foreground#E8F5E9
  • activityBarBadge.background#F44336
  • activityBarBadge.foreground#FFFFFF
  • badge.background#F44336
  • badge.foreground#FFFFFF
  • breadcrumb.activeSelectionForeground#E8F5E9
  • breadcrumb.foreground#C8E6C9
  • breadcrumbPicker.background#2B0000
  • button.background#F44336
  • button.foreground#FFFFFF
  • button.hoverBackground#D32F2F
  • debugToolBar.background#2B0000
  • dropdown.background#2B0000
  • dropdown.foreground#E8F5E9
  • editor.background#330000
  • editor.findMatchBackground#F4433650
  • editor.findMatchHighlightBackground#F4433630
  • editor.foldBackground#4D0000
  • editor.foreground#E8F5E9
  • editor.inactiveSelectionBackground#4D000050
  • editor.lineHighlightBackground#4D000050
  • editor.selectionBackground#4D000080
  • editor.wordHighlightBackground#A5D6A750
  • editor.wordHighlightStrongBackground#A5D6A780
  • editorBracketMatch.background#4D0000
  • editorBracketMatch.border#F44336
  • editorCursor.foreground#8BC34A
  • editorGroupHeader.tabsBackground#2B0000
  • editorGutter.foldingControlForeground#E8F5E9
  • editorHoverWidget.background#2B0000
  • editorHoverWidget.border#F44336
  • editorLineNumber.foreground#A5D6A7
  • editorOverviewRuler.errorForeground#D32F2F
  • editorOverviewRuler.infoForeground#4CAF50
  • editorOverviewRuler.warningForeground#CDDC39
  • editorWidget.background#2B0000
  • editorWidget.border#F44336
  • extensionButton.prominentBackground#F44336
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#D32F2F
  • gitDecoration.conflictingResourceForeground#F44336
  • gitDecoration.deletedResourceForeground#D32F2F
  • gitDecoration.ignoredResourceForeground#6D4C41
  • gitDecoration.modifiedResourceForeground#8BC34A
  • gitDecoration.untrackedResourceForeground#CDDC39
  • input.background#2B0000
  • input.foreground#E8F5E9
  • input.placeholderForeground#C8E6C980
  • list.activeSelectionBackground#4D0000
  • list.hoverBackground#4D0000
  • list.inactiveSelectionBackground#4D0000
  • menu.background#2B0000
  • menu.foreground#E8F5E9
  • menu.selectionBackground#4D0000
  • menu.selectionForeground#E8F5E9
  • notificationCenterHeader.background#2B0000
  • notificationCenterHeader.foreground#E8F5E9
  • notificationToast.background#330000
  • notificationToast.foreground#E8F5E9
  • panel.background#2B0000
  • panelTitle.activeBorder#F44336
  • panelTitle.activeForeground#E8F5E9
  • panelTitle.inactiveForeground#C8E6C9
  • peekView.border#F44336
  • peekViewEditor.background#2B0000
  • peekViewResult.background#2B0000
  • peekViewTitle.background#2B0000
  • pickerGroup.foreground#E8F5E9
  • progressBar.background#F44336
  • scrollbarSlider.activeBackground#A5D6A7
  • scrollbarSlider.background#A5D6A750
  • scrollbarSlider.hoverBackground#A5D6A780
  • settings.checkboxBackground#2B0000
  • settings.checkboxForeground#E8F5E9
  • settings.dropdownBackground#2B0000
  • settings.dropdownForeground#E8F5E9
  • settings.headerForeground#E8F5E9
  • settings.modifiedItemIndicator#F44336
  • settings.numberInputBackground#2B0000
  • settings.numberInputForeground#E8F5E9
  • settings.textInputBackground#2B0000
  • settings.textInputForeground#E8F5E9
  • sideBar.background#2B0000
  • sideBar.foreground#E8F5E9
  • sideBarSectionHeader.background#4D0000
  • sideBarSectionHeader.foreground#E8F5E9
  • statusBar.background#330000
  • statusBar.debuggingBackground#F44336
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#E8F5E9
  • tab.activeBackground#330000
  • tab.activeForeground#E8F5E9
  • tab.border#2B0000
  • tab.inactiveBackground#2B0000
  • tab.inactiveForeground#C8E6C9
  • terminal.ansiBlack#1A0000
  • terminal.ansiBlue#A5D6A7
  • terminal.ansiBrightBlack#6D4C41
  • terminal.ansiBrightBlue#66BB6A
  • terminal.ansiBrightCyan#9CCC65
  • terminal.ansiBrightGreen#7CB342
  • terminal.ansiBrightMagenta#C62828
  • terminal.ansiBrightRed#FF5722
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#D4E157
  • terminal.ansiCyan#8BC34A
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#F44336
  • terminal.ansiRed#D32F2F
  • terminal.ansiWhite#E8F5E9
  • terminal.ansiYellow#CDDC39
  • terminal.background#1A0000
  • terminal.foreground#E8F5E9
  • titleBar.activeBackground#2B0000
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#2B0000
  • titleBar.inactiveForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6D4C41
string, punctuation.definition.string#CDDC39
keyword, storage.type, storage.modifier#FF5722
number, constant.numeric#8BC34A
variable, support.variable#4CAF50
function, entity.name.function, meta.function-call#F44336
entity.name.type, support.class, support.type#A5D6A7
operator, keyword.operator#E8F5E9
punctuation, delimiter#E8F5E9
invalid, invalid.deprecated#D32F2F