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#2D3238
  • activityBar.border#2D3238
  • activityBar.foreground#EEF0F2
  • activityBar.inactiveForeground#7C8493
  • activityBarBadge.background#6E5A8A
  • activityBarBadge.foreground#EEF0F2
  • badge.background#6E5A8A
  • badge.foreground#EEF0F2
  • button.background#6E5A8A
  • button.foreground#EEF0F2
  • button.hoverBackground#5B4973
  • button.secondaryBackground#D3D8DF
  • button.secondaryForeground#2D3238
  • contrastBorder#D3D8DF
  • dropdown.background#FFFFFF
  • dropdown.border#D3D8DF
  • editor.background#EEF0F2
  • editor.findMatchBackground#6E5A8A60
  • editor.findMatchHighlightBackground#6E5A8A35
  • editor.foreground#2D3238
  • editor.inactiveSelectionBackground#8A7A9E25
  • editor.lineHighlightBackground#E4E7EB
  • editor.selectionBackground#8A7A9E50
  • editor.selectionHighlightBackground#8A7A9E30
  • editor.wordHighlightBackground#5D7A9A30
  • editorBracketMatch.background#8A7A9E40
  • editorBracketMatch.border#6E5A8A
  • editorCursor.foreground#6E5A8A
  • editorGroup.border#D3D8DF
  • editorGroupHeader.tabsBackground#E4E7EB
  • editorGutter.addedBackground#5C8763
  • editorGutter.deletedBackground#B06A5C
  • editorGutter.modifiedBackground#5D7A9A
  • editorHoverWidget.background#E4E7EB
  • editorHoverWidget.border#D3D8DF
  • editorIndentGuide.activeBackground1#6E5A8A70
  • editorIndentGuide.background1#D3D8DF
  • editorLineNumber.activeForeground#6E5A8A
  • editorLineNumber.foreground#A6AEB9
  • editorRuler.foreground#D3D8DF
  • editorSuggestWidget.background#E4E7EB
  • editorSuggestWidget.border#D3D8DF
  • editorSuggestWidget.selectedBackground#8A7A9E40
  • editorWhitespace.foreground#D3D8DF
  • editorWidget.background#E4E7EB
  • editorWidget.border#D3D8DF
  • extensionButton.prominentBackground#6E5A8A
  • extensionButton.prominentHoverBackground#5B4973
  • focusBorder#6E5A8A80
  • foreground#2D3238
  • input.background#FFFFFF
  • input.border#D3D8DF
  • input.foreground#2D3238
  • input.placeholderForeground#A6AEB9
  • list.activeSelectionBackground#8A7A9E70
  • list.activeSelectionForeground#2D3238
  • list.highlightForeground#6E5A8A
  • list.hoverBackground#D8DCE2
  • list.inactiveSelectionBackground#D8DCE2
  • notificationCenterHeader.background#E4E7EB
  • notifications.background#E4E7EB
  • notifications.border#D3D8DF
  • notifications.foreground#2D3238
  • panel.background#E4E7EB
  • panel.border#D3D8DF
  • panelTitle.activeForeground#2D3238
  • panelTitle.inactiveForeground#5A616B
  • peekView.border#6E5A8A
  • peekViewEditor.background#EEF0F2
  • peekViewResult.background#E4E7EB
  • progressBar.background#6E5A8A
  • scrollbarSlider.activeBackground#6E5A8A80
  • scrollbarSlider.background#D3D8DF70
  • scrollbarSlider.hoverBackground#D3D8DFA0
  • sideBar.background#E4E7EB
  • sideBar.border#D3D8DF
  • sideBar.foreground#5A616B
  • sideBarSectionHeader.background#D8DCE2
  • sideBarSectionHeader.foreground#2D3238
  • sideBarTitle.foreground#2D3238
  • statusBar.background#6E5A8A
  • statusBar.debuggingBackground#B06A5C
  • statusBar.foreground#EEF0F2
  • statusBar.noFolderBackground#6E5A8A
  • statusBarItem.hoverBackground#5B4973
  • tab.activeBackground#EEF0F2
  • tab.activeBorderTop#6E5A8A
  • tab.activeForeground#2D3238
  • tab.border#D3D8DF
  • tab.inactiveBackground#D8DCE2
  • tab.inactiveForeground#5A616B
  • terminal.ansiBlack#2D3238
  • terminal.ansiBlue#5D7A9A
  • terminal.ansiBrightBlack#A6AEB9
  • terminal.ansiBrightBlue#7C97B4
  • terminal.ansiBrightCyan#79A0B3
  • terminal.ansiBrightGreen#79A47F
  • terminal.ansiBrightMagenta#8A75A6
  • terminal.ansiBrightRed#C7887A
  • terminal.ansiBrightWhite#EEF0F2
  • terminal.ansiBrightYellow#C6A96C
  • terminal.ansiCyan#5C8296
  • terminal.ansiGreen#5C8763
  • terminal.ansiMagenta#6E5A8A
  • terminal.ansiRed#B06A5C
  • terminal.ansiWhite#5A616B
  • terminal.ansiYellow#AD9153
  • terminal.background#EEF0F2
  • terminal.foreground#2D3238
  • titleBar.activeBackground#232830
  • titleBar.activeForeground#EEF0F2
  • titleBar.inactiveBackground#232830
  • titleBar.inactiveForeground#8891A0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#2D3238
comment, punctuation.definition.comment#8890A0italic
keyword, keyword.control, storage.type, storage.modifier#5D7A9Abold
string, string.quoted#6E5A8A
constant.numeric, constant.language, constant.character#5C8296
entity.name.function, support.function, meta.function-call#B06A5C
variable, variable.parameter#2D3238
entity.name.type, entity.name.class, support.class, support.type#6E5A8Abold
entity.name.tag#5C8763
entity.other.attribute-name#AD9153
keyword.operator, punctuation#767E8C
variable.other.property, meta.object-literal.key#5C8296
markup.heading#6E5A8Abold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#EEF0F2