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#161221
  • activityBar.border#322C44
  • activityBar.foreground#A49BBF
  • activityBar.inactiveForeground#736699
  • badge.background#281F3D
  • badge.foreground#E8E3F2
  • breadcrumb.background#161221
  • breadcrumb.focusForeground#E8E3F2
  • breadcrumb.foreground#736699
  • button.background#CB81E4
  • button.foreground#161221
  • button.hoverBackground#F471C8
  • checkbox.activeBackground#CB81E4
  • checkbox.border#322C44
  • diffEditor.insertedTextBackground#6BC7A833
  • diffEditor.removedTextBackground#E4677233
  • dropdown.background#1D182A
  • dropdown.border#322C44
  • dropdown.foreground#E8E3F2
  • editor.background#161221
  • editor.findMatchBackground#281F3D
  • editor.findMatchHighlightBackground#1D182A
  • editor.foreground#E8E3F2
  • editor.inactiveSelectionBackground#3D2556
  • editor.lineHighlightBackground#281F3D
  • editor.selectionBackground#3D2556
  • editor.selectionHighlightBackground#281F3D
  • editorBracketMatch.background#3D2556
  • editorBracketMatch.border#CB81E4
  • editorCursor.foreground#F471C8
  • editorGutter.addedBackground#6BC7A8
  • editorGutter.background#161221
  • editorGutter.deletedBackground#E46772
  • editorGutter.modifiedBackground#F2A65A
  • editorIndentGuide.activeBackground#736699
  • editorIndentGuide.background#322C44
  • editorLineNumber.activeForeground#A49BBF
  • editorLineNumber.foreground#736699
  • editorOverviewRuler.bracketMatchForeground#CB81E4
  • editorWhitespace.foreground#322C44
  • input.background#1D182A
  • input.border#322C44
  • input.foreground#E8E3F2
  • input.placeholderForeground#736699
  • inputOption.activeBorder#F471C8
  • list.activeSelectionBackground#281F3D
  • list.activeSelectionForeground#E8E3F2
  • list.focusBackground#281F3D
  • list.highlightForeground#F471C8
  • list.hoverBackground#281F3D
  • list.inactiveSelectionBackground#1D182A
  • list.inactiveSelectionForeground#A49BBF
  • merge.currentBackground#281F3D
  • merge.currentHeaderBackground#3D2556
  • merge.incomingBackground#1D182A
  • merge.incomingHeaderBackground#281F3D
  • minimap.findMatchHighlight#F471C8
  • notificationCenterHeader.background#1D182A
  • notificationCenterHeader.foreground#E8E3F2
  • notificationLink.foreground#EC93BF
  • notifications.background#1D182A
  • notifications.foreground#E8E3F2
  • panel.background#1D182A
  • panel.border#322C44
  • peekView.border#F471C8
  • peekViewEditor.background#161221
  • peekViewEditor.matchHighlightBackground#281F3D
  • peekViewResult.background#1D182A
  • peekViewResult.selectionBackground#281F3D
  • peekViewResult.selectionForeground#E8E3F2
  • problemsErrorIcon.foreground#E46772
  • problemsInfoIcon.foreground#75C6D7
  • problemsWarningIcon.foreground#F2A65A
  • progressBar.background#CB81E4
  • scrollbar.shadow#00000066
  • scrollbarSlider.activeBackground#CB81E488
  • scrollbarSlider.background#322C4488
  • scrollbarSlider.hoverBackground#3D255688
  • sideBar.background#1D182A
  • sideBar.foreground#A49BBF
  • sideBarSectionHeader.background#1D182A
  • sideBarSectionHeader.foreground#E8E3F2
  • statusBar.background#1D182A
  • statusBar.border#322C44
  • statusBar.foreground#E8E3F2
  • statusBar.noFolderBackground#1D182A
  • tab.activeBackground#161221
  • tab.activeForeground#E8E3F2
  • tab.border#322C44
  • tab.inactiveBackground#1D182A
  • tab.inactiveForeground#736699
  • terminal.ansiBlack#161221
  • terminal.ansiBlue#75C6D7
  • terminal.ansiBrightBlack#322C44
  • terminal.ansiBrightBlue#75C6D7
  • terminal.ansiBrightCyan#EC93BF
  • terminal.ansiBrightGreen#6BC7A8
  • terminal.ansiBrightMagenta#CB81E4
  • terminal.ansiBrightRed#E46772
  • terminal.ansiBrightWhite#E8E3F2
  • terminal.ansiBrightYellow#F2A65A
  • terminal.ansiCyan#EC93BF
  • terminal.ansiGreen#6BC7A8
  • terminal.ansiMagenta#CB81E4
  • terminal.ansiRed#E46772
  • terminal.ansiWhite#A49BBF
  • terminal.ansiYellow#F2A65A
  • terminal.background#161221
  • terminal.foreground#E8E3F2
  • titleBar.activeBackground#1D182A
  • titleBar.activeForeground#E8E3F2
  • titleBar.inactiveBackground#161221
  • titleBar.inactiveForeground#736699
  • tree.indentGuidesStroke#322C44
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, comment.block, comment.line, comment.documentation#736699italic
constant, variable.language, variable.other.constant#C7BCE6
string, punctuation.definition.string, string.quoted, string.interpolated, string.heredoc, string.template, string.regexp, string.other#ED9F82
constant.numeric, number, hex, binary#EFBF6C
keyword, storage.type, storage.modifier, punctuation.definition.keyword, keyword.control, keyword.operator, keyword.other#CB81E4
function, entity.name.function, support.function, meta.function-call#EC93BF
variable, variable.other, variable.readwrite, variable.parameter#C7BCE6
entity.name.class, entity.name.type, entity.name.trait, support.type, support.class, struct, class, interface, enum, type, type.annotation#75C6D7
operator, punctuation.definition.operator, arithmetic, logical, bitwise#A085AD
entity.name.tag, meta.tag, markup.heading, markup.raw#CB81E4
constant.character, constant.character.escape#ED9F82
invalid, invalid.illegal, invalid.deprecated#E46772italic
meta.diff.header, punctuation.definition.diff#75C6D7
markup.inserted, markup.deleted, markup.changed#E8E3F2
Foreglow Theme by Foreglow - VS Code Theme