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#191919
  • activityBar.border#3A3A3B
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#727072
  • activityBarBadge.background#E5850D
  • activityBarBadge.foreground#252526
  • badge.background#E5850D
  • badge.foreground#252526
  • breadcrumb.activeSelectionForeground#FFFFFF
  • breadcrumb.focusForeground#FFFFFF
  • breadcrumb.foreground#727072
  • button.background#E5850D
  • button.foreground#252526
  • button.hoverBackground#F0A040
  • descriptionForeground#727072
  • diffEditor.insertedLineBackground#1E2A1A
  • diffEditor.insertedTextBackground#A9DC7633
  • diffEditor.modifiedTextBackground#3A2E20
  • diffEditor.removedLineBackground#2A1A1E
  • diffEditor.removedTextBackground#FF618833
  • dropdown.background#2A2A2B
  • dropdown.border#3A3A3B
  • dropdown.foreground#FFFFFF
  • editor.background#252526
  • editor.findMatchBackground#E5850D66
  • editor.findMatchBorder#E5850D
  • editor.findMatchHighlightBackground#E5850D33
  • editor.foreground#FFFFFF
  • editor.hoverHighlightBackground#E5850D66
  • editor.inactiveSelectionBackground#E5850D30
  • editor.lineHighlightBackground#2A2A2B
  • editor.selectionBackground#E5850D50
  • editor.selectionHighlightBackground#E5850D66
  • editor.wordHighlightBackground#E5850D45
  • editor.wordHighlightStrongBackground#E5850D66
  • editorBracketHighlight.foreground1#78DCE8
  • editorBracketHighlight.foreground2#A9DC76
  • editorBracketHighlight.foreground3#FFD866
  • editorBracketHighlight.foreground4#AB9DF2
  • editorBracketMatch.background#E5850D33
  • editorBracketMatch.border#E5850D
  • editorCursor.foreground#E5850D
  • editorError.foreground#FF6188
  • editorGroup.border#3A3A3B
  • editorGroupHeader.tabsBackground#191919
  • editorGroupHeader.tabsBorder#3A3A3B
  • editorGutter.addedBackground#A9DC76
  • editorGutter.deletedBackground#FF6188
  • editorGutter.modifiedBackground#E5850D
  • editorHint.foreground#A9DC76
  • editorIndentGuide.activeBackground1#727072
  • editorIndentGuide.background1#3A3A3B
  • editorInfo.foreground#78DCE8
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#727072
  • editorLink.activeForeground#E5850D
  • editorWarning.foreground#FFD866
  • errorForeground#FF6188
  • focusBorder#E5850D
  • foreground#FFFFFF
  • gitDecoration.addedResourceForeground#A9DC76
  • gitDecoration.deletedResourceForeground#FF6188
  • gitDecoration.ignoredResourceForeground#727072
  • gitDecoration.modifiedResourceForeground#E5850D
  • gitDecoration.untrackedResourceForeground#727072
  • icon.foreground#FFFFFF
  • input.background#2A2A2B
  • input.border#3A3A3B
  • input.foreground#FFFFFF
  • input.placeholderForeground#727072
  • list.activeSelectionBackground#E5850D50
  • list.activeSelectionForeground#FFFFFF
  • list.deemphasizedForeground#FF6188
  • list.focusOutline#E5850D
  • list.hoverBackground#2A2A2B
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#E5850D30
  • list.inactiveSelectionForeground#FFFFFF
  • minimap.findMatchHighlight#E5850D66
  • minimap.selectionHighlight#E5850D50
  • notificationCenterHeader.background#252526
  • notifications.background#191919
  • notifications.border#3A3A3B
  • notifications.foreground#FFFFFF
  • panel.background#191919
  • panel.border#3A3A3B
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#727072
  • peekView.border#E5850D
  • peekViewEditor.background#191919
  • peekViewResult.background#191919
  • peekViewTitle.background#252526
  • progressBar.background#E5850D
  • scrollbarSlider.activeBackground#FFFFFF44
  • scrollbarSlider.background#FFFFFF22
  • scrollbarSlider.hoverBackground#FFFFFF33
  • sideBar.background#191919
  • sideBar.border#3A3A3B
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#252526
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#191919
  • statusBar.border#3A3A3B
  • statusBar.debuggingBackground#E5850D
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#191919
  • tab.activeBackground#3A2E20
  • tab.activeBorder#E5850D
  • tab.activeForeground#FFFFFF
  • tab.border#3A3A3B
  • tab.inactiveBackground#191919
  • tab.inactiveForeground#A0A0A0
  • terminal.ansiBlack#191919
  • terminal.ansiBlue#78DCE8
  • terminal.ansiBrightBlack#727072
  • terminal.ansiBrightBlue#98E8F8
  • terminal.ansiBrightCyan#98E8F8
  • terminal.ansiBrightGreen#C0F090
  • terminal.ansiBrightMagenta#C8B8FF
  • terminal.ansiBrightRed#FF8098
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFE880
  • terminal.ansiCyan#78DCE8
  • terminal.ansiGreen#A9DC76
  • terminal.ansiMagenta#AB9DF2
  • terminal.ansiRed#FF6188
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFD866
  • terminal.background#252526
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#191919
  • titleBar.activeForeground#FFFFFF
  • titleBar.border#3A3A3B
  • titleBar.inactiveBackground#191919
  • titleBar.inactiveForeground#A0A0A0
  • widget.shadow#00000040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#727072italic
string, string.quoted, string.template#FFD866
constant.numeric#AB9DF2
constant.language, constant.language.null#AB9DF2
keyword, keyword.control, storage.modifier, meta.decorator, punctuation.decorator#78DCE8
keyword.operator#FF6188
storage.type#78DCE8
constant.language.boolean#AB9DF2
string.regexp#FF6188
entity.name.function, support.function, meta.function-call#A9DC76
entity.name.type, entity.name.class, support.type, support.class#78DCE8
variable, variable.other, variable.parameter#FFFFFF
entity.name.tag, meta.tag#FF6188
entity.other.attribute-name#FFD866
constant.character.escape#E5850D
invalid, invalid.illegal#FF6188
markup.heading#78DCE8bold
markup.bold#FFFFFFbold
markup.italic#FF6188italic
markup.underline.link, string.other.link#E5850D
markup.inline.raw, markup.fenced_code#FFD866
markup.fenced_code
markup.quote#727072italic
markup.list, punctuation.definition.list#AB9DF2
markup.inserted#A9DC76
markup.deleted#FF6188
punctuation, meta.brace#FF6188