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#1A1A1A
  • activityBar.border#1A1A1A
  • activityBar.foreground#FAFAFA
  • activityBar.inactiveForeground#767676
  • activityBarBadge.background#E30613
  • activityBarBadge.foreground#FAFAFA
  • badge.background#E30613
  • badge.foreground#FAFAFA
  • button.background#E30613
  • button.foreground#FAFAFA
  • button.hoverBackground#C00510
  • button.secondaryBackground#D0D0D0
  • button.secondaryForeground#1A1A1A
  • contrastBorder#D0D0D0
  • dropdown.background#FFFFFF
  • dropdown.border#D0D0D0
  • editor.background#FAFAFA
  • editor.findMatchBackground#E3061340
  • editor.findMatchHighlightBackground#E3061320
  • editor.foreground#1A1A1A
  • editor.inactiveSelectionBackground#1A1A1A10
  • editor.lineHighlightBackground#F0F0F0
  • editor.selectionBackground#1A1A1A20
  • editor.selectionHighlightBackground#1A1A1A15
  • editor.wordHighlightBackground#E3061320
  • editorBracketMatch.background#1A1A1A10
  • editorBracketMatch.border#E30613
  • editorCursor.foreground#E30613
  • editorGroup.border#D0D0D0
  • editorGroupHeader.tabsBackground#F0F0F0
  • editorGutter.addedBackground#1A1A1A
  • editorGutter.deletedBackground#E30613
  • editorGutter.modifiedBackground#767676
  • editorHoverWidget.background#F0F0F0
  • editorHoverWidget.border#D0D0D0
  • editorIndentGuide.activeBackground1#B8B8B8
  • editorIndentGuide.background1#E5E5E5
  • editorLineNumber.activeForeground#E30613
  • editorLineNumber.foreground#B8B8B8
  • editorRuler.foreground#E5E5E5
  • editorSuggestWidget.background#F0F0F0
  • editorSuggestWidget.border#D0D0D0
  • editorSuggestWidget.selectedBackground#E3061320
  • editorWhitespace.foreground#E5E5E5
  • editorWidget.background#F0F0F0
  • editorWidget.border#D0D0D0
  • extensionButton.prominentBackground#E30613
  • extensionButton.prominentHoverBackground#C00510
  • focusBorder#E30613
  • foreground#1A1A1A
  • input.background#FFFFFF
  • input.border#D0D0D0
  • input.foreground#1A1A1A
  • input.placeholderForeground#B8B8B8
  • list.activeSelectionBackground#1A1A1A
  • list.activeSelectionForeground#FAFAFA
  • list.highlightForeground#E30613
  • list.hoverBackground#EDEDED
  • list.inactiveSelectionBackground#E5E5E5
  • notificationCenterHeader.background#F0F0F0
  • notifications.background#F0F0F0
  • notifications.border#D0D0D0
  • notifications.foreground#1A1A1A
  • panel.background#F0F0F0
  • panel.border#D0D0D0
  • panelTitle.activeForeground#1A1A1A
  • panelTitle.inactiveForeground#767676
  • peekView.border#E30613
  • peekViewEditor.background#FAFAFA
  • peekViewResult.background#F0F0F0
  • progressBar.background#E30613
  • scrollbarSlider.activeBackground#E3061380
  • scrollbarSlider.background#B8B8B870
  • scrollbarSlider.hoverBackground#B8B8B8A0
  • sideBar.background#F0F0F0
  • sideBar.border#D0D0D0
  • sideBar.foreground#3A3A3A
  • sideBarSectionHeader.background#E5E5E5
  • sideBarSectionHeader.foreground#1A1A1A
  • sideBarTitle.foreground#1A1A1A
  • statusBar.background#E30613
  • statusBar.debuggingBackground#1A1A1A
  • statusBar.foreground#FAFAFA
  • statusBar.noFolderBackground#1A1A1A
  • statusBarItem.hoverBackground#C00510
  • tab.activeBackground#FAFAFA
  • tab.activeBorderTop#E30613
  • tab.activeForeground#1A1A1A
  • tab.border#D0D0D0
  • tab.inactiveBackground#E5E5E5
  • tab.inactiveForeground#767676
  • terminal.ansiBlack#1A1A1A
  • terminal.ansiBlue#0057B7
  • terminal.ansiBrightBlack#767676
  • terminal.ansiBrightBlue#1E73C7
  • terminal.ansiBrightCyan#1E8E98
  • terminal.ansiBrightGreen#4A8A4A
  • terminal.ansiBrightMagenta#A5478A
  • terminal.ansiBrightRed#FF3B30
  • terminal.ansiBrightWhite#1A1A1A
  • terminal.ansiBrightYellow#A98E1F
  • terminal.ansiCyan#00707A
  • terminal.ansiGreen#3A6B3A
  • terminal.ansiMagenta#8A2A6B
  • terminal.ansiRed#E30613
  • terminal.ansiWhite#3A3A3A
  • terminal.ansiYellow#8A7000
  • terminal.background#FAFAFA
  • terminal.foreground#1A1A1A
  • titleBar.activeBackground#1A1A1A
  • titleBar.activeForeground#FAFAFA
  • titleBar.inactiveBackground#1A1A1A
  • titleBar.inactiveForeground#8A8A8A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#1A1A1A
comment, punctuation.definition.comment#9A9A9Aitalic
keyword, keyword.control, storage.type, storage.modifier#1A1A1Abold
string, string.quoted#0057B7
constant.numeric, constant.language, constant.character#767676
entity.name.function, support.function, meta.function-call#E30613
variable, variable.parameter#1A1A1A
entity.name.type, entity.name.class, support.class, support.type#1A1A1Abold underline
entity.name.tag#E30613
entity.other.attribute-name#0057B7
keyword.operator, punctuation#767676
variable.other.property, meta.object-literal.key#3A3A3A
markup.heading#E30613bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#FAFAFA