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#FDFDFD
  • activityBar.foreground#46ABAB
  • activityBar.inactiveForeground#212121
  • activityBarBadge.background#46ABAB
  • activityBarBadge.foreground#FDFDFD
  • badge.background#46ABAB
  • badge.foreground#FDFDFD
  • button.background#437D7D
  • button.hoverBackground#46ABAB
  • debugIcon.breakpointCurrentStackframeForeground#58AE79
  • debugIcon.breakpointDisabledForeground#848484
  • debugIcon.breakpointForeground#46ABAB
  • debugIcon.breakpointStackframeForeground#58AE79
  • debugIcon.continueForeground#E17375
  • debugIcon.disconnectForeground#E17375
  • debugIcon.pauseForeground#E17375
  • debugIcon.restartForeground#58AE79
  • debugIcon.startForeground#58AE79
  • debugIcon.stepBackForeground#E17375
  • debugIcon.stepIntoForeground#E17375
  • debugIcon.stepOutForeground#E17375
  • debugIcon.stepOverForeground#E17375
  • debugIcon.stopForeground#58AE79
  • diffEditor.insertedTextBackground#B7E7A44B
  • diffEditor.removedTextBackground#E597AF52
  • editor.background#FDFDFD
  • editor.foreground#241E1F
  • editor.lineHighlightBorder#F2F2F2
  • editorBracketMatch.background#E7F3FF
  • editorBracketMatch.border#C8E1FF
  • editorGroupHeader.tabsBackground#FEFEFE
  • editorGroupHeader.tabsBorder#FFFFFF
  • editorIndentGuide.background#EEEEEE
  • editorInlayHint.background#75757500
  • editorInlayHint.foreground#757575
  • editorLineNumber.activeForeground#241E1F
  • editorLineNumber.foreground#CCCCCC
  • editorSuggestWidget.background#F3F3F3
  • extensionButton.prominentBackground#000000AA
  • extensionButton.prominentHoverBackground#000000BB
  • focusBorder#D0D0D0
  • foreground#757575
  • gitDecoration.ignoredResourceForeground#AAAAAA
  • input.border#E9E9E9
  • inputOption.activeBackground#EDEDED
  • list.activeSelectionBackground#EEEEEE
  • list.activeSelectionForeground#212121
  • list.focusBackground#DDDDDD
  • list.focusForeground#212121
  • list.highlightForeground#212121
  • list.inactiveSelectionBackground#E0E0E0
  • list.inactiveSelectionForeground#212121
  • panel.background#FFFFFF
  • panel.border#F4F4F4
  • panelTitle.activeBorder#FFFFFF
  • panelTitle.inactiveForeground#BDBDBD
  • peekView.border#E0E0E0
  • peekViewEditor.background#f8f8f8
  • pickerGroup.foreground#000
  • progressBar.background#000
  • scrollbar.shadow#FFFFFF
  • sideBar.background#FAFAFA
  • sideBar.border#FAFAFA
  • sideBarSectionHeader.background#EEEEEE
  • sideBarTitle.foreground#999999
  • statusBar.background#FEFEFE
  • statusBar.border#FEFEFE
  • statusBar.debuggingBackground#FEFEFE
  • statusBar.foreground#7E7E7E
  • statusBar.noFolderBackground#FEFEFE
  • statusBarItem.prominentBackground#0000001a
  • statusBarItem.remoteBackground#FEFEFE00
  • statusBarItem.remoteForeground#7E7E7E
  • symbolIcon.classForeground#DD8500
  • symbolIcon.constructorForeground#D56EC1
  • symbolIcon.enumeratorForeground#DD8500
  • symbolIcon.enumeratorMemberForeground#58AE79
  • symbolIcon.eventForeground#DD8500
  • symbolIcon.fieldForeground#58AE79
  • symbolIcon.functionForeground#D56EC1
  • symbolIcon.interfaceForeground#58AE79
  • symbolIcon.methodForeground#D56EC1
  • symbolIcon.variableForeground#58AE79
  • tab.activeBorder#46ABAB
  • tab.activeForeground#424242
  • tab.border#FEFEFE
  • tab.inactiveBackground#FEFEFE
  • tab.inactiveForeground#BDBDBD
  • tab.unfocusedActiveBorder#FFFFFF
  • terminal.ansiBlack#241E1F
  • terminal.ansiBlue#51A1D5
  • terminal.ansiBrightBlack#584c4e
  • terminal.ansiBrightBlue#78BCEA
  • terminal.ansiBrightCyan#5AC7C7
  • terminal.ansiBrightGreen#6DCB90
  • terminal.ansiBrightMagenta#E396D2
  • terminal.ansiBrightRed#EE9998
  • terminal.ansiBrightWhite#7E7E7E
  • terminal.ansiBrightYellow#B8BA57
  • terminal.ansiCyan#46ABAB
  • terminal.ansiGreen#58AE79
  • terminal.ansiMagenta#D56EC1
  • terminal.ansiRed#E17375
  • terminal.ansiWhite#4D4D4D
  • terminal.ansiYellow#9D9F44
  • terminal.background#FDFDFD
  • textLink.activeForeground#7ed9d8
  • textLink.foreground#46ABAB
  • titleBar.activeBackground#FEFEFE
  • titleBar.border#FFFFFF00
  • titleBar.inactiveBackground#FEFEFE50

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#241E1F
keyword.operator.accessor, meta.group.braces.round.function.arguments, meta.template.expression, markup.fenced_code meta.embedded.block#241E1F
strong, markup.heading.markdown, markup.bold.markdownbold
markup.italic.markdownitalic
meta.link.inline.markdown#58AE79underline
string, markup.fenced_code, markup.inline#9F86E4
comment, string.quoted.docstring.multi#757575
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#58AE79
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#46ABAB
variable.parameter.function#9D9F44
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#D56EC1
entity.name.tag, string.quoted, string.regexp, string.interpolated, string.template, string.unquoted.plain.out.yaml, keyword.other.template#51A1D5
token.info-token#51A1D5
token.warn-token#CAC645
token.error-token#E17375
token.debug-token#D56EC1
strong, markup.heading.markdown, markup.bold.markdown#D56EC1
punctuation.definition.arguments, punctuation.definition.dict, punctuation.separator, meta.function-call.arguments#212121
markup.underline.link, punctuation.definition.metadata.markdown#51A1D5
beginning.punctuation.definition.list.markdown#D56EC1
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, string.other.link.title.markdown, string.other.link.description.markdown#46ABAB