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.activeBorder#00d4ff
  • activityBar.background#050505
  • activityBar.border#0a0a0a
  • activityBar.foreground#888888
  • activityBarBadge.background#ff6b9d
  • activityBarBadge.foreground#ffffff
  • badge.background#ff6b9d
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#00d4ff
  • breadcrumb.background#0a0a0a
  • breadcrumb.focusForeground#e8e8e8
  • breadcrumb.foreground#666666
  • button.background#00d4ff
  • button.foreground#000000
  • button.hoverBackground#33dcff
  • button.secondaryBackground#333333
  • button.secondaryForeground#e8e8e8
  • contrastActiveBorder#0c465200
  • contrastBorder#1a1a1a
  • dropdown.background#0f0f0f
  • dropdown.border#333333
  • dropdown.foreground#e8e8e8
  • editor.background#0a0a0a
  • editor.foreground#e8e8e8
  • editor.inactiveSelectionBackground#ffffff06
  • editor.lineHighlightBackground#ffffff04
  • editor.selectionBackground#00d4ff20
  • editor.selectionHighlightBackground#ffffff08
  • editorCursor.foreground#00d4ff
  • editorGroupHeader.border#0a0a0a
  • editorGroupHeader.tabsBackground#050505
  • editorSuggestWidget.background#0f0f0f
  • editorSuggestWidget.border#333333
  • editorSuggestWidget.selectedBackground#00d4ff20
  • editorWidget.background#0f0f0f
  • editorWidget.border#333333
  • editorWidget.foreground#e8e8e8
  • focusBorder#001a1f
  • gitDecoration.addedResourceForeground#5fb3a3
  • gitDecoration.conflictingResourceForeground#ff8c42
  • gitDecoration.deletedResourceForeground#ff6b9d
  • gitDecoration.modifiedResourceForeground#ffd23f
  • gitDecoration.untrackedResourceForeground#5fb3a3
  • input.background#0f0f0f
  • input.border#333333
  • input.foreground#e8e8e8
  • input.placeholderForeground#666666
  • inputOption.activeBorder#00d4ff
  • inputValidation.errorBorder#ff6b9d
  • inputValidation.warningBorder#ffd23f
  • list.activeSelectionBackground#00d4ff15
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#ffffff06
  • list.inactiveSelectionBackground#ffffff04
  • menu.background#0f0f0f
  • menu.border#333333
  • menu.foreground#e8e8e8
  • menu.selectionBackground#00d4ff20
  • menu.selectionForeground#ffffff
  • minimap.background#050505
  • minimapSlider.activeBackground#ffffff20
  • minimapSlider.background#ffffff10
  • minimapSlider.hoverBackground#ffffff15
  • notificationCenter.border#333333
  • notificationCenterHeader.background#0f0f0f
  • notifications.background#0f0f0f
  • notifications.border#333333
  • notifications.foreground#e8e8e8
  • panel.background#050505
  • panel.border#1a1a1a
  • panelSection.border#1a1a1a
  • panelTitle.activeBorder#3a3a3a34
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#666666
  • peekView.background#0f0f0f
  • peekViewEditor.background#0a0a0a
  • peekViewTitle.background#00d4ff20
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#00d4ff
  • scrollbarSlider.activeBackground#ffffff35
  • scrollbarSlider.background#ffffff15
  • scrollbarSlider.hoverBackground#ffffff25
  • sideBar.background#0a0a0a
  • sideBar.border#1a1a1a
  • sideBar.foreground#b8b8b8
  • sideBarSectionHeader.background#0f0f0f
  • sideBarSectionHeader.foreground#e8e8e8
  • sideBarTitle.foreground#666666
  • statusBar.background#050505
  • statusBar.border#0a0a0a
  • statusBar.foreground#888888
  • statusBarItem.hoverBackground#ffffff10
  • statusBarItem.prominentBackground#00d4ff20
  • tab.activeBackground#0a0a0a
  • tab.activeBorder#ff3c0000
  • tab.activeBorderTop#ff110000
  • tab.activeForeground#ffffff
  • tab.border#0a0a0a
  • tab.hoverBackground#ffffff05
  • tab.inactiveBackground#050505
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#0a0a0a
  • terminal.ansiBlue#00d4ff
  • terminal.ansiCyan#5fb3a3
  • terminal.ansiGreen#5fb3a3
  • terminal.ansiMagenta#c77dff
  • terminal.ansiRed#ff6b9d
  • terminal.ansiWhite#e8e8e8
  • terminal.ansiYellow#ffd23f
  • terminal.background#050505
  • terminal.foreground#e8e8e8
  • titleBar.activeBackground#050505
  • titleBar.activeForeground#b8b8b8
  • titleBar.border#0a0a0a
  • titleBar.inactiveBackground#050505
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#555555italic
variable, string constant.other.placeholder#e8e8e8
invalid, invalid.illegal#ff6b9d
keyword, storage.type, storage.modifier#c77dff
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#888888
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#5fb3a3
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#00d4ff
meta.block variable.other#e8e8e8
support.other.variable, string.other.link#e8e8e8
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#ffd23f
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#5fb3a3
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#ff8c42
support.type#c77dff
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#00d4ff
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#ff6b9d
variable.language#ff6b9ditalic
entity.name.method.js#00d4ff
meta.class-method.js entity.name.function.js, variable.function.constructor#00d4ff
entity.other.attribute-name#c77dff
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#ffd23fitalic
entity.other.attribute-name.class#ff8c42
source.sass keyword.control#00d4ff
markup.inserted#5fb3a3
markup.deleted#ff6b9d
markup.changed#c77dff
string.regexp#00d4ff
constant.character.escape#00d4ff
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#c77dffitalic
source.js constant.other.object.key.js string.unquoted.label.js#ff6b9d
source.json meta.structure.dictionary.json support.type.property-name.json#00d4ff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#c77dff
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#ff8c42
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#ff6b9d
text.html.markdown, punctuation.definition.list_item.markdown#e8e8e8
text.html.markdown markup.inline.raw.markdown#c77dff
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#00d4ffbold
markup.italic#ff6b9ditalic
markup.bold, markup.bold string#ffd23fbold
string.other.link.title.markdown#00d4ff
string.other.link.description.title.markdown#c77dff

Shiki preview

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

Loading...

Nokion Clean - Coding Theme