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#ffffff
  • activityBar.foreground#a1a1aa
  • activityBarBadge.background#52525b
  • badge.background#f4f4f5
  • badge.foreground#52525b
  • button.background#71717a
  • button.hoverBackground#52525b
  • debugIcon.breakpointCurrentStackframeForeground#2563eb
  • debugIcon.breakpointDisabledForeground#848484
  • debugIcon.breakpointForeground#dc2626
  • debugIcon.breakpointStackframeForeground#2563eb
  • debugIcon.continueForeground#6d28d9
  • debugIcon.disconnectForeground#6d28d9
  • debugIcon.pauseForeground#6d28d9
  • debugIcon.restartForeground#2563eb
  • debugIcon.startForeground#2563eb
  • debugIcon.stepBackForeground#6d28d9
  • debugIcon.stepIntoForeground#6d28d9
  • debugIcon.stepOutForeground#6d28d9
  • debugIcon.stepOverForeground#6d28d9
  • debugIcon.stopForeground#2563eb
  • diffEditor.insertedTextBackground#b7e7a44b
  • diffEditor.removedTextBackground#e597af52
  • editor.background#ffffff
  • editor.foreground#27272a
  • editor.lineHighlightBorder#f4f4f5
  • editorBracketMatch.background#E7F3FF
  • editorBracketMatch.border#c8e1ff
  • editorGroupHeader.tabsBackground#ffffff
  • editorGroupHeader.tabsBorder#ffffff
  • editorIndentGuide.background#e4e4e7
  • editorLineNumber.activeForeground#71717a
  • editorLineNumber.foreground#d4d4d8
  • editorSuggestWidget.background#f4f4f5
  • extensionButton.prominentBackground#0a0a0aAA
  • extensionButton.prominentHoverBackground#0a0a0aBB
  • focusBorder#d4d4d8
  • foreground#71717a
  • gitDecoration.ignoredResourceForeground#a1a1aa
  • input.border#e4e4e7
  • inputOption.activeBackground#e5e5e5
  • list.activeSelectionBackground#e4e4e7
  • list.activeSelectionForeground#27272a
  • list.focusBackground#d4d4d8
  • list.focusForeground#27272a
  • list.highlightForeground#27272a
  • list.inactiveSelectionBackground#f4f4f5
  • list.inactiveSelectionForeground#27272a
  • panel.background#ffffff
  • panel.border#f5f5f5
  • panelTitle.activeBorder#ffffff
  • panelTitle.inactiveForeground#a1a1aa
  • peekView.border#f4f4f5
  • peekViewEditor.background#f8f8f8
  • pickerGroup.foreground#0a0a0a
  • progressBar.background#0a0a0a
  • scrollbar.shadow#ffffff
  • sideBar.background#ffffff
  • sideBar.border#ffffff
  • sideBarSectionHeader.background#e4e4e7
  • sideBarTitle.foreground#999
  • statusBar.background#ffffff
  • statusBar.border#ffffff
  • statusBar.debuggingBackground#ffffff
  • statusBar.foreground#71717a
  • statusBar.noFolderBackground#ffffff
  • statusBarItem.prominentBackground#0a0a0a1a
  • statusBarItem.remoteBackground#ffffff00
  • statusBarItem.remoteForeground#71717a
  • symbolIcon.classForeground#d97706
  • symbolIcon.constructorForeground#6d28d9
  • symbolIcon.enumeratorForeground#d97706
  • symbolIcon.enumeratorMemberForeground#2563eb
  • symbolIcon.eventForeground#d97706
  • symbolIcon.fieldForeground#2563eb
  • symbolIcon.functionForeground#6d28d9
  • symbolIcon.interfaceForeground#2563eb
  • symbolIcon.methodForeground#6d28d9
  • symbolIcon.variableForeground#2563eb
  • tab.activeBorder#FFF
  • tab.activeForeground#52525b
  • tab.border#ffffff
  • tab.inactiveBackground#ffffff
  • tab.inactiveForeground#a1a1aa
  • tab.unfocusedActiveBorder#fff
  • terminal.ansiBlack#3f3f46
  • terminal.ansiBlue#f4f4f5
  • terminal.ansiBrightBlack#a1a1aa
  • terminal.ansiBrightBlue#6871ff
  • terminal.ansiBrightCyan#57d9ad
  • terminal.ansiBrightGreen#a3d900
  • terminal.ansiBrightMagenta#a37acc
  • terminal.ansiBrightRed#d6656a
  • terminal.ansiBrightWhite#71717a
  • terminal.ansiBrightYellow#e7c547
  • terminal.ansiCyan#4dbf99
  • terminal.ansiGreen#77cc00
  • terminal.ansiMagenta#9966cc
  • terminal.ansiRed#dc2626
  • terminal.ansiWhite#c7c7c7
  • terminal.ansiYellow#f29718
  • terminal.background#fff
  • textLink.activeForeground#0a0a0a
  • textLink.foreground#0a0a0a
  • titleBar.activeBackground#ffffff
  • titleBar.border#ffffff00
  • titleBar.inactiveBackground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#24292eff
keyword.operator.accessor, meta.group.braces.round.function.arguments, meta.template.expression, markup.fenced_code meta.embedded.block#24292eff
emphasisitalic
strong, markup.heading.markdown, markup.bold.markdownbold
markup.italic.markdownitalic
meta.link.inline.markdown#2563ebunderline
string, markup.fenced_code, markup.inline#2b5581
comment, string.quoted.docstring.multi#c6c1c2
constant.numeric, constant.language, constant.other.placeholder, constant.character.format.placeholder, variable.language.this, variable.other.object, variable.other.class, variable.other.constant, meta.property-name, meta.property-value, support#2563eb
keyword, storage.modifier, storage.type, storage.control.clojure, entity.name.function.clojure, entity.name.tag.yaml, support.function.node, support.type.property-name.json, punctuation.separator.key-value, punctuation.definition.template-expression#dc2626
variable.parameter.function#fb923c
support.function, entity.name.type, entity.other.inherited-class, meta.function-call, meta.instance.constructor, entity.other.attribute-name, entity.name.function, constant.keyword.clojure#6d28d9
entity.name.tag, string.quoted, string.regexp, string.interpolated, string.template, string.unquoted.plain.out.yaml, keyword.other.template#15803d
token.info-token#316bcd
token.warn-token#cd9731
token.error-token#cd3131
token.debug-token#a21caf
strong, markup.heading.markdown, markup.bold.markdown#6d28d9
punctuation.definition.arguments, punctuation.definition.dict, punctuation.separator, meta.function-call.arguments#27272a
markup.underline.link, punctuation.definition.metadata.markdown#15803d
beginning.punctuation.definition.list.markdown#6d28d9
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, string.other.link.title.markdown, string.other.link.description.markdown#dc2626

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Pure Themes - Coding Theme