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#212121
  • activityBar.border#21212160
  • activityBar.foreground#eeffff60
  • activityBarBadge.background#88c0d0
  • activityBarBadge.foreground#000000
  • badge.background#88c0d0
  • badge.foreground#000000
  • button.background#616161
  • debugToolBar.background#212121
  • diffEditor.insertedTextBackground#c3e88d15
  • diffEditor.removedTextBackground#BF616A
  • dropdown.background#212121
  • dropdown.border#ffffff10
  • editor.background#212121
  • editor.foreground#d8dee9ff
  • editor.lineHighlightBackground#00000050
  • editor.selectionBackground#61616150
  • editor.selectionHighlightBackground#ffcc0020
  • editorBracketMatch.background#b48ead
  • editorBracketMatch.border#212121
  • editorCursor.foreground#ebcb8b
  • editorError.foreground#BF616A
  • editorGroup.border#00000030
  • editorGroupHeader.tabsBackground#212121
  • editorGutter.addedBackground#a3be8c
  • editorGutter.deletedBackground#BF616A
  • editorGutter.modifiedBackground#ebcb8b
  • editorHoverWidget.background#212121
  • editorHoverWidget.border#ffffff10
  • editorIndentGuide.background#42424270
  • editorLineNumber.foreground#424242
  • editorLink.activeForeground#eeffff
  • editorMarkerNavigation.background#eeffff05
  • editorOverviewRuler.border#212121
  • editorRuler.foreground#42424270
  • editorSuggestWidget.background#212121
  • editorSuggestWidget.border#ffffff10
  • editorSuggestWidget.foreground#eeffff
  • editorSuggestWidget.highlightForeground#8fbcbb
  • editorSuggestWidget.selectedBackground#00000050
  • editorWarning.foreground#a3be8c
  • editorWhitespace.foreground#eeffff10
  • editorWidget.background#212121
  • extensionButton.prominentBackground#a3be8c
  • extensionButton.prominentHoverBackground#c3e88d
  • focusBorder#ffffff00
  • input.background#ffffff05
  • input.border#ffffff10
  • input.foreground#eeffff
  • input.placeholderForeground#eeffff60
  • inputValidation.errorBorder#BF616A
  • inputValidation.infoBorder#81a1c1
  • inputValidation.warningBorder#ebcb8b
  • list.activeSelectionBackground#212121
  • list.activeSelectionForeground#88c0d0
  • list.focusBackground#88c0d099
  • list.focusForeground#eeffff
  • list.highlightForeground#88c0d0
  • list.hoverBackground#212121
  • list.hoverForeground#d8dee9ff
  • list.inactiveSelectionBackground#00000020
  • list.inactiveSelectionForeground#88c0d0
  • notebook.cellBorderColor#ffffff68
  • notebook.cellEditorBackground#252525
  • notebook.focusedCellBorder#88c0d0
  • notebook.focusedEditorBorder#88c0d0
  • notebook.outputContainerBackgroundColor#2f2f2f
  • notebook.selectedCellBorder#88c0d0
  • panel.background#212121
  • panel.border#21212160
  • panelTitle.activeForeground#eeffff
  • peekView.border#00000030
  • peekViewEditor.background#eeffff05
  • peekViewEditor.matchHighlightBackground#61616150
  • peekViewEditorGutter.background#eeffff05
  • peekViewResult.background#eeffff05
  • peekViewResult.matchHighlightBackground#61616150
  • peekViewTitle.background#eeffff05
  • peekViewTitleDescription.foreground#eeffff60
  • pickerGroup.foreground#88c0d0
  • progressBar.background#88c0d0
  • scrollbar.shadow#21212100
  • scrollbarSlider.activeBackground#88c0d0
  • scrollbarSlider.background#00000050
  • scrollbarSlider.hoverBackground#00000030
  • selection.background#eeffff
  • sideBar.background#212121
  • sideBar.border#21212160
  • sideBar.foreground#616161
  • sideBarSectionHeader.background#212121
  • sideBarTitle.foreground#eeffff
  • statusBar.background#212121
  • statusBar.border#21212160
  • statusBar.debuggingBackground#b48ead
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#616161
  • statusBar.noFolderBackground#212121
  • tab.activeBorder#88c0d0
  • tab.activeForeground#ffffff
  • tab.border#212121
  • tab.hoverBackground#42424210
  • tab.inactiveBackground#212121
  • tab.inactiveForeground#616161
  • tab.unfocusedActiveBorder#4a4a4a
  • tab.unfocusedActiveForeground#eeffff
  • terminal.ansiBlack#3b4252
  • terminal.ansiBlue#81a1c1
  • terminal.ansiBrightBlack#4c566a
  • terminal.ansiBrightBlue#81a1c1
  • terminal.ansiBrightCyan#8fbcbb
  • terminal.ansiBrightGreen#a3be8c
  • terminal.ansiBrightMagenta#b48ead
  • terminal.ansiBrightRed#bf616a
  • terminal.ansiBrightWhite#eceff4
  • terminal.ansiBrightYellow#ebcb8b
  • terminal.ansiCyan#88c0d0
  • terminal.ansiGreen#a3be8c
  • terminal.ansiMagenta#b48ead
  • terminal.ansiRed#bf616a
  • terminal.ansiWhite#e5e9f0
  • terminal.ansiYellow#ebcb8b
  • terminal.foreground#d8dee9
  • textLink.activeForeground#eeffff
  • textLink.foreground#88c0d0
  • titleBar.activeBackground#212121
  • titleBar.activeForeground#4a4a4a
  • titleBar.border#21212160
  • titleBar.inactiveBackground#212121
  • titleBar.inactiveForeground#4a4a4a
  • widget.shadow#00000030

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d8dee9ff
emphasisitalic
strongbold
comment#4C566A
constant.character#EBCB8B
constant.character.escape#EBCB8B
constant.language#81A1C1
constant.numeric#B48EAD
constant.regexp#EBCB8B
entity.name.class, entity.name.type.class#8FBCBB
entity.name.function#88C0D0
entity.name.tag#81A1C1
entity.other.attribute-name#8FBCBB
entity.other.inherited-class#8FBCBBbold
invalid.deprecated#D8DEE9
invalid.illegal#D8DEE9
keyword#81A1C1
keyword.operator#81A1C1
keyword.other.new#81A1C1
markup.boldbold
markup.changed#EBCB8B
markup.deleted#BF616A
markup.inserted#A3BE8C
meta.preprocessor#5E81AC
punctuation#ECEFF4
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters#ECEFF4
punctuation.definition.tag#81A1C1
punctuation.definition.comment, punctuation.end.definition.comment, punctuation.start.definition.comment#4C566A
punctuation.section#ECEFF4
punctuation.section.embedded.begin, punctuation.section.embedded.end#81A1C1
punctuation.terminator#81A1C1
punctuation.definition.variable#81A1C1
storage#81A1C1
string#A3BE8C
string.regexp#EBCB8B
support.class#8FBCBB
support.constant#81A1C1
support.function#88C0D0
support.function.construct#81A1C1
support.type#8FBCBB
support.type.exception#8FBCBB
token.debug-token#b48ead
token.error-token#bf616a
token.info-token#88c0d0
token.warn-token#ebcb8b
variable.other#D8DEE9
variable.language#81A1C1
variable.parameter#D8DEE9
punctuation.separator.pointer-access.c#81A1C1
source.c meta.preprocessor.include, source.c string.quoted.other.lt-gt.include#8FBCBB
source.cpp keyword.control.directive.conditional, source.cpp punctuation.definition.directive, source.c keyword.control.directive.conditional, source.c punctuation.definition.directive#5E81ACbold
source.css constant.other.color.rgb-value#B48EAD
source.css meta.property-value#88C0D0
source.css keyword.control.at-rule.media, source.css keyword.control.at-rule.media punctuation.definition.keyword#D08770
source.css punctuation.definition.keyword#81A1C1
source.css support.type.property-name#D8DEE9
source.diff meta.diff.range.context#8FBCBB
source.diff meta.diff.header.from-file#8FBCBB
source.diff punctuation.definition.from-file#8FBCBB
source.diff punctuation.definition.range#8FBCBB
source.diff punctuation.definition.separator#81A1C1
source.go constant.other.placeholder.go#EBCB8B
source.java comment.block.documentation.javadoc punctuation.definition.entity.html#81A1C1
source.java constant.other#D8DEE9
source.java keyword.other.documentation#8FBCBB
source.java keyword.other.documentation.author.javadoc#8FBCBB
source.java keyword.other.documentation.directive, source.java keyword.other.documentation.custom#8FBCBB
source.java keyword.other.documentation.see.javadoc#8FBCBB
source.java meta.method-call meta.method#88C0D0
source.java meta.tag.template.link.javadoc, source.java string.other.link.title.javadoc#8FBCBB
source.java meta.tag.template.value.javadoc#88C0D0
source.java punctuation.definition.keyword.javadoc#8FBCBB
source.java punctuation.definition.tag.begin.javadoc, source.java punctuation.definition.tag.end.javadoc#4C566A
source.java storage.modifier.import#8FBCBB
source.java storage.modifier.package#8FBCBB
source.java storage.type#8FBCBB
source.java storage.type.annotation#D08770
source.java storage.type.generic#8FBCBB
source.java storage.type.primitive#81A1C1
source.js punctuation.decorator, source.js meta.decorator variable.other.readwrite, source.js meta.decorator entity.name.function#D08770
source.js meta.object-literal.key#88C0D0
source.js storage.type.class.jsdoc#8FBCBB
source.js string.template punctuation.definition.template-expression#5E81AC
source.js string.template meta.template.expression support.variable.property, source.js string.template meta.template.expression variable.other.object#D8DEE9
source.js support.type.primitive#81A1C1
source.js meta.var.expr variable.other.object#8FBCBB
source.js variable.other.readwrite.alias#8FBCBB
text.html.basic constant.character.entity.html#EBCB8B
text.html.basic constant.other.inline-data#D08770italic
text.html.basic meta.tag.sgml.doctype#5E81AC
text.html.basic punctuation.definition.entity#81A1C1
source.properties entity.name.section.group-title.ini#88C0D0
source.properties punctuation.separator.key-value.ini#81A1C1
text.html.markdown markup.fenced_code.block, text.html.markdown markup.fenced_code.block punctuation.definition#8FBCBB
markup.heading#88C0D0
text.html.markdown markup.inline.raw, text.html.markdown markup.inline.raw punctuation.definition.raw#8FBCBB
text.html.markdown markup.italicitalic
text.html.markdown beginning.punctuation.definition.list#81A1C1
text.html.markdown beginning.punctuation.definition.quote#8FBCBB
text.html.markdown markup.quote#4C566A
text.html.markdown punctuation.definition.heading#81A1C1
text.html.markdown punctuation.definition.constant, text.html.markdown punctuation.definition.string#81A1C1
text.html.markdown constant.other.reference.link, text.html.markdown string.other.link.description, text.html.markdown string.other.link.title#88C0D0
source.php meta.function-call, source.php meta.function-call.object#88C0D0
source.python entity.name.function.decorator, source.python meta.function.decorator support.type#D08770
source.python meta.function-call, source.python meta.function-call.generic#88C0D0
source.python support.type#88C0D0
source.python variable.parameter.function.language#D8DEE9
source.python meta.function.parameters variable.parameter.function.language.special.self#81A1C1
source.css.scss punctuation.definition.interpolation.begin.bracket.curly, source.css.scss punctuation.definition.interpolation.end.bracket.curly#81A1C1
source.css.scss variable.interpolation#D8DEE9italic
source.ts punctuation.decorator, source.ts meta.decorator variable.other.readwrite, source.ts meta.decorator entity.name.function, source.tsx punctuation.decorator, source.tsx meta.decorator variable.other.readwrite, source.tsx meta.decorator entity.name.function#D08770
source.ts meta.object-literal.key, source.tsx meta.object-literal.key#D8DEE9
source.ts meta.object-literal.key entity.name.function, source.tsx meta.object-literal.key entity.name.function#88C0D0
source.ts support.class, source.ts support.type, source.ts entity.name.type, source.ts entity.name.class, source.tsx support.class, source.tsx support.type, source.tsx entity.name.type, source.tsx entity.name.class#8FBCBB
source.ts support.constant.math, source.ts support.constant.dom, source.ts support.constant.json, source.tsx support.constant.math, source.tsx support.constant.dom, source.tsx support.constant.json#8FBCBB
source.ts support.variable, source.tsx support.variable#D8DEE9
text.xml entity.name.tag.namespace#8FBCBB
text.xml keyword.other.doctype#5E81AC
text.xml meta.tag.preprocessor entity.name.tag#5E81AC
text.xml string.unquoted.cdata, text.xml string.unquoted.cdata punctuation.definition.string#D08770italic
source.yaml entity.name.tag#8FBCBB

Shiki preview

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

Loading...

Nord Wave - Coding Theme