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#2B2126
  • activityBar.border#2B2126
  • activityBar.foreground#EDE0E3
  • activityBar.inactiveForeground#7A5F68
  • activityBarBadge.background#D68CA3
  • activityBarBadge.foreground#221A1E
  • badge.background#D68CA3
  • badge.foreground#221A1E
  • button.background#D68CA3
  • button.foreground#221A1E
  • button.hoverBackground#C2768D
  • button.secondaryBackground#3B2C33
  • button.secondaryForeground#EDE0E3
  • contrastBorder#3B2C33
  • dropdown.background#221A1E
  • dropdown.border#3B2C33
  • editor.background#221A1E
  • editor.findMatchBackground#D68CA360
  • editor.findMatchHighlightBackground#D68CA335
  • editor.foreground#EDE0E3
  • editor.inactiveSelectionBackground#BC9EC425
  • editor.lineHighlightBackground#2B2126
  • editor.selectionBackground#BC9EC450
  • editor.selectionHighlightBackground#BC9EC430
  • editor.wordHighlightBackground#9CADC930
  • editorBracketMatch.background#BC9EC440
  • editorBracketMatch.border#D68CA3
  • editorCursor.foreground#D68CA3
  • editorGroup.border#3B2C33
  • editorGroupHeader.tabsBackground#2B2126
  • editorGutter.addedBackground#93B98E
  • editorGutter.deletedBackground#D98F84
  • editorGutter.modifiedBackground#9CADC9
  • editorHoverWidget.background#2B2126
  • editorHoverWidget.border#3B2C33
  • editorIndentGuide.activeBackground1#D68CA370
  • editorIndentGuide.background1#3B2C33
  • editorLineNumber.activeForeground#D68CA3
  • editorLineNumber.foreground#6E5560
  • editorRuler.foreground#3B2C33
  • editorSuggestWidget.background#2B2126
  • editorSuggestWidget.border#3B2C33
  • editorSuggestWidget.selectedBackground#BC9EC440
  • editorWhitespace.foreground#3B2C33
  • editorWidget.background#2B2126
  • editorWidget.border#3B2C33
  • extensionButton.prominentBackground#D68CA3
  • extensionButton.prominentHoverBackground#C2768D
  • focusBorder#D68CA3
  • foreground#EDE0E3
  • input.background#221A1E
  • input.border#3B2C33
  • input.foreground#EDE0E3
  • input.placeholderForeground#6E5560
  • list.activeSelectionBackground#3B2C33
  • list.activeSelectionForeground#EDE0E3
  • list.highlightForeground#D68CA3
  • list.hoverBackground#34272D
  • list.inactiveSelectionBackground#34272D
  • notificationCenterHeader.background#2B2126
  • notifications.background#2B2126
  • notifications.border#3B2C33
  • notifications.foreground#EDE0E3
  • panel.background#2B2126
  • panel.border#3B2C33
  • panelTitle.activeForeground#EDE0E3
  • panelTitle.inactiveForeground#C4A9B1
  • peekView.border#D68CA3
  • peekViewEditor.background#221A1E
  • peekViewResult.background#2B2126
  • progressBar.background#D68CA3
  • scrollbarSlider.activeBackground#D68CA380
  • scrollbarSlider.background#3B2C3370
  • scrollbarSlider.hoverBackground#3B2C33A0
  • sideBar.background#2B2126
  • sideBar.border#3B2C33
  • sideBar.foreground#C4A9B1
  • sideBarSectionHeader.background#34272D
  • sideBarSectionHeader.foreground#EDE0E3
  • sideBarTitle.foreground#EDE0E3
  • statusBar.background#3B2A31
  • statusBar.debuggingBackground#D98F84
  • statusBar.foreground#EDE0E3
  • statusBar.noFolderBackground#3B2A31
  • statusBarItem.hoverBackground#C2768D
  • tab.activeBackground#221A1E
  • tab.activeBorderTop#D68CA3
  • tab.activeForeground#EDE0E3
  • tab.border#3B2C33
  • tab.inactiveBackground#34272D
  • tab.inactiveForeground#C4A9B1
  • terminal.ansiBlack#34272D
  • terminal.ansiBlue#9CADC9
  • terminal.ansiBrightBlack#6E5560
  • terminal.ansiBrightBlue#B4C4DE
  • terminal.ansiBrightCyan#A9CFC9
  • terminal.ansiBrightGreen#AACFA5
  • terminal.ansiBrightMagenta#CBB0DA
  • terminal.ansiBrightRed#E5A79C
  • terminal.ansiBrightWhite#EDE0E3
  • terminal.ansiBrightYellow#E1BE93
  • terminal.ansiCyan#93B7B2
  • terminal.ansiGreen#93B98E
  • terminal.ansiMagenta#B79BC7
  • terminal.ansiRed#D98F84
  • terminal.ansiWhite#C4A9B1
  • terminal.ansiYellow#D1AA78
  • terminal.background#221A1E
  • terminal.foreground#EDE0E3
  • titleBar.activeBackground#1A1417
  • titleBar.activeForeground#EDE0E3
  • titleBar.inactiveBackground#1A1417
  • titleBar.inactiveForeground#7A5F68

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#EDE0E3
comment, punctuation.definition.comment#7A5F68italic
keyword, keyword.control, storage.type, storage.modifier#93B98Ebold
string, string.quoted#E8B7BE
constant.numeric, constant.language, constant.character#9CADC9
entity.name.function, support.function, meta.function-call#E5A79C
variable, variable.parameter#EDE0E3
entity.name.type, entity.name.class, support.class, support.type#CBB0DAbold
entity.name.tag#D68CA3
entity.other.attribute-name#D1AA78
keyword.operator, punctuation#9C8790
variable.other.property, meta.object-literal.key#93B7B2
markup.heading#D68CA3bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#221A1E