Skip to main content
CodingTheme

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.activeBorder#0072c6
  • activityBar.activeFocusBorder#0072c6
  • activityBar.background#242424
  • activityBar.border#000
  • activityBar.dropBorder#0072c6
  • activityBarBadge.background#ff3b30
  • badge.background#0072c6
  • breadcrumb.background#1e1e1e
  • button.background#0072c6
  • button.foreground#f5f5f5
  • button.hoverBackground#006ac1
  • editor.background#1e1e1e
  • editor.findMatchBackground#000000
  • editor.findMatchBorder#80CBC4
  • editor.findMatchHighlightBackground#00000050
  • editor.findMatchHighlightBorder#ffffff50
  • editor.foreground#EEFFFF
  • editor.lineHighlightBackground#00000050
  • editor.selectionBackground#61616150
  • editor.selectionHighlightBackground#FFCC0020
  • editorBracketMatch.background#212121
  • editorBracketMatch.border#FFCC0050
  • editorError.foreground#FF537070
  • editorGroup.border#000000
  • editorGroupHeader.border#3D3D3D
  • editorGroupHeader.tabsBackground#2d2d2d
  • editorGroupHeader.tabsBorder#3D3D3D
  • editorGutter.addedBackground#C3E88D60
  • editorGutter.deletedBackground#FF537060
  • editorGutter.modifiedBackground#82AAFF60
  • editorHoverWidget.background#3c3c3cfb
  • editorHoverWidget.border#4f4f4f
  • editorIndentGuide.activeBackground#424242
  • editorIndentGuide.background#42424270
  • editorInfo.foreground#82AAFF70
  • editorLineNumber.activeForeground#848484
  • editorLineNumber.foreground#424242
  • editorMarkerNavigation.background#EEFFFF05
  • editorOverviewRuler.border#212121
  • editorOverviewRuler.errorForeground#FF537040
  • editorOverviewRuler.findMatchForeground#80CBC4
  • editorOverviewRuler.infoForeground#82AAFF40
  • editorOverviewRuler.warningForeground#FFCB6B40
  • editorSuggestWidget.background#1e1e1e
  • editorSuggestWidget.border#FFFFFF20
  • editorSuggestWidget.focusHighlightForeground#ffffff
  • editorSuggestWidget.foreground#EEFFFFcc
  • editorSuggestWidget.highlightForeground#EEFFFFee
  • editorWarning.foreground#FFCB6B70
  • editorWhitespace.foreground#EEFFFF40
  • editorWidget.background#101010dd
  • editorWidget.resizeBorder#0072c6
  • gitDecoration.addedResourceForeground#C3E88Dee
  • gitDecoration.conflictingResourceForeground#C792EAee
  • gitDecoration.deletedResourceForeground#f07178ee
  • gitDecoration.modifiedResourceForeground#FFCB6Bee
  • gitDecoration.submoduleResourceForeground#6a737dee
  • gitDecoration.untrackedResourceForeground#f0aa71ee
  • list.activeSelectionBackground#0073c690
  • list.inactiveSelectionBackground#ffffff20
  • notifications.background#3c3c3caa
  • notificationsErrorIcon.foreground#FF3B30
  • notificationsInfoIcon.foreground#007AFF
  • notificationsWarningIcon.foreground#FFA700
  • notificationToast.border#4f4f4f
  • panel.background#181818
  • peekView.border#4d4d4d
  • peekViewEditor.background#1e1e1e
  • peekViewEditor.matchHighlightBackground#ffffff20
  • peekViewEditorGutter.background#1e1e1e
  • peekViewResult.background#10101090
  • peekViewResult.fileForeground#c586c0
  • peekViewResult.lineForeground#cccccc
  • peekViewResult.matchHighlightBackground#ffffff20
  • peekViewTitle.background#4d4d4d
  • peekViewTitleDescription.foreground#cccccc
  • peekViewTitleLabel.foreground#ffffff
  • pickerGroup.foreground#0072c6
  • scrollbar.shadow#101010b8
  • settings.modifiedItemIndicator#0072c6
  • sideBar.background#181818
  • sideBar.border#000
  • sideBarSectionHeader.background#101010
  • sideBarSectionHeader.border#101010
  • statusBar.background#101010
  • statusBar.border#000
  • statusBar.debuggingBackground#FF3B30
  • statusBar.debuggingForeground#F8F8F8
  • statusBar.focusBorder#101010
  • statusBar.foreground#ffffff80
  • statusBar.noFolderBackground#0072c6
  • statusBarItem.hoverBackground#ffffff20
  • statusBarItem.remoteBackground#ffffff20
  • tab.activeBackground#1e1e1e
  • tab.activeBorder#1e1e1e
  • tab.activeBorderTop#0072c6
  • tab.border#3D3D3D
  • tab.inactiveBackground#2d2d2d
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#82AAFF
  • terminal.ansiBrightBlack#676E95
  • terminal.ansiBrightBlue#82AAFF
  • terminal.ansiBrightCyan#89DDFF
  • terminal.ansiBrightGreen#C3E88D
  • terminal.ansiBrightMagenta#C792EA
  • terminal.ansiBrightRed#FF5370
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#FFCB6B
  • terminal.ansiCyan#89DDFF
  • terminal.ansiGreen#C3E88D
  • terminal.ansiMagenta#C792EA
  • terminal.ansiRed#FF5370
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#FFCB6B
  • terminal.background#181818
  • terminal.foreground#F8F8F8
  • terminalCursor.background#000000
  • terminalCursor.foreground#FFCB6B
  • titleBar.border#101010

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment, punctuation.definition.comment, string.quoted.docstring#4A4A4Aitalic
variable, string constant.other.placeholder#EEFFFF
constant.other.php#FFCB6B
constant.other.color#ffffff
invalid, invalid.illegal#FF5370
invalid.deprecated#C792EA
keyword, storage.type, storage.modifier#C792EA
Keyword, Storageitalic
keyword.control, constant.other.color, punctuation.definition.tag, punctuation, 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#89DDFF
keyword.controlitalic
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f07178
entity.name.function, variable.function, support.function, keyword.other.special-method#82AAFF
source.cpp meta.block variable.other#f07178
variable.other.constant#f07178
support.other.variable, string.other.link#f07178
constant.numeric, constant.language, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other#F78C6C
variable.parameter.function.language.special, variable.parameter#FF5370
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#C3E88Dnormal
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#FFCB6B
support.type#B2CCD6
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#FF5370italic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#C792EAitalic
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
text.html.markdown meta.dummy.line-break
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.strikestrike
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.fenced_code.block.markdown, markup.inline.raw.string.markdown#EEFFFF90
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Native One Dark by Daniel Fitzsimmons - VS Code Theme