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.activeBackground#90ffa820
  • activityBar.activeBorder#90ffa8
  • activityBar.background#050505
  • activityBar.border#2c2c2c
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#616161
  • activityBarBadge.background#000
  • disabledForeground#ffffffc5
  • editor.background#000000
  • editor.compositionBorder#ffffff
  • editor.foreground#ffffff
  • editor.inactiveSelectionBackground#80cbc410
  • editor.placeholder.foreground#ffffff56
  • editor.selectionBackground#90ffa886
  • editor.selectionForeground#000000
  • editor.selectionHighlightBackground#ffcc0020
  • editor.selectionHighlightBorder#ff0000
  • editorBracketHighlight.foreground1#90ffa8
  • editorBracketHighlight.foreground2#7dcc9f
  • editorBracketHighlight.foreground3#6b9995
  • editorBracketHighlight.foreground4#2196F3
  • editorBracketHighlight.foreground5#b3ccf7
  • editorBracketHighlight.foreground6#ffffff
  • editorBracketHighlight.unexpectedBracket.foreground#ff002b
  • editorBracketPairGuide.activeBackground1#90ffa840
  • editorBracketPairGuide.activeBackground2#7dcc9f40
  • editorBracketPairGuide.activeBackground3#6b999540
  • editorBracketPairGuide.activeBackground4#2196F340
  • editorBracketPairGuide.activeBackground5#b3ccf740
  • editorBracketPairGuide.activeBackground6#ffffff40
  • editorBracketPairGuide.background1#90ffa820
  • editorBracketPairGuide.background2#7dcc9f20
  • editorBracketPairGuide.background3#6b999520
  • editorBracketPairGuide.background4#2196F320
  • editorBracketPairGuide.background5#b3ccf720
  • editorBracketPairGuide.background6#ffffff20
  • editorCursor.background#ff0000
  • editorCursor.foreground#ffffff
  • editorGutter.addedBackground#90ffa8a8
  • editorGutter.deletedBackground#ff002ba8
  • editorGutter.modifiedBackground#ffcc00a8
  • editorLineNumber.activeForeground#90ffa8
  • editorLineNumber.dimmedForeground#ff0000
  • editorLineNumber.foreground#465a64
  • editorMultiCursor.primary.background#ff0000
  • editorMultiCursor.primary.foreground#ffcc00
  • editorMultiCursor.secondary.background#ff0000
  • editorMultiCursor.secondary.foreground#ffcc00
  • editorOverviewRuler.addedForeground#90ffa8a8
  • editorOverviewRuler.deletedForeground#ff002ba8
  • editorOverviewRuler.modifiedForeground#ffcc00a8
  • focusBorder#000000
  • foreground#ffffffaf
  • gitDecoration.addedResourceForeground#90ffa8a8
  • gitDecoration.conflictingResourceForeground#ff5722a8
  • gitDecoration.deletedResourceForeground#ff002ba8
  • gitDecoration.ignoredResourceForeground#616161a8
  • gitDecoration.modifiedResourceForeground#ffcc00a8
  • gitDecoration.submoduleResourceForeground#2196F3a8
  • gitDecoration.untrackedResourceForeground#90ffa8a8
  • list.activeSelectionBackground#74747497
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#1565C060
  • list.focusForeground#ffffff
  • list.hoverBackground#1565C020
  • list.inactiveSelectionBackground#82828253
  • list.inactiveSelectionForeground#ffffff
  • menu.background#050505
  • menu.border#2c2c2c
  • menu.foreground#ffffff
  • menu.selectionBackground#1565C060
  • menu.selectionForeground#ffffff
  • panel.background#050505
  • panel.border#2c2c2c
  • panelTitle.activeBorder#90ffa8
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#616161
  • selection.background#1565C060
  • sideBar.background#020202
  • sideBar.border#2c2c2c
  • sideBar.dropBackground#f0717880
  • sideBar.foreground#828282
  • sideBarActivityBarTop.border#ffffff
  • sideBarSectionHeader.background#050505
  • sideBarSectionHeader.border#2c2c2c
  • sideBarSectionHeader.foreground#e1e1e1
  • sideBarStickyScroll.background#0e0e0e
  • sideBarStickyScroll.border#2c2c2c
  • sideBarStickyScroll.shadow#00000030
  • sideBarTitle.background#000000
  • sideBarTitle.border#2c2c2c
  • sideBarTitle.foreground#ffffff
  • statusBar.background#050505
  • statusBar.border#2c2c2c
  • statusBar.debuggingBackground#ff5722
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#050505
  • titleBar.activeBackground#0e1016
  • titleBar.activeForeground#ffffff
  • titleBar.border#2c2c2c
  • titleBar.inactiveBackground#050505
  • titleBar.inactiveForeground#616161

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#bdbdbditalic
variable, string constant.other.placeholder#ffffff
constant.other.color#0077FF
invalid, invalid.illegal#ff002b
keyword, storage.type, storage.modifier#90ffa8
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#ffffff
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#42A5F5
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#2196F3
meta.block variable.other#90CAF9
support.other.variable, string.other.link#90CAF9
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#BBDEFB
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#bfeac8
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#90CAF9
support.type#fff200
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#fff200
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#FF5370italic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#90ffa8
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
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#C792EA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B
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#F78C6C
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#FF5370
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#C17E70
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#f07178
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#C792EA
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#C3E88D
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
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
Morgan Theme by morgantechdev - VS Code Theme