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.activeBorder#bebebe
  • activityBar.activeFocusBorder#ffdc52
  • activityBar.background#202020
  • activityBar.dropBorder#ffdc52
  • activityBar.foreground#bebebe
  • activityBar.inactiveForeground#646464
  • activityBarBadge.background#ffdc52
  • activityBarBadge.foreground#303030
  • badge.background#ffdc52
  • badge.foreground#161616
  • button.background#e8c94d
  • button.foreground#161616
  • button.hoverBackground#ffdc52
  • diffEditor.insertedTextBackground#87878733
  • diffEditor.unchangedRegionShadow#00000000
  • dropdown.background#2c2c2c
  • dropdown.border#202020
  • dropdown.foreground#bebebe
  • editor.background#202020
  • editor.findMatchBackground#ffffff4d
  • editor.findMatchHighlightBackground#ffffff1a
  • editor.lineHighlightBackground#292929
  • editor.selectionBackground#373737
  • editorBracketHighlight.foreground1#e5c07b
  • editorBracketHighlight.foreground2#d186d8
  • editorBracketHighlight.foreground3#56c2b0
  • editorBracketHighlight.foreground4#98c379
  • editorCursor.foreground#bebebe
  • editorError.foreground#c24038
  • editorGroup.border#1a1a1a
  • editorGroup.emptyBackground#1d1d1d
  • editorGroupHeader.tabsBackground#202020
  • editorHoverWidget.background#2c2c2c
  • editorHoverWidget.border#3b3b3b
  • editorIndentGuide.background1#3b3b3b
  • editorLightBulb.foreground#ffdc52
  • editorLightBulbAi.foreground#ffdc52
  • editorLightBulbAutoFix.foreground#d186d8
  • editorLineNumber.foreground#404040
  • editorRuler.foreground#484848
  • editorStickyScroll.shadow#00000000
  • editorSuggestWidget.background#2c2c2c
  • editorSuggestWidget.border#1f1f1f
  • editorSuggestWidget.selectedBackground#3b3b3b
  • editorSuggestWidget.selectedIconForeground#ffdc52
  • editorUnnecessaryCode.opacity#000000c0
  • editorWhitespace.foreground#3b3b3b
  • editorWidget.background#1d1d1d
  • focusBorder#bebebe
  • icon.foreground#ffdc52
  • inlineChat.background#2c2c2c
  • inlineChat.border#2c2c2c
  • inlineChat.shadow#00000000
  • input.background#2c2c2c
  • inputOption.activeBackground#ffffff00
  • inputOption.activeBorder#ffffff00
  • inputOption.activeForeground#ffdc52
  • list.activeSelectionBackground#2c2c2c
  • list.activeSelectionForeground#e1e1e1
  • list.dropBackground#bebebe1a
  • list.focusBackground#2c2c2c
  • list.focusOutline#bebebe
  • list.highlightForeground#C5C5C5
  • list.hoverBackground#282828
  • list.hoverForeground#e1e1e1
  • list.inactiveFocusBackground#2c2c2c
  • list.inactiveSelectionForeground#bebebe
  • listFilterWidget.shadow#00000000
  • notificationCenter.border#3b3b3b
  • notificationCenterHeader.background#2c2c2c
  • notifications.background#2c2c2c
  • panel.border#2c2c2c
  • panelTitle.activeBorder#e1e1e1
  • panelTitle.activeForeground#e1e1e1
  • panelTitle.inactiveForeground#bebebe
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#8b8b8b80
  • scrollbarSlider.background#62626280
  • scrollbarSlider.hoverBackground#74747480
  • selection.background#424242
  • sideBar.background#202020
  • sideBar.foreground#bebebe
  • sideBarSectionHeader.background#202020
  • statusBar.background#202020
  • statusBar.debuggingBackground#202020
  • statusBar.foreground#b9b8b9
  • statusBar.noFolderBackground#202020
  • statusBarItem.activeBackground#333333
  • statusBarItem.hoverBackground#333333
  • statusBarItem.prominentHoverBackground#333333
  • statusBarItem.remoteBackground#202020
  • statusBarItem.remoteForeground#b9b8b9
  • statusBarItem.remoteHoverBackground#333333
  • tab.activeBackground#2c2c2c
  • tab.activeForeground#bebebe
  • tab.border#222222
  • tab.dragAndDropBorder#3b3b3b
  • tab.hoverForeground#bebebe
  • tab.inactiveBackground#202020
  • terminal.ansiBlack#2d3139
  • terminal.ansiBlue#FF52A3
  • terminal.ansiBrightBlack#7f848e
  • terminal.ansiBrightBlue#FF52A3
  • terminal.ansiBrightCyan#56c2b0
  • terminal.ansiBrightGreen#98c379
  • terminal.ansiBrightMagenta#7e0097
  • terminal.ansiBrightRed#f44747
  • terminal.ansiBrightWhite#d7dae0
  • terminal.ansiBrightYellow#e5c07b
  • terminal.ansiCyan#56c2b0
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#d186d8
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#d7dae0
  • terminal.ansiYellow#e5c07b
  • terminal.foreground#abb2bf
  • textLink.activeForeground#ffdc52
  • textLink.foreground#e8c94d
  • titleBar.activeBackground#202020
  • titleBar.activeForeground#b6b6b6
  • titleBar.border#2c2c2c
  • titleBar.inactiveBackground#202020
  • titleBar.inactiveForeground#717171
  • widget.shadow#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#606060
string, string.template#e5c07b
constant.numeric#c678dd
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#c678dd
punctuation.section.embedded.begin.js, punctuation.section.embedded.end.js, punctuation.section.embedded.begin.erb, punctuation.section.embedded.end.erb, source.elixir.embedded, punctuation.separator, punctuation.accessor, meta.brace#abb2bf
constant.language#56c2b0
constant.character, constant.other#56c2b0
entity.name.type.ts, meta.type.declaration.ts, entity.name.type.interface.ts, entity.name.type.alias.ts#3178c6
variable.language#e06c75
keyword, keyword.operator.logical, keyword.operator.constructor#e06c75
keyword.operator#e06c75
storage#e06c75
storage.type#56c2b0
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#74c0ff
variable.other.object, variable.other.constant, variable.other.global, variable.other.readwrite.instance, variable.other.readwrite.batchfile, variable.readwrite, variable.readwrite.other.block#74c0ff
support.class.component.tsx#58c4dc
variable.other, variable.other.readwrite, variable.other.property, variable.other.block#abb2bf
entity.other.inherited-class#98c379
storage.modifier.import, storage.modifier.package#74c0ff
entity.name.function, support.function#98c379
entity.name.variable.parameter, parameter.variable#d19a66italic
entity.name.function-call#abb2bf
function.support.builtin, function.support.core#98c379
entity.name.tag, entity.name.tag.class.js#e06c75
entity.name.tag.class, entity.name.tag.id#56c2b0
entity.other.attribute-name#98c379
support.constant#56c2b0
support.type, support.variable#56c2b0
support.dictionary.json#56c2b0
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#abb2bf
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.scss, entity.other.attribute-name.pseudo-class.less, entity.other.attribute-name.pseudo-class.sass, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.scss, entity.other.attribute-name.pseudo-element.less, entity.other.attribute-name.pseudo-element.sass#56c2b0
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#98c379
variable.css, variable.scss, variable.less, variable.sass#56c2b0
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#e5c07b
unit.css, unit.scss, unit.less, unit.sass#c678dd
function.css, function.scss, function.less, function.sass#56c2b0
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
support.type.property-name.json#56c2b0
string.detected-link#74c0ff
meta.diff, meta.diff.header#75715E
markup.deleted#e06c75
markup.inserted#98c379
markup.changed#e5c07b
constant.numeric.line-number.find-in-files - match#56c2b0A0
entity.name.filename.find-in-files#e5c07b
markup.italic, markup.italic.markdownitalic
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown#676f7d
punctuation.definition.italic.markdownitalic
markup.underline.link.markdown#74c0ff
markup.bold.markdownbold
markup.heading.markdown#e06c75bold
markup.quote.markdown#98c379
meta.separator.markdown#c678ddbold
markup.raw.inline.markdown, markup.raw.block.markdown#56c2b0
punctuation.definition.list_item.markdown#ffffffbold
Michota Theme by michota - VS Code Theme