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#F7F9FD
  • activityBar.border#D3D8E4
  • activityBar.foreground#22252A
  • activityBar.inactiveForeground#A2ABB8
  • activityBarBadge.background#3C8EDB
  • activityBarBadge.foreground#F7F9FD
  • badge.background#3C8EDB
  • badge.foreground#F7F9FD
  • button.background#3C8EDB
  • button.foreground#F7F9FD
  • button.hoverBackground#306CC0
  • button.secondaryBackground#DDE3F0
  • button.secondaryForeground#22252A
  • contrastBorder#D3D8E4
  • dropdown.background#FFFFFF
  • dropdown.border#D3D8E4
  • editor.background#F4F6FB
  • editor.findMatchBackground#F0C64A5C
  • editor.findMatchHighlightBackground#F0C64A38
  • editor.foreground#22252A
  • editor.inactiveSelectionBackground#3C8EDB18
  • editor.lineHighlightBackground#E6EAF3
  • editor.selectionBackground#3C8EDB2E
  • editor.selectionHighlightBackground#3C8EDB1F
  • editor.wordHighlightBackground#2BB9A22A
  • editorBracketMatch.background#3C8EDB20
  • editorBracketMatch.border#3C8EDB
  • editorCursor.foreground#3C8EDB
  • editorGroup.border#D3D8E4
  • editorGroupHeader.tabsBackground#EDF1F8
  • editorGutter.addedBackground#4EA87B
  • editorGutter.deletedBackground#D07074
  • editorGutter.modifiedBackground#3C8EDB
  • editorHoverWidget.background#EDF1F8
  • editorHoverWidget.border#D3D8E4
  • editorIndentGuide.activeBackground1#C1C7D4
  • editorIndentGuide.background1#E0E5F0
  • editorLineNumber.activeForeground#4D7AD9
  • editorLineNumber.foreground#C1C7D4
  • editorRuler.foreground#E0E5F0
  • editorSuggestWidget.background#EDF1F8
  • editorSuggestWidget.border#D3D8E4
  • editorSuggestWidget.selectedBackground#3C8EDB1F
  • editorWhitespace.foreground#E0E5F0
  • editorWidget.background#EDF1F8
  • editorWidget.border#D3D8E4
  • extensionButton.prominentBackground#3C8EDB
  • extensionButton.prominentHoverBackground#306CC0
  • focusBorder#3C8EDB80
  • foreground#22252A
  • input.background#FFFFFF
  • input.border#D3D8E4
  • input.foreground#22252A
  • input.placeholderForeground#A2ABB8
  • list.activeSelectionBackground#22252A
  • list.activeSelectionForeground#F7F9FD
  • list.highlightForeground#3C8EDB
  • list.hoverBackground#EDEFf7
  • list.inactiveSelectionBackground#E4E8F2
  • notificationCenterHeader.background#EDF1F8
  • notifications.background#EDF1F8
  • notifications.border#D3D8E4
  • notifications.foreground#22252A
  • panel.background#EDF1F8
  • panel.border#D3D8E4
  • panelTitle.activeForeground#22252A
  • panelTitle.inactiveForeground#545B66
  • peekView.border#3C8EDB
  • peekViewEditor.background#F4F6FB
  • peekViewResult.background#EDF1F8
  • progressBar.background#3C8EDB
  • scrollbarSlider.activeBackground#3C8EDB80
  • scrollbarSlider.background#C1C7D470
  • scrollbarSlider.hoverBackground#C1C7D4A0
  • sideBar.background#EDF1F8
  • sideBar.border#D3D8E4
  • sideBar.foreground#545B66
  • sideBarSectionHeader.background#E4E8F2
  • sideBarSectionHeader.foreground#22252A
  • sideBarTitle.foreground#22252A
  • statusBar.background#3C8EDB
  • statusBar.debuggingBackground#D07074
  • statusBar.foreground#F7F9FD
  • statusBar.noFolderBackground#3C8EDB
  • statusBarItem.hoverBackground#306CC0
  • tab.activeBackground#F4F6FB
  • tab.activeBorderTop#3C8EDB
  • tab.activeForeground#22252A
  • tab.border#D3D8E4
  • tab.inactiveBackground#E4E8F2
  • tab.inactiveForeground#545B66
  • terminal.ansiBlack#22252A
  • terminal.ansiBlue#3C8EDB
  • terminal.ansiBrightBlack#C1C7D4
  • terminal.ansiBrightBlue#5BA2E8
  • terminal.ansiBrightCyan#56D2C2
  • terminal.ansiBrightGreen#69C294
  • terminal.ansiBrightMagenta#B588E2
  • terminal.ansiBrightRed#E4888B
  • terminal.ansiBrightWhite#F7F9FD
  • terminal.ansiBrightYellow#F6D877
  • terminal.ansiCyan#2BB9A2
  • terminal.ansiGreen#4EA87B
  • terminal.ansiMagenta#9C6DD1
  • terminal.ansiRed#D07074
  • terminal.ansiWhite#545B66
  • terminal.ansiYellow#F0C64A
  • terminal.background#F4F6FB
  • terminal.foreground#22252A
  • titleBar.activeBackground#E8ECF6
  • titleBar.activeForeground#22252A
  • titleBar.inactiveBackground#E8ECF6
  • titleBar.inactiveForeground#A2ABB8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#22252A
comment, punctuation.definition.comment#9AA3B4italic
keyword, keyword.control, storage.type, storage.modifier#3C8EDBbold
string, string.quoted#D07074
constant.numeric, constant.language, constant.character#F0C64A
entity.name.function, support.function, meta.function-call#2B6FB3
variable, variable.parameter#22252A
entity.name.type, entity.name.class, support.class, support.type#9C6DD1italic
entity.name.tag#4EA87B
entity.other.attribute-name#3C8EDB
keyword.operator, punctuation#7A828F
variable.other.property, meta.object-literal.key#2BB9A2
markup.heading#22252Abold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#D07074