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#0d0d0e
  • activityBar.border#00000000
  • activityBar.foreground#3b6660
  • badge.background#0b78d7
  • badge.foreground#d8dce0
  • breadcrumb.activeSelectionForeground#778089
  • breadcrumb.focusForeground#778089
  • breadcrumb.foreground#3b3b3b
  • breadcrumbPicker.background#131313
  • button.background#1c92ee
  • button.foreground#001f2f
  • button.hoverBackground#2999f0
  • debugToolBar.background#20262c
  • diffEditor.insertedTextBackground#3b994a1a
  • diffEditor.removedTextBackground#dd5e5e26
  • dropdown.background#171b20
  • dropdown.border#2c3239
  • dropdown.foreground#949ca3
  • editor.background#0d0d0e
  • editor.findMatchBackground#297f997a
  • editor.findMatchHighlightBackground#297f9933
  • editor.foreground#949ca3
  • editor.hoverHighlightBackground#35353579
  • editor.inactiveSelectionBackground#3d596441
  • editor.lineHighlightBackground#2942412c
  • editor.selectionBackground#3d596465
  • editor.selectionHighlightBackground#3d3d3d98
  • editorActiveLineNumber.foreground#d8dce0
  • editorCursor.foreground#48776d
  • editorError.foreground#f27475
  • editorGroup.border#212124
  • editorGroupHeader.noTabsBackground#0f1216
  • editorGroupHeader.tabsBackground#0d0d0e
  • editorGroupHeader.tabsBorder#00000000
  • editorGutter.addedBackground#6ff56f
  • editorGutter.deletedBackground#9d372c
  • editorGutter.modifiedBackground#f3f56f
  • editorHint.foreground#399ff1
  • editorIndentGuide.activeBackground#636363
  • editorIndentGuide.background#292929
  • editorInfo.foreground#399ff1
  • editorLineNumber.activeForeground#636363
  • editorLineNumber.foreground#292929
  • editorOverviewRuler.addedForeground#246e30
  • editorOverviewRuler.border#00000000
  • editorOverviewRuler.deletedForeground#9d372c
  • editorOverviewRuler.errorForeground#dd5e5e
  • editorOverviewRuler.infoForeground#1289ec
  • editorOverviewRuler.modifiedForeground#0660ab
  • editorOverviewRuler.warningForeground#ca700b
  • editorSuggestWidget.background#0f1216
  • editorWarning.foreground#e8810e
  • editorWidget.background#1d23259f
  • errorForeground#e66768
  • focusBorder#1289ec
  • foreground#949ca3
  • gitDecoration.addedResourceForeground#6ff56f
  • gitDecoration.conflictingResourceForeground#ff4949
  • gitDecoration.deletedResourceForeground#54318d
  • gitDecoration.ignoredResourceForeground#56565f
  • gitDecoration.modifiedResourceForeground#f3f56f
  • gitDecoration.untrackedResourceForeground#ee8d4c
  • input.background#0f1216
  • input.border#2c3239
  • input.foreground#949ca3
  • input.placeholderForeground#4a535c
  • list.activeSelectionBackground#213a36
  • list.activeSelectionForeground#d8dce0
  • list.errorForeground#dd5f3f
  • list.focusBackground#344240
  • list.focusForeground#d8dce0
  • list.highlightForeground#1c92ee
  • list.hoverBackground#315752
  • list.hoverForeground#ffffff
  • list.inactiveFocusBackground#fffbfb
  • list.inactiveSelectionBackground#172926
  • list.inactiveSelectionForeground#d8dce0
  • list.warningForeground#e8810e
  • panel.background#0d0d10
  • panel.border#0f0f0f
  • panelTitle.activeBorder#1289ec
  • peekView.border#2c3239
  • peekViewEditor.background#2c323955
  • peekViewTitle.background#0f1216
  • scrollbar.shadow#d8dce01a
  • scrollbarSlider.activeBackground#121212
  • scrollbarSlider.background#0f0f0f
  • scrollbarSlider.hoverBackground#121212
  • sideBar.background#0d0d0e
  • sideBar.border#00000000
  • sideBar.foreground#c9c9c9
  • sideBarSectionHeader.background#131818c7
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#0d0d0e
  • statusBar.debuggingBackground#2c3239
  • statusBar.debuggingForeground#949ca3
  • statusBar.foreground#3e3e3e
  • statusBar.noFolderBackground#2c3239
  • statusBar.noFolderForeground#949ca3
  • tab.activeBackground#151516
  • tab.activeForeground#d8dce0
  • tab.border#00000000
  • tab.inactiveBackground#111112
  • tab.inactiveForeground#888888
  • terminal.border#212124
  • titleBar.activeBackground#0d0d0e
  • titleBar.activeForeground#b5bbc0
  • titleBar.inactiveBackground#0d0d0e
  • titleBar.inactiveForeground#b1b1b1
  • tree.indentGuidesStroke#00000000
  • welcomePage.background#0d0d0e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable, meta.definition.variable.name, support.variable#949CA3
meta.object-literal.key, meta.object-literal.key entity.name.function#949CA3
comment, punctuation.comment, punctuation.definition.comment#5F6871
keyword.operator#D8DCE0bold
punctuation, delimiter, bracket, brace, paren, delimiter.tag, punctuation.tag, tag.html, tag.xml, meta.property-value punctuation.separator.key-value, punctuation.definition.metadata.md, string.link.md, meta.brace#778089
punctuation.definition.template-expression.begin.js, punctuation.definition.template-expression.begin.ts, punctuation.definition.template-expression.end.ts, punctuation.definition.template-expression.end.js, punctuation.section.embedded.begin.metatag.php, punctuation.section.embedded.end.metatag.php#D8DCE0
string, meta.property-value.string, support.constant.property-value.string, meta.structure.dictionary.value.json string.quoted.double.json, meta.structure.dictionary.json string.quoted.double.json, meta.preprocessor string#778089italic
constant.numeric, meta.property-value.numeric, support.constant.property-value.numeric, meta.property-value.color, support.constant.property-value.color, constant.language#D8DCE0
constant.character, constant.other, entity.name.function, entity.name.class, entity.other.inherited-class, entity.other.attribute-name, entity.name, entity.other.attribute-name, entity.other.attribute-name.html, support.type.property-name, entity.name.tag.table, meta.structure.dictionary.json string.quoted.double.json#B5BBC0
keyword, meta.property-value.keyword, support.constant.property-value.keyword, meta.preprocessor.keyword, keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#D8DCE0bold
storage, storage.type, storage.type.ts, storage.type.var.ts, storage.type.js, storage.type.var.js, storage.type.const.ts, storage.type.let.ts, storage.type.let.js, storage.type.const.js, entity.name.tag#D8DCE0bold
meta.ptr, meta.pointer, meta.address, meta.array.cxx
meta.preprocessor#B5BBC0
support.type, support.class, support.function, support.constant#B5BBC0
invalid#ED6E6F
invalid.deprecated#ED6E6F
punctuation.definition.heading.md, entity.name.type.md, beginning.punctuation#B5BBC0
markup.heading, entity.name.section#D8DCE0bold
markup.raw, markup.inline.raw, markup.fenced, markup.fenced_code#778089italic
markup.link, string.other.link.title, string.other.link.description, meta.link.inline, meta.image.inline#B5BBC0
variable.language.makefile, variable.other.makefile#B5BBC0
markup.italicitalic
markup.boldbold
entity.other.attribute-name.class.css#B5BBC0
entity.name.tag.css#D8DCE0bold
meta.property-name.css#B5BBC0
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
Monogray Theme by milogosnell - VS Code Theme