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.background#2B2F38
  • activityBar.foreground#989FAF
  • activityBarBadge.background#FF9E4D
  • activityBarBadge.foreground#20232a
  • button.background#FF9E4D
  • button.foreground#2B2F38
  • button.hoverBackground#E68A3D
  • diffEditor.border#363B46
  • diffEditor.diagonalFill#8f95aa33
  • diffEditor.insertedLineBackground#5f9f5f52
  • diffEditor.insertedTextBackground#8FBC8F53
  • diffEditor.removedLineBackground#d9323252
  • diffEditor.removedTextBackground#E5737353
  • editor.background#2B2F38
  • editor.findMatchBackground#FF9E4D66
  • editor.findMatchHighlightBackground#FF9E4D33
  • editor.findRangeHighlightBackground#6CAEFF22
  • editor.foreground#CDD6F4
  • editor.hoverHighlightBackground#6CAEFF22
  • editor.inactiveSelectionBackground#363b4636
  • editor.lineHighlightBackground#363b46
  • editor.selectionBackground#8796b845
  • editorCursor.foreground#FFB347
  • editorGroup.emptyBackground#2B2F38
  • editorGroup.focusedEmptyBorder#2B2F38
  • editorGroupHeader.tabsBackground#20232a
  • editorGutter.addedBackground#80a980
  • editorGutter.addedSecondaryBackground#6fa96f
  • editorGutter.deletedBackground#E57373
  • editorGutter.modifiedBackground#FF9E4D
  • editorHoverWidget.background#20232a
  • editorHoverWidget.border#131519
  • editorHoverWidget.foreground#CDD6F4
  • editorIndentGuide.activeBackground1#FFB347
  • editorIndentGuide.background1#424550
  • editorLineNumber.foreground#A6ADC853
  • editorOverviewRuler.addedForeground#8FBC8Fcc
  • editorOverviewRuler.deletedForeground#E57373cc
  • editorOverviewRuler.modifiedForeground#FF9E4Dcc
  • editorPane.background#2B2F38
  • editorSuggestWidget.background#20232a
  • editorSuggestWidget.border#8f95aa
  • editorSuggestWidget.focusHighlightForeground#FF9E4D
  • editorSuggestWidget.foreground#CDD6F4
  • editorSuggestWidget.highlightForeground#FF9E4D
  • editorSuggestWidget.selectedBackground#363b46
  • editorSuggestWidgetStatus.foreground#E6C384
  • focusBorder#8f95aa
  • gitDecoration.addedResourceForeground#8FBC8F
  • gitDecoration.conflictingResourceForeground#E099FF
  • gitDecoration.deletedResourceForeground#E57373
  • gitDecoration.ignoredResourceForeground#8f95aa
  • gitDecoration.modifiedResourceForeground#FF9E4D
  • gitDecoration.stageModifiedResourceForeground#6fa96f
  • gitDecoration.submoduleResourceForeground#CDD6F4
  • gitDecoration.untrackedResourceForeground#6CAEFF
  • input.background#2B2F38
  • input.border#363B46
  • input.foreground#CDD6F4
  • input.placeholderForeground#A6ADC8
  • list.activeSelectionBackground#363B46
  • list.activeSelectionForeground#CDD6F4
  • list.activeSelectionIconForeground#A6ADC8
  • list.focusAndSelectionOutline#363B46
  • list.focusOutline#8f95aa
  • list.hoverBackground#363B46
  • list.inactiveSelectionBackground#363B46
  • list.inactiveSelectionForeground#CDD6F4
  • menu.background#2B2F38
  • menu.border#3A3F4B
  • menu.foreground#CDD6F4
  • menu.selectionBackground#454B5A
  • menu.selectionForeground#FFFFFF
  • menu.separatorBackground#8f95aa33
  • menubar.selectionBackground#454B5A
  • menubar.selectionForeground#FFFFFF
  • quickInput.background#2B2F38
  • quickInput.foreground#CDD6F4
  • quickInputList.focusBackground#454B5A
  • quickInputList.focusForeground#CDD6F4
  • quickInputList.focusIconForeground#CDD6F4
  • searchEditor.findMatchBackground#2B2F38
  • sideBar.background#20232a
  • sideBar.foreground#A6ADC8
  • sideBarSectionHeader.background#2b2f38
  • sideBarSectionHeader.foreground#A6ADC8
  • sideBarTitle.foreground#A6ADC8
  • statusBar.background#20232a
  • statusBar.foreground#A6ADC8
  • tab.activeBackground#2B2F38
  • tab.activeBorder#A6ADC8
  • tab.activeForeground#CDD6F4
  • tab.border#131519
  • tab.hoverBackground#20232a
  • tab.inactiveBackground#20232a
  • tab.inactiveForeground#A6ADC8
  • tab.selectedBackground#20232a
  • textLink.activeForeground#8CB4FF
  • textLink.foreground#5A8DEE
  • titleBar.activeBackground#2B2F38
  • titleBar.activeForeground#A6ADC8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8F95AAitalic
variable, string constant.other.placeholder#CDD6F4
variable.other.property#CDD6F4
constant.other.color#CDD6F4
invalid, invalid.illegal#FF5370
keyword, storage.type, storage.modifier#e78181
keyword.operator.assignment#8F95AA
punctuation.definition.tag.end.html#E099FF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#E099FF
entity.name.function, meta.function-call.static, support.function, keyword.other.special-method#FF9E4D
meta.function-call.generic#FF9E4D
meta.function-call.object#CDD6F4
variable.function#CDD6F4
support.function#6CAEFF
meta.block variable.other#CDD6F4
support.other.variable, string.other.link#CDD6F4
constant.language, support.constant, constant.escape, keyword.other.unit, keyword.other#89A6FF
constant.character#89A6FF
constant.numeric#89A6FF
variable.parameter#CDD6F4
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#C3B9FF
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#E099FF
support.type#E099FF
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#CDD6F4
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF9E4D
variable.language#CDD6F4
entity.name.method.js#FF9E4Ditalic
meta.class-method.js entity.name.function.js, variable.function.constructor#CDD6F4
entity.other.attribute-name#E099FF
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#E099FFitalic
entity.other.attribute-name.class#E099FF
source.sass keyword.control#CDD6F4
markup.inserted#6fa96f
markup.deleted#e78181
markup.changed#FF9E4D
string.regexp#CDD6F4
constant.other.set.regexp#E099FF
constant.character.set.regexp#CDD6F4
constant.character.escape.regexp#8FBC8F
support.other.escape.special.regexp#E099FF
support.other.match.begin.regexp, support.other.match.end.regexp#E099FF
*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#e78181italic
source.json meta.structure.dictionary.json support.type.property-name.json#FF9E4D
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FF9E4D
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#FF9E4D
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#FF9E4D
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#FF9E4D
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#FF9E4D
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#FF9E4D
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#FF9E4D
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#FF9E4D
support.type.yaml, entity.name.tag.yaml, meta.mapping.key.yaml, punctuation.separator.key-value.yaml#FF9E4D
meta.block.sequence.yaml, string.quoted.double.yaml, string.quoted.single.yaml, string.unquoted.yaml#C3B9FF
constant.language.boolean.yaml, constant.language.null.yaml, constant.language.yaml#E099FF
comment.line.number-sign.yaml#8F95AAitalic
text.html.markdown, punctuation.definition.list_item.markdown#CDD6F4
text.html.markdown markup.inline.raw.markdown#E099FF
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
markup.inline.raw.string.markdown#C3B9FF
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading.markdown, markup.heading.markdown entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading.level.1.markdown, markup.heading.level.2.markdown, markup.heading.level.3.markdown, markup.heading.level.4.markdown, markup.heading.level.5.markdown, markup.heading.level.6.markdown#FF9E4D
markup.italicitalic
markup.bold, markup.bold string#E099FFbold
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#E099FFbold
markup.underline#C3B9FFunderline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quote#CDD6F4
string.other.link.title.markdown#6CAEFF
string.other.link.description.title.markdown#E099FF
constant.other.reference.link.markdown#E6C384
markup.raw.block#E099FF
markup.raw.block.fenced.markdown#20232a
punctuation.definition.fenced.markdown#20232a
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#20232a
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#CDD6F4
Ducks in Space by Neocky - VS Code Theme