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#000000
  • activityBar.border#1A1A1A
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#565F89
  • activityBarBadge.background#E5850D
  • activityBarBadge.foreground#000000
  • badge.background#E5850D
  • badge.foreground#000000
  • breadcrumb.activeSelectionForeground#FFFFFF
  • breadcrumb.focusForeground#FFFFFF
  • breadcrumb.foreground#565F89
  • button.background#E5850D
  • button.foreground#000000
  • button.hoverBackground#F0A040
  • descriptionForeground#565F89
  • diffEditor.insertedLineBackground#0A1814
  • diffEditor.insertedTextBackground#73DACA33
  • diffEditor.modifiedTextBackground#1A1408
  • diffEditor.removedLineBackground#180A10
  • diffEditor.removedTextBackground#FF5C8D33
  • dropdown.background#0D0D0D
  • dropdown.border#1A1A1A
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#E5850D66
  • editor.findMatchBorder#E5850D
  • editor.findMatchHighlightBackground#E5850D33
  • editor.foreground#FFFFFF
  • editor.hoverHighlightBackground#E5850D66
  • editor.inactiveSelectionBackground#E5850D30
  • editor.lineHighlightBackground#0D0D0D
  • editor.selectionBackground#E5850D50
  • editor.selectionHighlightBackground#E5850D66
  • editor.wordHighlightBackground#E5850D45
  • editor.wordHighlightStrongBackground#E5850D66
  • editorBracketHighlight.foreground1#FF5C8D
  • editorBracketHighlight.foreground2#0DB9D7
  • editorBracketHighlight.foreground3#73DACA
  • editorBracketHighlight.foreground4#BB9AF7
  • editorBracketMatch.background#E5850D33
  • editorBracketMatch.border#E5850D
  • editorCursor.foreground#E5850D
  • editorError.foreground#FF5C8D
  • editorGroup.border#1A1A1A
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#1A1A1A
  • editorGutter.addedBackground#73DACA
  • editorGutter.deletedBackground#FF5C8D
  • editorGutter.modifiedBackground#E5850D
  • editorHint.foreground#73DACA
  • editorIndentGuide.activeBackground1#565F89
  • editorIndentGuide.background1#1A1A1A
  • editorInfo.foreground#0DB9D7
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#565F89
  • editorLink.activeForeground#E5850D
  • editorWarning.foreground#E5850D
  • errorForeground#FF5C8D
  • focusBorder#E5850D
  • foreground#FFFFFF
  • gitDecoration.addedResourceForeground#73DACA
  • gitDecoration.deletedResourceForeground#FF5C8D
  • gitDecoration.ignoredResourceForeground#565F89
  • gitDecoration.modifiedResourceForeground#E5850D
  • gitDecoration.untrackedResourceForeground#565F89
  • icon.foreground#FFFFFF
  • input.background#0D0D0D
  • input.border#1A1A1A
  • input.foreground#FFFFFF
  • input.placeholderForeground#565F89
  • list.activeSelectionBackground#E5850D50
  • list.activeSelectionForeground#FFFFFF
  • list.deemphasizedForeground#FFFFFF
  • list.focusOutline#E5850D
  • list.hoverBackground#0D0D0D
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#E5850D30
  • list.inactiveSelectionForeground#FFFFFF
  • minimap.findMatchHighlight#E5850D66
  • minimap.selectionHighlight#E5850D50
  • notificationCenterHeader.background#000000
  • notifications.background#000000
  • notifications.border#1A1A1A
  • notifications.foreground#FFFFFF
  • panel.background#000000
  • panel.border#1A1A1A
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#565F89
  • peekView.border#E5850D
  • peekViewEditor.background#000000
  • peekViewResult.background#000000
  • peekViewTitle.background#000000
  • progressBar.background#E5850D
  • scrollbarSlider.activeBackground#FFFFFF38
  • scrollbarSlider.background#FFFFFF18
  • scrollbarSlider.hoverBackground#FFFFFF28
  • sideBar.background#000000
  • sideBar.border#1A1A1A
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#000000
  • statusBar.border#1A1A1A
  • statusBar.debuggingBackground#E5850D
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#1A1408
  • tab.activeBorder#E5850D
  • tab.activeForeground#FFFFFF
  • tab.border#1A1A1A
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#8890A8
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#0DB9D7
  • terminal.ansiBrightBlack#565F89
  • terminal.ansiBrightBlue#40D0F0
  • terminal.ansiBrightCyan#90F0E0
  • terminal.ansiBrightGreen#90F0E0
  • terminal.ansiBrightMagenta#D0B0FF
  • terminal.ansiBrightRed#FF7AA8
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFB880
  • terminal.ansiCyan#73DACA
  • terminal.ansiGreen#73DACA
  • terminal.ansiMagenta#BB9AF7
  • terminal.ansiRed#FF5C8D
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FF9E64
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#FFFFFF
  • titleBar.border#1A1A1A
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#8890A8
  • widget.shadow#00000040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#565F89italic
string, string.quoted, string.template#73DACA—
constant.numeric#BB9AF7—
constant.language, constant.language.null#E5850D—
keyword, keyword.control, storage.modifier, meta.decorator, punctuation.decorator#FF5C8D—
keyword.operator#FF5C8D—
storage.type#0DB9D7—
constant.language.boolean#BB9AF7—
string.regexp#FF5C8D—
entity.name.function, support.function, meta.function-call#0DB9D7—
entity.name.type, entity.name.class, support.type, support.class#0DB9D7—
variable, variable.other, variable.parameter#FF9E64—
entity.name.tag, meta.tag#FF5C8D—
entity.other.attribute-name#E5850D—
constant.character.escape#E5850D—
invalid, invalid.illegal#FF5C8D—
markup.heading#0DB9D7bold
markup.bold#FFFFFFbold
markup.italic#FF5C8Ditalic
markup.underline.link, string.other.link#E5850D—
markup.inline.raw, markup.fenced_code#73DACA—
markup.fenced_code——
markup.quote#565F89italic
markup.list, punctuation.definition.list#BB9AF7—
markup.inserted#73DACA—
markup.deleted#FF5C8D—
punctuation, meta.brace#FFFFFF—