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.activeBorder#7C5CFF
  • activityBar.background#0E0E14
  • activityBar.foreground#C8C9D4
  • activityBar.inactiveForeground#4A4B5A
  • activityBarBadge.background#7C5CFF
  • activityBarBadge.foreground#FFFFFF
  • badge.background#7C5CFF
  • badge.foreground#FFFFFF
  • breadcrumb.activeSelectionForeground#37D6C8
  • breadcrumb.focusForeground#C8C9D4
  • breadcrumb.foreground#6A6B7A
  • button.background#7C5CFF
  • button.foreground#FFFFFF
  • button.hoverBackground#8E72FF
  • button.secondaryBackground#23232F
  • button.secondaryForeground#C8C9D4
  • dropdown.background#1A1A24
  • dropdown.border#2A2A38
  • editor.background#13131A
  • editor.findMatchBackground#FFB45455
  • editor.findMatchHighlightBackground#FFB45430
  • editor.foreground#C8C9D4
  • editor.lineHighlightBackground#1C1C28
  • editor.selectionBackground#7C5CFF40
  • editor.selectionHighlightBackground#37D6C825
  • editorBracketMatch.background#7C5CFF30
  • editorBracketMatch.border#7C5CFF
  • editorCursor.foreground#37D6C8
  • editorError.foreground#E0234E
  • editorGroupHeader.tabsBackground#0E0E14
  • editorGroupHeader.tabsBorder#1C1C28
  • editorGutter.addedBackground#42B883
  • editorGutter.deletedBackground#E0234E
  • editorGutter.modifiedBackground#FFB454
  • editorHoverWidget.background#1A1A24
  • editorIndentGuide.activeBackground1#3A3B4A
  • editorIndentGuide.background1#23232F
  • editorInfo.foreground#37D6C8
  • editorLineNumber.activeForeground#7C5CFF
  • editorLineNumber.foreground#3A3B4A
  • editorSuggestWidget.background#1A1A24
  • editorSuggestWidget.selectedBackground#7C5CFF22
  • editorWarning.foreground#FFB454
  • editorWhitespace.foreground#26263300
  • editorWidget.background#1A1A24
  • editorWidget.border#2A2A38
  • errorForeground#E0234E
  • focusBorder#7C5CFF
  • foreground#C8C9D4
  • gitDecoration.conflictingResourceForeground#7C5CFF
  • gitDecoration.deletedResourceForeground#E0234E
  • gitDecoration.ignoredResourceForeground#4A4B5A
  • gitDecoration.modifiedResourceForeground#FFB454
  • gitDecoration.untrackedResourceForeground#42B883
  • input.background#1A1A24
  • input.border#2A2A38
  • input.foreground#C8C9D4
  • inputOption.activeBorder#7C5CFF
  • list.activeSelectionBackground#7C5CFF22
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#7C5CFF22
  • list.highlightForeground#37D6C8
  • list.hoverBackground#1C1C28
  • list.inactiveSelectionBackground#1C1C28
  • minimap.selectionHighlight#7C5CFF
  • notificationCenterHeader.background#1A1A24
  • notifications.background#1A1A24
  • panel.background#0E0E14
  • panel.border#1C1C28
  • panelTitle.activeBorder#7C5CFF
  • panelTitle.activeForeground#7C5CFF
  • peekView.border#7C5CFF
  • peekViewEditor.background#1A1A24
  • peekViewResult.background#0E0E14
  • progressBar.background#37D6C8
  • scrollbarSlider.activeBackground#7C5CFF66
  • scrollbarSlider.background#7C5CFF22
  • scrollbarSlider.hoverBackground#7C5CFF44
  • selection.background#7C5CFF55
  • sideBar.background#0E0E14
  • sideBar.border#1C1C28
  • sideBar.foreground#9698A8
  • sideBarSectionHeader.background#0E0E14
  • sideBarSectionHeader.foreground#C8C9D4
  • sideBarTitle.foreground#7C5CFF
  • statusBar.background#0E0E14
  • statusBar.border#1C1C28
  • statusBar.debuggingBackground#FFB454
  • statusBar.debuggingForeground#13131A
  • statusBar.foreground#9698A8
  • statusBar.noFolderBackground#0E0E14
  • statusBarItem.remoteBackground#7C5CFF
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#13131A
  • tab.activeBorderTop#7C5CFF
  • tab.activeForeground#FFFFFF
  • tab.border#1C1C28
  • tab.hoverBackground#1C1C28
  • tab.inactiveBackground#0E0E14
  • tab.inactiveForeground#6A6B7A
  • terminal.ansiBlack#1A1A24
  • terminal.ansiBlue#5C9CFF
  • terminal.ansiBrightBlack#4A4B5A
  • terminal.ansiBrightBlue#82B4FF
  • terminal.ansiBrightCyan#5FE3D6
  • terminal.ansiBrightGreen#5FD89B
  • terminal.ansiBrightMagenta#9D85FF
  • terminal.ansiBrightRed#FF5277
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFC979
  • terminal.ansiCyan#37D6C8
  • terminal.ansiGreen#42B883
  • terminal.ansiMagenta#7C5CFF
  • terminal.ansiRed#E0234E
  • terminal.ansiWhite#C8C9D4
  • terminal.ansiYellow#FFB454
  • terminal.background#0E0E14
  • terminal.foreground#C8C9D4
  • terminalCursor.foreground#37D6C8
  • textLink.activeForeground#5FE3D6
  • textLink.foreground#37D6C8
  • titleBar.activeBackground#0E0E14
  • titleBar.activeForeground#C8C9D4
  • titleBar.border#1C1C28
  • titleBar.inactiveBackground#0E0E14
  • tree.indentGuidesStroke#2A2A38
  • widget.border#2A2A38

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A5C6Eitalic
string, string.quoted, punctuation.definition.string#42B883
constant.numeric, constant.language, constant.character#FFB454
keyword, storage.type, storage.modifier, keyword.control#7C5CFF
keyword.operator#37D6C8
entity.name.function, support.function, meta.function-call#5C9CFF
entity.name.type, entity.name.class, support.type, support.class#37D6C8
variable, meta.definition.variable.name, support.variable#C8C9D4
variable.parameter#E0A87Eitalic
entity.name.tag, punctuation.definition.tag#E0234E
entity.other.attribute-name#FFB454italic
support.type.property-name, meta.object-literal.key#5C9CFF
markup.heading, entity.name.section#7C5CFFbold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#E0234E