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.background#0f0f0f
  • activityBarBadge.background#707070
  • button.background#838383
  • editor.background#1f1f1f
  • editor.foreground#F8F8F2
  • editor.lineHighlightBackground#3D3D3D55
  • editor.selectionBackground#6d6d6dab
  • editor.selectionHighlightBackground#3cff0056
  • editorCursor.foreground#F8F8F0
  • editorRuler.foreground#444444
  • editorWhitespace.foreground#3B3A32
  • editorWidget.background#3c3c3c
  • focusBorder#4b4b4b
  • list.activeSelectionBackground#cecece5d
  • list.focusBackground#cecece25
  • list.highlightForeground#fff
  • list.hoverBackground#cecece25
  • list.inactiveSelectionBackground#cecece42
  • menu.background#111111
  • menu.selectionBackground#cecece31
  • minimap.selectionHighlight#9c823a
  • panel.background#262626
  • peekView.border#cfcfcf
  • peekViewEditor.background#1b1b1b
  • peekViewEditor.matchHighlightBackground#3cff0056
  • peekViewEditorGutter.background#202020
  • peekViewResult.background#202020
  • peekViewResult.fileForeground#aaa
  • peekViewResult.lineForeground#fff
  • peekViewResult.matchHighlightBackground#ffffff63
  • peekViewResult.selectionBackground#cecece5d
  • peekViewResult.selectionForeground#fff
  • peekViewTitle.background#202020
  • peekViewTitleDescription.foreground#aaa
  • peekViewTitleLabel.foreground#ffffff
  • pickerGroup.foreground#fff
  • selection.background#cecece52
  • sideBar.background#161616
  • statusBar.background#0f0f0f
  • statusBarItem.remoteBackground#707070
  • tab.activeBorder#1f1f1f
  • tab.activeModifiedBorder#fff
  • terminal.background#000000
  • titleBar.activeBackground#111111

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8C8C8Citalic
string#FFEE99
constant.numeric#FF80F4
constant.language#FF80F4
constant.character, constant.other#FF80F4
keyword#F92672italic
storage#F92672
storage.type#66D9EFitalic
variable.other.property.ts#cc99ff
entity.name.class, entity.name.type#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#A6E22E
variable.parameter#FD971Fitalic
entity.name.tag#F91672
entity.other.attribute-name#A6E22E
support.function#66d9EF
support.constant#1ae177
support.class#1ae177italic
support.other.variable#c891ffitalic
support.other.namespace, entity.name.type.namespace#FFB2F9
support.type.object.module#1ae177
entity.name.type.alias#1ae177italic underline
entity.name.type.interfaceitalic underline
support.other.namespace.use-as.php#66D9EF
variable.language.namespace.php#D66990
punctuation.separator.inheritance.php#F92672
support.function.misc.css, support.constant.property-value.css, support.constant.font-name.css#FFEE99
meta.tag.template.value.twig, meta.tag.template.block.twig#CD5AC5
keyword.control.twig#E05D8C
variable.other.twig#E5A5E0
variable.other.property.twig#FFE1FC
constant.language.twig#FFD2A6
constant.numeric.twig#FFD0FB
support.function.twig#90E7F7
meta.function-call.other.twig#FAB85A
meta.function-call.twig#FAB85A
invalid#F8F8F0
invalid.deprecated#F8F8F0
meta.diff, meta.diff.header#E0EDDDbold
markup.deleted#D3201F
markup.changed#BF3904
markup.inserted#60cf30
meta.diff, meta.diff.range#3bc0f0
markup.heading.markdown, markup.heading.1.markdown, markup.heading.2.markdown#A6E22E
markup.bold.markdown#F8F8F2bold
markup.italic.markdown#F8F8F2italic
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.raw.markdown#D3201F
markup.list.unnumbered.markdown#FF80F4
markup.list.numbered.markdown#FF80F4
markup.raw.block.markdown, markup.raw.inline.markdown#FFEE99
markup.quote.markdown, punctuation.definition.blockquote.markdown#6C71C4
meta.separator.markdown#FF80F4
meta.image.inline.markdown, markup.underline.link.markdown#8C8C8Citalic
string.other.link.title.markdown, string.other.link.description.markdown#A6E22E
punctuation.definition.link.markdown#8C8C8C
punctuation.definition.metadata.markdown#8C8C8C
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.constant.markdown#8C8C8C
variable.other.property#ffffff
variable#ffffff
punctuation.section.embedded#FD971Fitalic
variable.language#ff8fdditalic
punctuation.definition.template-expression#d7d2ff
string.template, punctuation.definition.string.template#FFEE99
source.js meta, source.ts meta#d7d2ff
support#1ae177italic
support.function#f92672
source.json support#66D9EF
source.css variable, source.stylus variable#FD971F
source.css support, source.stylus support#66D9EF
punctuation#e1efff
punctuation.definition.string.begin, punctuation.definition.string.end#FFEE99

Shiki preview

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

Loading...

Kinda Monokai Dark by Brais Cao - VS Code Theme