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#189708d0
  • activityBar.activeBorder#64f70f
  • activityBar.background#580505
  • activityBar.dropBorder#01fd62
  • activityBar.foreground#1b4905
  • activityBar.inactiveForeground#f7f8f6
  • activityBarBadge.foreground#fff
  • badge.background#fffdfd
  • badge.foreground#690606b2
  • breadcrumb.activeSelectionForeground#d1d5da
  • breadcrumb.background#830505d0
  • breadcrumb.focusForeground#ee2c25
  • breadcrumb.foreground#81f155
  • breadcrumbPicker.background#36352b
  • button.background#f3f8f1
  • button.foreground#070707
  • button.hoverBackground#f71a1a
  • checkbox.background#f80707
  • checkbox.border#f10f0f
  • checkbox.foreground#0e0000
  • debugToolBar.background#2b3036
  • dropdown.background#17530b
  • dropdown.border#33fa5e
  • dropdown.foreground#f8f8f8
  • dropdown.listBackground#470808
  • editor.background#012512d0
  • editor.foldBackground#12ee6e
  • editor.foreground#f8fcf0f6
  • editor.lineHighlightBackground#18580452
  • editorBracketMatch.background#04460e96
  • editorBracketMatch.border#0ba12cfb
  • editorCursor.foreground#04f066
  • editorError.foreground#f36464
  • editorGroup.border#1b1f23
  • editorGroupHeader.tabsBackground#035c07
  • editorLineNumber.activeForeground#1ee66b
  • editorLineNumber.foreground#079913
  • editorWidget.background#63d81f
  • input.background#690606b2
  • input.border#1ceb2d
  • input.foreground#f8f9fa
  • list.activeSelectionBackground#1bda1b83
  • list.activeSelectionForeground#f5f3f2
  • list.focusBackground#5f0606
  • list.hoverBackground#045026
  • list.hoverForeground#f8f7f6
  • list.inactiveFocusBackground#f0efea
  • list.inactiveSelectionBackground#5f0606
  • list.inactiveSelectionForeground#f1f1f1
  • menu.background#630505
  • menu.border#f9fdf9
  • menu.foreground#0a0a0a
  • menu.selectionBackground#17530b
  • menu.selectionBorder#fafafa
  • menu.selectionForeground#fffcfc
  • menu.separatorBackground#25020200
  • menubar.selectionBackground#830505d0
  • menubar.selectionForeground#04f304
  • notificationCenterHeader.background#24292e
  • notificationCenterHeader.foreground#959da5
  • notifications.background#2f363d
  • notifications.border#1b1f23
  • notifications.foreground#e1e4e8
  • panel.background#073104
  • panelInput.border#26dd91
  • panelSectionHeader.foreground#e7eb09
  • panelTitle.activeBorder#1ceb2d
  • panelTitle.activeForeground#eb1111
  • panelTitle.inactiveForeground#f4f7fa
  • peekViewEditor.background#0ecf6ff8
  • peekViewResult.background#1f2428
  • pickerGroup.border#444d56
  • pickerGroup.foreground#e1e4e8
  • quickInput.background#6d0303
  • quickInput.foreground#fafbfa
  • scrollbar.shadow#e6121288
  • scrollbarSlider.activeBackground#7bff00
  • scrollbarSlider.background#01fd62
  • scrollbarSlider.hoverBackground#ff0000
  • settings.checkboxBackground#f9fdf9
  • settings.dropdownBackground#42f06e
  • settings.dropdownBorder#f3f3f3
  • settings.dropdownForeground#030303
  • settings.headerForeground#269106
  • settings.textInputBackground#f3efef
  • settings.textInputBorder#f01414
  • settings.textInputForeground#080808
  • sideBar.background#032702f8
  • sideBar.foreground#10ad0ac5
  • sideBarSectionHeader.background#17530b
  • sideBarSectionHeader.border#04f804
  • sideBarSectionHeader.foreground#f8fcf0f6
  • sideBarTitle.foreground#33f77e
  • statusBar.background#630909
  • statusBar.debuggingForeground#fff
  • statusBar.foreground#d1d5da
  • statusBar.noFolderBackground#24292e
  • statusBarItem.hoverBackground#f80707
  • tab.activeBackground#1dd60c
  • tab.activeBorder#24f724
  • tab.activeForeground#f5f5f5
  • tab.hoverBackground#8f0606
  • tab.hoverBorder#000000
  • tab.hoverForeground#000000
  • tab.inactiveBackground#035c07
  • tab.inactiveForeground#f7f7f7
  • tab.unfocusedActiveBorder#6d0303
  • tab.unfocusedActiveBorderTop#1b1f23
  • tab.unfocusedHoverBackground#24292e
  • terminal.background#630505
  • terminal.foreground#eeeeee
  • terminalCursor.foreground#1ceb2d
  • textBlockQuote.background#24292e
  • textBlockQuote.border#444d56
  • textCodeBlock.background#2f363d
  • textLink.activeForeground#c8e1ff
  • textPreformat.foreground#d1d5da
  • textSeparator.foreground#f1efef
  • titleBar.activeBackground#690606b2
  • titleBar.activeForeground#f3f8f3
  • titleBar.inactiveBackground#690606b2
  • titleBar.inactiveForeground#f3f8f3
  • tree.indentGuidesStroke#2f363d
  • welcomePage.background#cc0f0fe3
  • welcomePage.buttonBackground#16b108
  • welcomePage.buttonHoverBackground#f5f8f5
  • window.activeBorder#01fd62
  • window.inactiveBorder#ff1a0a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#55f37ditalic
variable, string constant.other.placeholder#ffffffitalic bold
constant.other.color#def50e
invalid, invalid.illegal#ff4d07
keyword, storage.type, storage.modifier#fa5151
keyword.control, 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, keyword.other.template, keyword.other.substitution#2cee66fd
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#ebd50fa2
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#93ec5f
meta.block variable.other#13f80b
support.other.variable, string.other.link#f1b100
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#63f783bold
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#f83838bold
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#12cf0bbold
support.type#34e90cfb
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#06df47
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#1de961
variable.language#f0f5f2italic bold
entity.name.method.js#f0e442d8italic
meta.class-method.js entity.name.function.js, variable.function.constructor#b4190e
entity.other.attribute-name#8bf3c3
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#21ee06italic
entity.other.attribute-name.class#6bff8b
source.sass keyword.control#2563e9
markup.inserted#fa7e0a
markup.deleted#e01638
markup.changed#fefbff
string.regexp#da9d1b
constant.character.escape#f1c122
*url*, *link*, *uri*italic underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#e43618italic
source.js constant.other.object.key.js string.unquoted.label.js#ebe70bitalic
source.json meta.structure.dictionary.json support.type.property-name.json#faf2f1
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#5df820
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#14f05d
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#fc0e0e
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#d62d13
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#eb8714
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#9aee12
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#e0f523
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#90e90a
text.html.markdown, punctuation.definition.list_item.markdown#09fcfc
text.html.markdown markup.inline.raw.markdown#e21f1f
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#f1f1f1
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#f1e8e8italic
markup.bold, markup.bold string#f7e7e8bold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#f5f1f2bold
markup.underline#f0f0f0underline
markup.quote punctuation.definition.blockquote.markdown#eff2f5
markup.quoteitalic
string.other.link.title.markdown#0b58fd
string.other.link.description.title.markdown#C792EA
constant.other.reference.link.markdown#91ff00
markup.raw.block#f3f71d
markup.raw.block.fenced.markdown#f01a1afb
punctuation.definition.fenced.markdown#ff0505
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#1593f3f8
meta.separator#e9ddcdbold
markup.table#EEFFFF
DiZTheme by DzStyler - VS Code Theme