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#0c1015
  • activityBar.border#1A2330
  • activityBar.foreground#4CC9F0
  • activityBar.inactiveForeground#4CC9F066
  • activityBarBadge.background#4CC9F0
  • activityBarBadge.foreground#000000
  • badge.background#4CC9F0
  • badge.foreground#000000
  • breadcrumb.foreground#535e72
  • button.background#253948
  • button.secondaryBackground#37404a
  • dropdown.background#111821
  • dropdown.border#1A2330
  • editor.background#0c1015
  • editor.foreground#D8DEE9
  • editor.inactiveSelectionBackground#1c2330ea
  • editor.lineHighlightBackground#161D26
  • editor.selectionBackground#253040
  • editor.selectionHighlightBackground#263344d7
  • editorBracketHighlight.foreground1#4CC9F0
  • editorBracketHighlight.foreground2#A3F7BF
  • editorBracketHighlight.foreground3#EFB1FF
  • editorBracketHighlight.foreground4#FFE6A7
  • editorBracketMatch.background#1A2330
  • editorBracketMatch.border#4CC9F055
  • editorCursor.foreground#4CC9F0
  • editorGroupHeader.tabsBackground#0c1015
  • editorHoverWidget.background#161D26
  • editorHoverWidget.border#1A2330
  • editorLineNumber.activeForeground#a8cbee
  • editorSuggestWidget.background#161D26
  • editorSuggestWidget.border#1A2330
  • editorSuggestWidget.selectedBackground#1F2B38
  • editorWidget.background#0c1015
  • editorWidget.border#2c394a
  • editorWidget.foreground#D8DEE9
  • foreground#dadcde
  • gitDecoration.addedResourceForeground#4FFFD7
  • gitDecoration.conflictingResourceForeground#FF6AFF
  • gitDecoration.deletedResourceForeground#FF5C7A
  • gitDecoration.ignoredResourceForeground#555B61
  • gitDecoration.modifiedResourceForeground#FFC56A
  • gitDecoration.renamedResourceForeground#7FD4FF
  • gitDecoration.stageModifiedResourceForeground#FFC56A
  • gitDecoration.untrackedResourceForeground#6AE8FF
  • icon.foreground#EAEAEA
  • inlineChatInput.placeholderForeground#dfdfdf80
  • input.background#0f1520
  • input.border#1A2330
  • input.foreground#ececec
  • input.placeholderForeground#dfdfdf80
  • keybindingLabel.background#253040
  • keybindingLabel.border#4CC9F0AA
  • keybindingLabel.foreground#D8DEE9
  • list.activeSelectionBackground#1F2B38
  • list.errorForeground#f88070
  • list.focusBackground#253040
  • list.highlightForeground#4CC9F0
  • list.hoverBackground#161D26
  • list.inactiveSelectionBackground#1A2330
  • list.warningForeground#f5c977
  • notificationCenter.border#1f2a3b
  • notificationCenterHeader.background#10171f
  • notificationCenterHeader.foreground#D8DEE9
  • notificationLink.foreground#4CC9F0
  • notifications.background#141b23
  • notifications.foreground#cccccc
  • notificationsErrorIcon.foreground#e98a8a
  • notificationsInfoIcon.foreground#64a8f7
  • panel.background#0c1015
  • panel.border#1A2330
  • panelStickyScroll.background#1A2330
  • panelStickyScroll.border#4CC9F0AA
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#4CC9F0aa
  • scrollbarSlider.background#1a2533cc
  • scrollbarSlider.hoverBackground#253344cc
  • settings.checkboxForeground#E0E0E0
  • settings.dropdownForeground#E0E0E0
  • settings.headerForeground#E0E0E0
  • settings.modifiedItemIndicator#D83D65
  • settings.numberInputForeground#E0E0E0
  • settings.textInputForeground#E0E0E0
  • sideBar.background#0c1015
  • sideBar.border#1A2330
  • sideBar.foreground#d6dbe1
  • sideBarSectionHeader.background#0c1015
  • sideBarSectionHeader.border#1A2330
  • statusBar.background#0c1015
  • statusBar.border#1A2330
  • statusBar.foreground#D8DEE9
  • statusBar.noFolderBackground#0c1015
  • statusBarItem.hoverBackground#1A2330
  • tab.activeBackground#0F1520
  • tab.activeBorder#4CC9F0
  • tab.activeForeground#D8DEE9
  • tab.border#111821
  • tab.inactiveBackground#0c131c
  • tab.inactiveForeground#78869A
  • tab.selectedBackground#0c1015
  • tab.unfocusedActiveBorder#263341
  • terminal.ansiBlack#0c1015
  • terminal.ansiBlue#4CC9F0
  • terminal.ansiBrightBlack#1a2330
  • terminal.ansiBrightBlue#7ddfff
  • terminal.ansiBrightCyan#c8f4ff
  • terminal.ansiBrightGreen#afffd1
  • terminal.ansiBrightMagenta#f2c6ff
  • terminal.ansiBrightRed#ff8da2
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fff2bd
  • terminal.ansiCyan#9ee7f5
  • terminal.ansiGreen#9ff7c2
  • terminal.ansiMagenta#e4b1ff
  • terminal.ansiRed#ff6b81
  • terminal.ansiWhite#e9edf3
  • terminal.ansiYellow#ffe6a7
  • terminal.background#0c1015
  • terminal.foreground#D8DEE9
  • terminal.selectionBackground#253040
  • terminalCursor.background#0c1015
  • terminalCursor.foreground#4CC9F0
  • titleBar.activeBackground#0c1015
  • titleBar.activeForeground#D8DEE9
  • titleBar.border#1A2330
  • titleBar.inactiveBackground#0c1015
  • titleBar.inactiveForeground#78869A
  • widget.border#2c394a
  • widget.shadow#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#797979
variable, string constant.other.placeholder#cecfe4
constant.other.color#f7f6f6
invalid, invalid.illegal#F28C8C
keyword, storage.type, storage.modifier#8fcee2
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#8dc7e8
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#ef9797
entity.name.function, variable.function, support.function, keyword.other.special-method#ec8394
meta.function-call#b9e1f0
constant.numeric, constant.language, support.constant, constant.character, constant.escape, keyword.other#e9ab8e
keyword.other.unit#e7f9f4
variable.parameter#7ebeef
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#c2f2bb
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#c8a9eb
support.type#A9D7B0
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#B2CCD6
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#e85069italic
entity.name.method.js#8398c6italic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#acc9e9
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#dcc496italic
entity.other.attribute-name.class#FFCB6B
source.sass keyword.control#82AAFF
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#C792EA
string.regexp#89DDFF
constant.character.escape#89DDFF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json#e9f1ff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#c7dbfd
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#a1c4ff
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#90b8fd
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#7aabff
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#82AAFF
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#6293fe
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#4882ff
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#3264cf
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
markup.quote.markdown, punctuation.definition.blockquote.markdown#A0A0A0italic
text.html.markdown markup.inline.raw.markdown#C792EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#f07178italic
markup.bold, markup.bold string#f07178bold
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#f07178bold
markup.underline#F78C6Cunderline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#82AAFF
string.other.link.description.title.markdown#C792EA
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#C792EA
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF
markup.quote.markdown#a6accd