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#232838
  • activityBar.border#232838
  • activityBar.foreground#EEF0F7
  • activityBar.inactiveForeground#8288A0
  • activityBarBadge.background#C08A2E
  • activityBarBadge.foreground#EEF0F7
  • badge.background#A67F1E
  • badge.foreground#EEF0F7
  • button.background#3E4A6B
  • button.foreground#EEF0F7
  • button.hoverBackground#4C5A80
  • button.secondaryBackground#D2D6E4
  • button.secondaryForeground#232838
  • contrastBorder#D2D6E4
  • dropdown.background#FFFFFF
  • dropdown.border#D2D6E4
  • editor.background#EEF0F7
  • editor.findMatchBackground#D98A4A65
  • editor.findMatchHighlightBackground#D98A4A38
  • editor.foreground#232838
  • editor.inactiveSelectionBackground#5C77B828
  • editor.lineHighlightBackground#E3E6F0
  • editor.selectionBackground#5C77B855
  • editor.selectionHighlightBackground#5C77B835
  • editor.wordHighlightBackground#D98A4A30
  • editorBracketMatch.background#5C77B835
  • editorBracketMatch.border#A67F1E
  • editorCursor.foreground#C08A2E
  • editorGroup.border#D2D6E4
  • editorGroupHeader.tabsBackground#E7E9F3
  • editorGutter.addedBackground#3F8467
  • editorGutter.deletedBackground#B4544D
  • editorGutter.modifiedBackground#3E5F82
  • editorHoverWidget.background#E3E6F0
  • editorHoverWidget.border#D2D6E4
  • editorIndentGuide.activeBackground1#B3B9CC
  • editorIndentGuide.background1#D5D9E8
  • editorLineNumber.activeForeground#A67F1E
  • editorLineNumber.foreground#B3B9CC
  • editorRuler.foreground#D5D9E8
  • editorSuggestWidget.background#E3E6F0
  • editorSuggestWidget.border#D2D6E4
  • editorSuggestWidget.selectedBackground#5C77B835
  • editorWhitespace.foreground#D5D9E8
  • editorWidget.background#E3E6F0
  • editorWidget.border#D2D6E4
  • extensionButton.prominentBackground#A67F1E
  • extensionButton.prominentHoverBackground#8E6C19
  • focusBorder#A67F1E80
  • foreground#232838
  • input.background#FFFFFF
  • input.border#D2D6E4
  • input.foreground#232838
  • input.placeholderForeground#9098B4
  • list.activeSelectionBackground#D2D6E4
  • list.activeSelectionForeground#232838
  • list.highlightForeground#A67F1E
  • list.hoverBackground#E0E3EF
  • list.inactiveSelectionBackground#DADEEC
  • notificationCenterHeader.background#E3E6F0
  • notifications.background#E3E6F0
  • notifications.border#D2D6E4
  • notifications.foreground#232838
  • panel.background#E7E9F3
  • panel.border#D2D6E4
  • panelTitle.activeForeground#232838
  • panelTitle.inactiveForeground#525A72
  • peekView.border#A67F1E
  • peekViewEditor.background#EEF0F7
  • peekViewResult.background#E3E6F0
  • progressBar.background#A67F1E
  • scrollbarSlider.activeBackground#A67F1E80
  • scrollbarSlider.background#D2D6E470
  • scrollbarSlider.hoverBackground#D2D6E4A0
  • sideBar.background#E7E9F3
  • sideBar.border#D2D6E4
  • sideBar.foreground#525A72
  • sideBarSectionHeader.background#DADEEC
  • sideBarSectionHeader.foreground#232838
  • sideBarTitle.foreground#232838
  • statusBar.background#3E4A6B
  • statusBar.debuggingBackground#B4544D
  • statusBar.foreground#EEF0F7
  • statusBar.noFolderBackground#3E4A6B
  • statusBarItem.hoverBackground#4C5A80
  • tab.activeBackground#EEF0F7
  • tab.activeBorderTop#A67F1E
  • tab.activeForeground#232838
  • tab.border#D2D6E4
  • tab.inactiveBackground#DADEEC
  • tab.inactiveForeground#525A72
  • terminal.ansiBlack#232838
  • terminal.ansiBlue#3E5F82
  • terminal.ansiBrightBlack#B3B9CC
  • terminal.ansiBrightBlue#5679A0
  • terminal.ansiBrightCyan#568D93
  • terminal.ansiBrightGreen#57A184
  • terminal.ansiBrightMagenta#9A6C9F
  • terminal.ansiBrightRed#C56E66
  • terminal.ansiBrightWhite#232838
  • terminal.ansiBrightYellow#C69A3E
  • terminal.ansiCyan#3D7178
  • terminal.ansiGreen#3F8467
  • terminal.ansiMagenta#7C5382
  • terminal.ansiRed#B4544D
  • terminal.ansiWhite#525A72
  • terminal.ansiYellow#A67F1E
  • terminal.background#EEF0F7
  • terminal.foreground#232838
  • titleBar.activeBackground#1A1E2B
  • titleBar.activeForeground#EEF0F7
  • titleBar.inactiveBackground#1A1E2B
  • titleBar.inactiveForeground#7A81A0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#232838
comment, punctuation.definition.comment#8B92ACitalic
keyword, keyword.control, storage.type, storage.modifier#232838bold
string, string.quoted#D9762E
constant.numeric, constant.language, constant.character#3D7178
entity.name.function, support.function, meta.function-call#232838bold
variable, variable.parameter#232838
entity.name.type, entity.name.class, support.class, support.type#7C5382italic
entity.name.tag#3F8467
entity.other.attribute-name#A67F1E
keyword.operator, punctuation#666F8C
variable.other.property, meta.object-literal.key#3D7178
markup.heading#232838bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#B4544D