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.activeBackground#631C1C
  • activityBar.activeBorder#ED1C24
  • activityBar.background#200909
  • activityBar.border#e5e1e660
  • activityBar.foreground#e5e1e6FF
  • activityBar.inactiveForeground#e5e1e693
  • activityBarBadge.background#631C1C
  • activityBarBadge.foreground#e5e1e6E0
  • badge.background#631C1C
  • badge.foreground#e5e1e6FF
  • button.background#200909
  • button.foreground#e5e1e6E0
  • button.hoverBackground#631C1C
  • checkbox.border#6b6b6b
  • commandCenter.activeBackground#200909
  • commandCenter.activeBorder#200909
  • commandCenter.activeForeground#e5e1e6E0
  • commandCenter.background#200909
  • commandCenter.border#200909
  • commandCenter.inactiveBorder#200909
  • commandCenter.inactiveForeground#e5e1e693
  • diffEditor.insertedTextBackground#2e7d3250
  • diffEditor.removedTextBackground#ff000050
  • dropdown.background#200909
  • dropdown.border#200909
  • editor.background#200909
  • editor.findMatchBackground#670000
  • editor.foreground#e5e1e6E0
  • editor.inactiveSelectionBackground#3a3d41
  • editor.lineHighlightBackground#200909
  • editor.selectionBackground#670000
  • editor.selectionHighlightBackground#add6ff26
  • editor.selectionHighlightBorder#200909
  • editorCursor.foreground#ED1C24
  • editorGroup.border#200909
  • editorGroup.emptyBackground#200909
  • editorGroupHeader.tabsBackground#200909
  • editorHoverWidget.background#4F1616
  • editorHoverWidget.border#ED1C24
  • editorIndentGuide.activeBackground1#e5e1e693
  • editorIndentGuide.background1#e5e1e660
  • editorLineNumber.activeForeground#e5e1e6E0
  • editorLineNumber.foreground#e5e1e693
  • editorLink.activeForeground#ED1C24
  • editorRuler.foreground#20090980
  • editorSuggestWidget.background#4F1616
  • editorSuggestWidget.border#ED1C24
  • editorSuggestWidget.highlightForeground#ED1C24
  • editorSuggestWidget.selectedBackground#200909
  • editorWhitespace.foreground#200909
  • editorWidget.background#4F1616
  • editorWidget.border#ED1C24
  • extensionButton.prominentBackground#ED1C24
  • extensionButton.prominentHoverBackground#ED1C24
  • focusBorder#200909
  • foreground#e5e1e6E0
  • gitDecoration.ignoredResourceForeground#00d9ffd2
  • gitDecoration.modifiedResourceForeground#ffcc80
  • gitDecoration.untrackedResourceForeground#81c784
  • input.background#4F1616
  • input.border#00000000
  • input.foreground#e5e1e6E0
  • input.placeholderForeground#e5e1e693
  • list.activeSelectionBackground#4F1616
  • list.activeSelectionForeground#e5e1e6FF
  • list.dropBackground#383b3d
  • list.focusBackground#200909
  • list.focusForeground#e5e1e6E0
  • list.highlightForeground#e5e1e6E0
  • list.hoverBackground#4F1616
  • list.inactiveSelectionBackground#4F1616
  • list.inactiveSelectionForeground#e5e1e6FF
  • menu.background#4F1616
  • menu.border#ED1C24
  • menu.foreground#e5e1e6E0
  • menu.selectionBackground#200909
  • menu.selectionForeground#FFF
  • menu.separatorBackground#4F1616
  • panel.background#200909
  • panel.border#e5e1e660
  • peekView.border#ED1C24
  • peekViewEditor.background#4F1616
  • peekViewEditor.matchHighlightBackground#7D4A2C
  • peekViewEditorStickyScroll.background#ED1C24
  • peekViewResult.background#4F1616
  • peekViewResult.fileForeground#e5e1e693
  • peekViewResult.selectionBackground#200909
  • peekViewResult.selectionForeground#e5e1e6E0
  • peekViewTitle.background#4F1616
  • pickerGroup.border#ED1C24
  • ports.iconRunningProcessForeground#369432
  • scrollbarSlider.activeBackground#e5e1e6E0
  • scrollbarSlider.background#e5e1e660
  • scrollbarSlider.hoverBackground#e5e1e693
  • selection.background#200909
  • sideBar.background#200909
  • sideBar.border#e5e1e660
  • sideBar.foreground#e5e1e6E0
  • sideBarSectionHeader.background#200909
  • sideBarSectionHeader.border#cccccc33
  • sideBarTitle.foreground#e5e1e6E0
  • statusBar.background#200909
  • statusBar.debuggingForeground#e5e1e6E0
  • statusBar.foreground#e5e1e6E0
  • statusBar.noFolderBackground#200909
  • statusBarItem.hoverBackground#200909
  • statusBarItem.remoteBackground#ED1C24
  • statusBarItem.remoteForeground#e5e1e6E0
  • tab.activeBackground#631C1C
  • tab.activeBorder#ED1C24
  • tab.activeForeground#e5e1e6FF
  • tab.border#200909
  • tab.hoverBackground#631C1C
  • tab.hoverBorder#200909
  • tab.hoverForeground#e5e1e6E0
  • tab.inactiveBackground#200909
  • tab.inactiveForeground#e5e1e693
  • tab.lastPinnedBorder#cccccc33
  • terminal.inactiveSelectionBackground#3a3d41
  • textLink.activeForeground#EBBF4AD0
  • textLink.foreground#EBBF4AD0
  • titleBar.activeBackground#200909
  • titleBar.activeForeground#e5e1e6E0
  • titleBar.inactiveBackground#200909
  • titleBar.inactiveForeground#e5e1e693
  • widget.border#ED1C24
  • widget.shadow#00000050

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown#e5e1e6E0
emphasisitalic
strongbold
header#000080
comment#6A9955
constant.language#EBBF4AD0
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#B5CEA8
constant.regexp#646695
entity.name.tag#EBBF4AD0
entity.name.tag.css#EBBF4AD0
entity.other.attribute-name#EBE5C3D0
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss#EBBF4AD0
invalid#F44747
markup.underlineunderline
markup.bold#EBBF4AD0bold
markup.heading#EBBF4AD0bold
markup.italicitalic
markup.strikethroughstrikethrough
markup.inserted#B5CEA8
markup.deleted#CE9178
markup.changed#EBBF4AD0
punctuation.definition.quote.begin.markdown#6A9955
punctuation.definition.list.begin.markdown#6796E6
markup.inline.raw#CE9178
punctuation.definition.tag#808080
meta.preprocessor, entity.name.function.preprocessor#EBBF4AD0
meta.preprocessor.string#CE9178
meta.preprocessor.numeric#B5CEA8
meta.structure.dictionary.key.python#EBE5C3D0
meta.diff.header#EBBF4AD0
storage#EBBF4AD0
storage.type#EBBF4AD0
storage.modifier, keyword.operator.noexcept#EBBF4AD0
string, meta.embedded.assembly#CE9178
string.tag#CE9178
string.value#CE9178
string.regexp#D16969
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#EBBF4AD0
meta.template.expression#D4D4D4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#EBE5C3D0
keyword#EBBF4AD0
keyword.control#EBBF4AD0
keyword.operator#D4D4D4
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python, keyword.operator.wordlike#EBBF4AD0
keyword.other.unit#B5CEA8
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#EBBF4AD0
support.function.git-rebase#EBE5C3D0
constant.sha.git-rebase#B5CEA8
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#D4D4D4
variable.language#EBBF4AD0
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
Michi Modern Dark Red Theme by MichiJS - VS Code Theme