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#212121
  • activityBar.border#212121
  • activityBar.foreground#F6F6F6
  • activityBar.inactiveForeground#9E9E9E
  • activityBarBadge.background#424242
  • activityBarBadge.foreground#F6F6F6
  • badge.background#424242
  • badge.foreground#F6F6F6
  • button.background#424242
  • button.foreground#F6F6F6
  • button.hoverBackground#333333
  • button.secondaryBackground#D4D4D4
  • button.secondaryForeground#212121
  • contrastBorder#D4D4D4
  • dropdown.background#FFFFFF
  • dropdown.border#D4D4D4
  • editor.background#F6F6F6
  • editor.findMatchBackground#42424235
  • editor.findMatchHighlightBackground#42424222
  • editor.foreground#212121
  • editor.inactiveSelectionBackground#2121210D
  • editor.lineHighlightBackground#EBEBEB
  • editor.selectionBackground#21212118
  • editor.selectionHighlightBackground#21212110
  • editor.wordHighlightBackground#42424226
  • editorBracketMatch.background#2121210F
  • editorBracketMatch.border#616161
  • editorCursor.foreground#212121
  • editorGroup.border#D4D4D4
  • editorGroupHeader.tabsBackground#EBEBEB
  • editorGutter.addedBackground#5F9F5F
  • editorGutter.deletedBackground#B85B5B
  • editorGutter.modifiedBackground#5C6F8C
  • editorHoverWidget.background#EBEBEB
  • editorHoverWidget.border#D4D4D4
  • editorIndentGuide.activeBackground1#BDBDBD
  • editorIndentGuide.background1#E0E0E0
  • editorLineNumber.activeForeground#616161
  • editorLineNumber.foreground#BDBDBD
  • editorRuler.foreground#E0E0E0
  • editorSuggestWidget.background#EBEBEB
  • editorSuggestWidget.border#D4D4D4
  • editorSuggestWidget.selectedBackground#21212112
  • editorWhitespace.foreground#E0E0E0
  • editorWidget.background#EBEBEB
  • editorWidget.border#D4D4D4
  • extensionButton.prominentBackground#424242
  • extensionButton.prominentHoverBackground#333333
  • focusBorder#424242
  • foreground#212121
  • input.background#FFFFFF
  • input.border#D4D4D4
  • input.foreground#212121
  • input.placeholderForeground#A0A0A0
  • list.activeSelectionBackground#212121
  • list.activeSelectionForeground#F6F6F6
  • list.highlightForeground#212121
  • list.hoverBackground#F0F0F0
  • list.inactiveSelectionBackground#E2E2E2
  • notificationCenterHeader.background#EBEBEB
  • notifications.background#EBEBEB
  • notifications.border#D4D4D4
  • notifications.foreground#212121
  • panel.background#EBEBEB
  • panel.border#D4D4D4
  • panelTitle.activeForeground#212121
  • panelTitle.inactiveForeground#7A7A7A
  • peekView.border#424242
  • peekViewEditor.background#F6F6F6
  • peekViewResult.background#EBEBEB
  • progressBar.background#424242
  • scrollbarSlider.activeBackground#42424280
  • scrollbarSlider.background#BDBDBD70
  • scrollbarSlider.hoverBackground#BDBDBDA0
  • sideBar.background#EBEBEB
  • sideBar.border#D4D4D4
  • sideBar.foreground#4A4A4A
  • sideBarSectionHeader.background#E2E2E2
  • sideBarSectionHeader.foreground#212121
  • sideBarTitle.foreground#212121
  • statusBar.background#424242
  • statusBar.debuggingBackground#212121
  • statusBar.foreground#F6F6F6
  • statusBar.noFolderBackground#212121
  • statusBarItem.hoverBackground#333333
  • tab.activeBackground#F6F6F6
  • tab.activeBorderTop#424242
  • tab.activeForeground#212121
  • tab.border#D4D4D4
  • tab.inactiveBackground#E2E2E2
  • tab.inactiveForeground#7A7A7A
  • terminal.ansiBlack#212121
  • terminal.ansiBlue#5C6F8C
  • terminal.ansiBrightBlack#BDBDBD
  • terminal.ansiBrightBlue#7485A0
  • terminal.ansiBrightCyan#67878B
  • terminal.ansiBrightGreen#77B577
  • terminal.ansiBrightMagenta#917291
  • terminal.ansiBrightRed#C96F6F
  • terminal.ansiBrightWhite#F6F6F6
  • terminal.ansiBrightYellow#A2925F
  • terminal.ansiCyan#4F6E72
  • terminal.ansiGreen#5F9F5F
  • terminal.ansiMagenta#7D5C7E
  • terminal.ansiRed#B85B5B
  • terminal.ansiWhite#4A4A4A
  • terminal.ansiYellow#8C7B4A
  • terminal.background#F6F6F6
  • terminal.foreground#212121
  • titleBar.activeBackground#1A1A1A
  • titleBar.activeForeground#F6F6F6
  • titleBar.inactiveBackground#1A1A1A
  • titleBar.inactiveForeground#8A8A8A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#212121
comment, punctuation.definition.comment#9E9E9Eitalic
keyword, keyword.control, storage.type, storage.modifier#212121bold
string, string.quoted#424242
constant.numeric, constant.language, constant.character#616161
entity.name.function, support.function, meta.function-call#212121bold
variable, variable.parameter#212121
entity.name.type, entity.name.class, support.class, support.type#424242italic
entity.name.tag#424242
entity.other.attribute-name#616161
keyword.operator, punctuation#757575
variable.other.property, meta.object-literal.key#424242
markup.heading#212121bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#B05050