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#000000
  • activityBar.background#ffffff
  • activityBar.border#ffffff
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#7f7f7f
  • activityBarBadge.background#7f7f7f
  • activityBarBadge.foreground#ffffff
  • badge.background#7f7f7f
  • badge.foreground#ffffff
  • button.background#7f7f7f
  • button.foreground#ffffff
  • button.hoverBackground#555555
  • button.secondaryBackground#e0e0e0
  • button.secondaryForeground#000000
  • button.secondaryHoverBackground#d0d0d0
  • debugIcon.breakpointCurrentStackframeForeground#1976D2
  • debugIcon.breakpointDisabledForeground#848484
  • debugIcon.breakpointForeground#D32F2F
  • debugIcon.breakpointStackframeForeground#1976D2
  • debugIcon.continueForeground#6f42c1
  • debugIcon.disconnectForeground#6f42c1
  • debugIcon.pauseForeground#6f42c1
  • debugIcon.restartForeground#1976D2
  • debugIcon.startForeground#1976D2
  • debugIcon.stepBackForeground#6f42c1
  • debugIcon.stepIntoForeground#6f42c1
  • debugIcon.stepOutForeground#6f42c1
  • debugIcon.stepOverForeground#6f42c1
  • debugIcon.stopForeground#1976D2
  • diffEditor.insertedTextBackground#b7e7a44b
  • diffEditor.removedTextBackground#e597af52
  • editor.background#ffffff
  • editor.foreground#000000
  • editor.lineHighlightBackground#f2f2f2
  • editor.lineHighlightBorder#f2f2f2
  • editorBracketMatch.background#E7F3FF
  • editorBracketMatch.border#c8e1ff
  • editorGroup.border#ffffff
  • editorGroupHeader.border#ffffff
  • editorGroupHeader.tabsBackground#ffffff
  • editorGroupHeader.tabsBorder#ffffff
  • editorIndentGuide.background#EEE
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#7f7f7f
  • editorSuggestWidget.background#F3F3F3
  • extensionButton.prominentBackground#000000AA
  • extensionButton.prominentHoverBackground#000000BB
  • focusBorder#7f7f7f
  • foreground#757575
  • gitDecoration.ignoredResourceForeground#AAAAAA
  • input.border#E9E9E9
  • inputOption.activeBackground#EDEDED
  • list.activeSelectionBackground#EEE
  • list.activeSelectionForeground#212121
  • list.focusBackground#ddd
  • list.focusForeground#212121
  • list.highlightForeground#212121
  • list.inactiveSelectionBackground#E0E0E0
  • list.inactiveSelectionForeground#212121
  • panel.background#ffffff
  • panel.border#ffffff
  • panel.foreground#000000
  • panelTitle.activeBorder#fff
  • panelTitle.inactiveForeground#BDBDBD
  • peekView.border#E0E0E0
  • peekViewEditor.background#f8f8f8
  • pickerGroup.foreground#000
  • progressBar.background#7f7f7f
  • scrollbar.shadow#FFF
  • sideBar.background#ffffff
  • sideBar.border#ffffff
  • sideBar.foreground#000000
  • sideBarSectionHeader.background#ffffff
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#999
  • statusBar.background#ffffff
  • statusBar.border#ffffff
  • statusBar.debuggingBackground#f6f6f6
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#f6f6f6
  • statusBarItem.prominentBackground#0000001a
  • statusBarItem.remoteBackground#f6f6f600
  • statusBarItem.remoteForeground#7E7E7E
  • symbolIcon.classForeground#dd8500
  • symbolIcon.constructorForeground#6f42c1
  • symbolIcon.enumeratorForeground#dd8500
  • symbolIcon.enumeratorMemberForeground#1976D2
  • symbolIcon.eventForeground#dd8500
  • symbolIcon.fieldForeground#1976D2
  • symbolIcon.functionForeground#6f42c1
  • symbolIcon.interfaceForeground#1976D2
  • symbolIcon.methodForeground#6f42c1
  • symbolIcon.variableForeground#1976D2
  • tab.activeBackground#ffffff
  • tab.activeBorder#ffffff
  • tab.activeBorderTop#ffffff
  • tab.activeForeground#000000
  • tab.border#ffffff
  • tab.hoverBackground#ffffff
  • tab.inactiveBackground#ffffff
  • tab.inactiveForeground#7f7f7f
  • tab.unfocusedActiveBorder#fff
  • terminal.ansiBlack#333
  • terminal.ansiBlue#e0e0e0
  • terminal.ansiBrightBlack#a1a1a1
  • terminal.ansiBrightBlue#6871ff
  • terminal.ansiBrightCyan#57d9ad
  • terminal.ansiBrightGreen#a3d900
  • terminal.ansiBrightMagenta#a37acc
  • terminal.ansiBrightRed#d6656a
  • terminal.ansiBrightWhite#7E7E7E
  • terminal.ansiBrightYellow#e7c547
  • terminal.ansiCyan#4dbf99
  • terminal.ansiGreen#77cc00
  • terminal.ansiMagenta#9966cc
  • terminal.ansiRed#D32F2F
  • terminal.ansiWhite#c7c7c7
  • terminal.ansiYellow#f29718
  • terminal.background#ffffff
  • terminal.foreground#000000
  • textLink.activeForeground#555555
  • textLink.foreground#7f7f7f
  • titleBar.activeBackground#ffffff
  • titleBar.activeForeground#000000
  • titleBar.border#ffffff
  • titleBar.inactiveBackground#ffffff
  • titleBar.inactiveForeground#7f7f7f

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#1976D2underline
string, markup.fenced_code, markup.inline#2b5581
comment, string.quoted.docstring.multi#c2c3c5
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#1976D2
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#D32F2F
variable.parameter.function#FF9800
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#6f42c1
entity.name.tag, string.quoted, string.regexp, string.interpolated, string.template, string.unquoted.plain.out.yaml, keyword.other.template#22863a
token.info-token#316bcd
token.warn-token#cd9731
token.error-token#cd3131
token.debug-token#800080
strong, markup.heading.markdown, markup.bold.markdown#6f42c1
punctuation.definition.arguments, punctuation.definition.dict, punctuation.separator, meta.function-call.arguments#212121
markup.underline.link, punctuation.definition.metadata.markdown#22863a
beginning.punctuation.definition.list.markdown#6f42c1
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, string.other.link.title.markdown, string.other.link.description.markdown#d32f2f