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.activeBackground#18222d
  • activityBar.activeBorder#42515D
  • activityBar.background#1f2c39
  • activityBar.border#2D3E4C
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#42515D
  • badge.background#3a4e6b
  • badge.foreground#f8f8f2
  • breadcrumb.activeSelectionForeground#3a4e6b
  • breadcrumbPicker.background#1f2a39
  • button.background#3a4e6b
  • debugToolBar.background#1e1f1c
  • diffEditor.insertedTextBackground#2D3E4C
  • diffEditor.removedTextBackground#3f586c
  • dropdown.background#2D3E4C
  • dropdown.listBackground#1e1f1c
  • editor.background#1f2c39
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#2D3E4C
  • editor.selectionBackground#878b9180
  • editor.selectionHighlightBackground#575b6180
  • editor.wordHighlightBackground#4a4a7680
  • editor.wordHighlightStrongBackground#6a6a9680
  • editorCursor.foreground#f8f8f0
  • editorGroup.border#414339
  • editorGroup.dropBackground#18222d
  • editorGroupHeader.tabsBackground#18222d
  • editorHoverWidget.background#18222d
  • editorHoverWidget.border#2D3E4C
  • editorIndentGuide.activeBackground#2D3E4C
  • editorIndentGuide.background#464741
  • editorLineNumber.activeForeground#c2c2bf
  • editorLineNumber.foreground#90908a
  • editorRuler.foreground#2D3E4C
  • editorSuggestWidget.background#2D3E4C
  • editorSuggestWidget.border#3a4e6b
  • editorSuggestWidget.selectedBackground#18222d
  • editorWhitespace.foreground#464741
  • editorWidget.background#2d3e4c
  • editorWidget.resizeBorder#3f586c
  • focusBorder#18222d
  • gitDecoration.addedResourceForeground#A6E22E
  • gitDecoration.conflictingResourceForeground#b267e6
  • gitDecoration.modifiedResourceForeground#39bebf
  • gitDecoration.untrackedResourceForeground#ff5e5e
  • gitlens.trailingLineForegroundColor#818181
  • input.background#24313c
  • inputOption.activeBorder#3a4e6b
  • inputValidation.errorBackground#90274a
  • inputValidation.errorBorder#ff875f
  • inputValidation.infoBackground#546190
  • inputValidation.infoBorder#819aff
  • inputValidation.warningBackground#848528
  • inputValidation.warningBorder#e2e22e
  • list.activeSelectionBackground#2D3E4C
  • list.dropBackground#414339
  • list.focusBackground#3f586c
  • list.highlightForeground#f8f8f2
  • list.hoverBackground#1f2c39
  • list.inactiveSelectionBackground#1f2c39
  • panel.background#18222d
  • panel.border#2D3E4C
  • panelSectionHeader.foreground#2D3E4C
  • panelTitle.activeBorder#1f2c39
  • panelTitle.activeForeground#f8f8f2
  • panelTitle.inactiveForeground#808080
  • peekView.border#3a4e6b
  • peekViewEditor.background#1f2a39
  • peekViewEditor.matchHighlightBackground#3a4e6b
  • peekViewResult.background#1e1f1c
  • peekViewResult.matchHighlightBackground#3a4e6b
  • peekViewResult.selectionBackground#414339
  • peekViewTitle.background#1f2a39
  • pickerGroup.foreground#3a4e6b
  • progressBar.background#3a4e6b
  • selection.background#3a4e6b
  • settings.numberInputBackground#2D3E4C
  • settings.textInputBackground#2D3E4C
  • sideBar.background#18222d
  • sideBar.border#2D3E4C
  • sideBarSectionHeader.background#18222d
  • statusBar.background#18222d
  • statusBar.debuggingBackground#3a4e6b
  • statusBar.noFolderBackground#222225
  • tab.border#1e1f1c
  • tab.hoverBackground#2D3E4C
  • tab.inactiveBackground#18222d
  • tab.inactiveForeground#ccccc7
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#6a7ec8
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#819aff
  • terminal.ansiBrightCyan#66d9ef
  • terminal.ansiBrightGreen#a6e22e
  • terminal.ansiBrightMagenta#ae81ff
  • terminal.ansiBrightRed#ff875f
  • terminal.ansiBrightWhite#f8f8f2
  • terminal.ansiBrightYellow#e2e22e
  • terminal.ansiCyan#56adbc
  • terminal.ansiGreen#86b42b
  • terminal.ansiMagenta#8c6bc8
  • terminal.ansiRed#c4265e
  • terminal.ansiWhite#e3e3dd
  • terminal.ansiYellow#b3b42b
  • terminal.background#18222d
  • textLink.activeForeground#aed7ec
  • textLink.foreground#aed7ec
  • titleBar.activeBackground#18222d
  • widget.shadow#18222d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#F8F8F2
comment#75715E
string#fbe3bf
punctuation.definition.template-expression, punctuation.section.embedded#ff875f
meta.template.expression#F8F8F2
constant.numeric#AE81FF
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable#ffe6c5
keyword#ff875f
storage#ff875f
storage.type#aed7ecitalic
entity.name.type, entity.name.class#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#A6E22E
variable.parameter#FD971Fitalic
entity.name.tag#ff875f
entity.other.attribute-name#A6E22E
support.function#99eeff
support.constant#66D9EF
support.type, support.class#66D9EFitalic
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
meta.structure.dictionary.json string.quoted.double.json#CFCFC2
meta.diff, meta.diff.header#75715E
markup.deleted#ff875f
markup.inserted#A6E22E
markup.changed#fbe3bf
constant.numeric.line-number.find-in-files - match#AE81FFA0
entity.name.filename.find-in-files#fbe3bf
markup.quote#fff
markup.list#fbe3bf
markup.bold, markup.italic#66D9EF
markup.inline.raw#FD971F
markup.heading#A6E22E
markup.heading.setext#A6E22E
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6
variable.language#fff
entity.name.type, entity.name.class#e9fdacunderline
entity.other.inherited-class#e9fdacitalic underline
entity.name.function#e9fdac
constant.numeric, constant.language, variable.language.this, variable.other.class, variable.other.constant, meta.property-name, meta.property-value, support#fbe3bfbold
constant.numeric#a1dad7italic bold
constant.language#fbe3bfitalic bold
constant.character, constant.other#fbe3bfbold
variable#fff9df
keyword, keyword.control, keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical, keyword.operator.new, keyword.other#ff6b5e
comment, punctuation.definition.comment#acadacitalic

Shiki preview

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

Loading...

Dark Knight by Hasan Ozgan - VS Code Theme