Skip to main content
Coding Theme

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#808
  • activityBar.foreground#808
  • activityBar.inactiveForeground#00f
  • activityBarBadge.background#0000ff
  • breadcrumb.activeSelectionForeground#0f0
  • breadcrumbPicker.background#ff0000
  • button.background#00f
  • button.foreground#fff
  • button.hoverBackground#800080
  • checkbox.background#00FF00
  • checkbox.border#ff0000
  • debugTokenExpression.error#ff0000
  • debugTokenExpression.string#fff
  • debugTokenExpression.value#fff
  • debugToolBar.background#000
  • debugToolBar.border#ff0000
  • debugView.stateLabelForeground#0f0
  • debugView.valueChangedHighlight#ff0000
  • dropdown.background#000
  • dropdown.border#f00
  • dropdown.foreground#0f0
  • dropdown.listBackground#000
  • editor.background#000000
  • editor.findMatchBackground#00f
  • editor.findMatchBorder#ff0000
  • editor.findMatchHighlightBackground#00f
  • editor.focusedStackFrameHighlightBackground#ff0000
  • editor.foreground#00FF00
  • editor.rangeHighlightBackground#ff000099
  • editor.selectionBackground#00ff0088
  • editor.stackFrameHighlightBackground#ff0000
  • editor.wordHighlightBackground#00ff0088
  • editor.wordHighlightBorder#00ff60
  • editor.wordHighlightStrongBorder#00ff60
  • editorBracketMatch.background#808
  • editorBracketMatch.border#ff0000
  • editorCursor.background#00ff60
  • editorCursor.foreground#00ff60
  • editorError.border#ff0000
  • editorError.foreground#ff0000
  • editorGroup.dropBackground#800877
  • editorGroup.emptyBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#808
  • editorHint.border#0f0
  • editorHint.foreground#0f0
  • editorIndentGuide.activeBackground#f00
  • editorIndentGuide.background#ff0
  • editorInfo.border#00f
  • editorInfo.foreground#00f
  • editorLineNumber.activeForeground#00ff00
  • editorLineNumber.foreground#00ff
  • editorOverviewRuler.rangeHighlightForeground#ff0000
  • editorPane.background#000000
  • editorRuler.foreground#00f
  • editorSuggestWidget.selectedBackground#808
  • editorWarning.border#ff0
  • editorWarning.foreground#ff0
  • extensionButton.prominentBackground#00FF00
  • extensionButton.prominentForeground#fff
  • extensionButton.prominentHoverBackground#ff0000aa
  • gitDecoration.addedResourceForeground#00FF00
  • gitDecoration.deletedResourceForeground#ff4070
  • gitDecoration.modifiedResourceForeground#00ff00
  • icon.foreground#f00
  • input.background#000000
  • input.border#ff0000
  • inputOption.activeBackground#ff0000
  • inputValidation.errorForeground#ff0095
  • inputValidation.infoForeground#00FF00
  • inputValidation.warningForeground#ffee57
  • list.activeSelectionBackground#808
  • list.activeSelectionForeground#fff
  • list.focusBackground#00f
  • list.hoverBackground#808
  • list.inactiveSelectionBackground#800080cc
  • list.inactiveSelectionForeground#fff
  • listFilterWidget.outline#00f
  • menu.background#000000
  • menu.foreground#808
  • menu.selectionBackground#000000
  • menu.selectionBorder#ff0000
  • menu.selectionForeground#ff0000
  • menu.separatorBackground#00f
  • merge.border#00ff00
  • merge.currentContentBackground#00ff6044
  • merge.currentHeaderBackground#00ff60
  • merge.incomingContentBackground#ff000044
  • merge.incomingHeaderBackground#ff0000
  • panel.background#000000
  • panel.border#ff0000
  • panel.dropBackground#ff000077
  • panelInput.border#ff0000
  • panelTitle.activeBorder#ff0000
  • panelTitle.activeForeground#f00
  • problemsErrorIcon.foreground#ff0000
  • problemsInfoIcon.foreground#00f
  • problemsWarningIcon.foreground#ff0
  • scrollbar.shadow#00FF00
  • scrollbarSlider.activeBackground#00FF00
  • scrollbarSlider.hoverBackground#00FF0077
  • selection.background#ff0000
  • sideBar.background#000000
  • sideBar.border#00f
  • sideBar.dropBackground#800877
  • sideBarSectionHeader.background#000
  • sideBarSectionHeader.border#00f
  • sideBarSectionHeader.foreground#fff
  • sideBarTitle.foreground#808
  • statusBar.background#000000
  • statusBar.border#00f
  • statusBar.debuggingBackground#808
  • statusBar.debuggingBorder#ff0000
  • statusBar.debuggingForeground#fff
  • statusBar.foreground#00f
  • statusBar.noFolderBackground#000000
  • statusBar.noFolderBorder#ff0000
  • statusBar.noFolderForeground#808
  • tab.activeBackground#000
  • tab.activeForeground#fff
  • tab.border#ff0
  • tab.hoverBackground#808
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#00f
  • tab.unfocusedHoverBorder#ff0000
  • terminal.border#ff0000
  • terminal.foreground#0f0
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#808
  • titleBar.border#808
  • widget.shadow#8088

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js, variable.parameter.function.language.special.self.python, meta.function-call.arguments.python, variable.parameter.function-call.python, variable.language.special.self.python, variable.parameter.function.language.python, meta.item-access.arguments.python, support.class.latex, variable.parameter.function.latex, fenced_code.block.language.markdown, support.type.property-name.json, support.type.python, constant.other.caps.python, meta.member.access.python, support.function.magic.python, storage.modifier.dart, constant.numeric.dart, support.class.dart, support.function.general.tex, support.function.section.latex, support.function.be.latex, keyword.other.entry-type.bibtex, support.function.key.bibtex#fff
invalid, invalid.illegal#FF0000
comment, punctuation.definition.comment#0000FF
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types, punctuation.separator.element.python, entity.name.function.python, meta.paragraph.markdown, markup.fenced_code.block.markdown, string.quoted.double.json, variable.parameter.function.language.python, string.quoted.docstring.multi.python, string.quoted.single.python, string.interpolated.single.dart, entity.name.type.entry-key.bibtex#00ff00
constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, punctuation.definition.dictionary.begin.json, punctuation.separator.dictionary.key-value.json, punctuation.definition.dictionary.end.json, punctuation.separator.array.json, punctuation.definition.array.begin.json, punctuation.definition.array.end.json#ff0
keyword, storage.type, meta.function-call.python, constant.character.format.placeholder.other.python#800080

Shiki preview

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

Loading...

Amazing - Coding Theme