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#282923
  • activityBar.foreground#f7f7f7
  • activityBar.inactiveForeground#90918b
  • badge.background#48473d
  • badge.foreground#f8f8f2
  • button.background#414339
  • debugToolBar.background#181915
  • diffEditor.insertedTextBackground#66852880
  • diffEditor.removedTextBackground#90274a80
  • dropdown.background#414339
  • editor.background#282923
  • editor.foreground#f8f8f2
  • editor.inactiveSelectionBackground#383830
  • editor.lineHighlightBackground#282923
  • editor.lineHighlightBorder#282923
  • editor.selectionBackground#48473d
  • editor.selectionHighlightBackground#282923
  • editor.selectionHighlightBorder#b8b8b2
  • editor.wordHighlightBackground#3e3d32
  • editor.wordHighlightStrongBackground#3e3d32
  • editorCursor.foreground#d8d8d1
  • editorGroup.border#282923
  • editorGroup.dropBackground#41433980
  • editorGroupHeader.tabsBackground#6d6e6a
  • editorGutter.addedBackground#a6e22c
  • editorGutter.background#282923
  • editorGutter.deletedBackground#f83535
  • editorGutter.modifiedBackground#e7db74
  • editorHoverWidget.background#414339
  • editorHoverWidget.border#75715e
  • editorIndentGuide.activeBackground#404040
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#c6c6c6
  • editorLineNumber.foreground#90918b
  • editorSuggestWidget.background#282923
  • editorSuggestWidget.border#75715e
  • editorWhitespace.foreground#71716b
  • editorWidget.background#3b3c37
  • focusBorder#75715e
  • input.background#414339
  • input.foreground#f0f0f0
  • input.placeholderForeground#f0f0f0
  • inputOption.activeBorder#75715e
  • inputValidation.errorBackground#90274a
  • inputValidation.errorBorder#f92672
  • inputValidation.infoBackground#546190
  • inputValidation.infoBorder#819aff
  • inputValidation.warningBackground#848528
  • inputValidation.warningBorder#e2e22e
  • list.activeSelectionBackground#c7cbd1
  • list.activeSelectionForeground#313131
  • list.dropBackground#414339
  • list.focusBackground#c7cbd1
  • list.focusForeground#141411
  • list.focusOutline#c7cbd1
  • list.highlightForeground#f8f8f2
  • list.hoverBackground#c7cbd1
  • list.hoverForeground#313131
  • list.inactiveSelectionBackground#c7cbd1
  • list.inactiveSelectionForeground#313131
  • menu.background#f2f2f2
  • menu.foreground#000000
  • menu.selectionBackground#91c9f7
  • menu.selectionForeground#000000
  • minimap.selectionHighlight#686657
  • panel.border#414339
  • panelTitle.activeBorder#75715e
  • panelTitle.activeForeground#f8f8f2
  • panelTitle.inactiveForeground#75715e
  • peekView.border#75715e
  • peekViewEditor.background#282923
  • peekViewEditor.matchHighlightBackground#75715e
  • peekViewResult.background#181915
  • peekViewResult.matchHighlightBackground#75715e
  • peekViewResult.selectionBackground#414339
  • peekViewTitle.background#181915
  • pickerGroup.foreground#75715e
  • progressBar.background#75715e
  • scrollbar.shadow#0f110e
  • scrollbarSlider.background#555652
  • selection.background#ccccc7
  • sideBar.background#ebedef
  • sideBar.foreground#313131
  • sideBarSectionHeader.background#ebedef
  • sideBarSectionHeader.foreground#808080
  • sideBarTitle.foreground#18090c
  • statusBar.background#abb1ba
  • statusBar.debuggingBackground#fd9621
  • statusBar.foreground#404040
  • statusBar.noFolderBackground#171714
  • statusBar.noFolderForeground#b4b4a8
  • statusBarItem.remoteBackground#abb1ba
  • statusBarItem.remoteForeground#404040
  • tab.activeBackground#282923
  • tab.border#3c3d38
  • tab.inactiveBackground#42433e
  • tab.inactiveForeground#ccccc7
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#6a7ec8
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#819aff
  • terminal.ansiBrightCyan#67d8ef
  • terminal.ansiBrightGreen#a6e22c
  • terminal.ansiBrightMagenta#ae81ff
  • terminal.ansiBrightRed#f92672
  • terminal.ansiBrightWhite#f8f8f2
  • terminal.ansiBrightYellow#e2e22e
  • terminal.ansiCyan#56adbc
  • terminal.ansiGreen#86b42b
  • terminal.ansiMagenta#8c6bc8
  • terminal.ansiRed#c4265e
  • terminal.ansiWhite#e3e3dd
  • terminal.ansiYellow#b3b42b
  • titleBar.activeBackground#60615e
  • titleBar.activeForeground#dedcd9
  • titleBar.inactiveBackground#60615e
  • titleBar.inactiveForeground#999999
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#F8F8F2
comment#74705D
string#E7DB74
punctuation.definition.template-expression, punctuation.section.embedded#F92472
meta.template.expression#F8F8F2
constant.numeric#AC80FF
numeric-suffix#67D8EFitalic
constant.language#AC80FF
constant.character, constant.other, variable.other.constant#AC80FF
variable, punctuation.accessor#F8F8F2
keyword#F92472
storage#F92472
storage.type#67D8EFitalic
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution#A6E22C
entity.other.inherited-class#A6E22Citalic
meta.definition.function#A6E22C
storage.type.function.arrow#F92472
meta.function-call#67D8EF
variable.parameter#FD9621italic
entity.name.tag#F92472
entity.other.attribute-name#A6E22C
variable.function, variable.annotation, meta.function-call.generic#67D8EF
support.constant#67D8EF
support.type, support.class#67D8EFitalic
support.other.variable
invalid#F92472
invalid.deprecated#AC80FF
meta.diff, meta.diff.header#75715E
markup.deleted#F92472
markup.inserted#A6E22C
markup.changed#E7DB74
constant.numeric.line-number.find-in-files - match#AC80FFA0
entity.name.filename.find-in-files#E7DB74
markup.quote#F92472
markup.list#E7DB74
markup.bold, markup.italic#67D8EF
markup.inline.raw#FD9621
markup.heading#A6E22C
markup.heading.setext#A6E22C
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
variable.language#FD9621italic
storage.type.modifier.access#F92472
entity.name.function.definition, meta.definition#A6E22C
entity.name.function.call#67D8EF
meta.brace.round.js, punctuation.terminator.statement.js#F8F8F2
support.type.property-name, meta.structure.dictionary.json string.quoted.double.json#E7DB74
support.class.dart#67D8EF
entity.name.function.dart#67D8EF
punctuation.definition.arguments.begin.python, punctuation.definition.arguments.end.python, meta.function-call.arguments.python#F8F8F2
entity.name.function.python#A6E22C
support.function.magic#67D8EF
storage.type.function.async#F92472
punctuation.definition.decorator.python#F92472
punctuation.separator.period.python#F8F8F2
entity.name.function.decorator.python#67D8EF
entity.other.attribute-name.pragma.preprocessor#F92472
punctuation.separator.colon#F8F8F2
punctuation.section.arguments.begin.bracket.round, punctuation.section.arguments.end.bracket.round, punctuation.separator.delimiter, punctuation.section.block.begin.bracket.curly, punctuation.section.block.end.bracket.curly, punctuation.section.parens.begin.bracket.round, punctuation.section.parens.end.bracket.round, punctuation.definition.begin.bracket.square, punctuation.definition.end.bracket.square, storage.modifier.array.bracket.square, punctuation.separator.dot-access#F8F8F2
punctuation.separator.pointer-access#F92472
entity.name.function.go#A6E22C
support.function.go#67D8EF
keyword.function.go, keyword.struct.go, keyword.interface.go#67D8EF
entity.name.type.namespace.cs#FFFFFF
keyword.type.cs, keyword.other.get.cs, keyword.other.set.cs, keyword.other.namespace.cs, keyword.other.class.cs, keyword.other.struct.cs#67D8EFitalic
entity.name.function.cs#A6E22C
entity.name.variable.parameter.cs#FD9621italic
keyword.other.this.cs#FD9621italic
inherit-class#A6E22Citalic
punctuation.squarebracket-attribute.open.cs, punctuation.squarebracket-attribute.close.cs#F92472bold
meta.definition.function#A6E22C
comment#74705D
string#E7DB74
constant.numeric#AC80FF
constant.language#AC80FF
constant.character, constant.other, variable.other.constant#AC80FF
invalid.deprecated#AC80FF
constant.numeric.line-number.find-in-files - match#AC80FF
variable, punctuation.accessor#F8F8F2
variable.parameter#FD9621
variable.function, variable.annotation, meta.function-call.generic#67D8EF
support.other.variable
variable.language#FD9621italic
entity.name.variable.parameter.cs#FD9621italic
keyword#F92472
keyword.function.go, keyword.struct.go, keyword.interface.go#67D8EF
keyword.type.cs, keyword.other.get.cs, keyword.other.set.cs, keyword.other.namespace.cs, keyword.other.class.cs, keyword.other.struct.cs#67D8EFitalic
keyword.other.this.cs#FD9621italic
punctuation.definition.template-expression, punctuation.section.embedded#F92472
meta.brace.round.js, punctuation.terminator.statement.js#F8F8F2
punctuation.definition.arguments.begin.python, punctuation.definition.arguments.end.python, meta.function-call.arguments.python#F8F8F2
punctuation.definition.decorator.python#F92472
punctuation.separator.period.python#F8F8F2
punctuation.separator.colon#F8F8F2
punctuation.squarebracket-attribute.open.cs, punctuation.squarebracket-attribute.close.cs#F92472bold
storage#F92472
storage.type#67D8EFitalic
storage.type.function.arrow#F92472
storage.type.modifier.access#F92472
storage.type.function.async#F92472
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution#A6E22C
entity.other.inherited-class#A6E22Citalic
entity.name.tag#F92472
entity.other.attribute-name#A6E22C
entity.name.filename.find-in-files#E7DB74
entity.name.function.definition, meta.definition#A6E22C
entity.name.function.call#67D8EF
entity.name.function.dart#67D8EF
entity.name.function.python#A6E22C
entity.name.function.decorator.python#67D8EF
entity.other.attribute-name.pragma.preprocessor#F92472
support.type, support.class#67D8EFitalic
support.class.dart#67D8EF
inherit-class#A6E22Citalic
meta.function-call#67D8EF
support.function.magic#67D8EF
storage.type.function.async#F92472
entity.name.function.go#A6E22C
support.function.go#67D8EF
entity.name.function.cs#A6E22C
support.constant#67D8EF
support.type.property-name, meta.structure.dictionary.json string.quoted.double.json#E7DB74
entity.name.type.namespace.cs#F7F7F7
meta.embedded, source.groovy.embedded#F8F8F2
meta.template.expression#F8F8F2
numeric-suffix#67D8EFitalic
invalid#F92472
meta.diff, meta.diff.header#74705D
markup.deleted#F92472
markup.inserted#A6E22C
markup.changed#E7DB74
markup.quote#F92472
markup.list#E7DB74
markup.bold, markup.italic#67D8EF
markup.inline.raw#FD9621
markup.heading#A6E22C
markup.heading.setext#A6E22C
token.info-token#67D8EF
token.warn-token#FD9621
token.error-token#F83535
token.debug-token#AC80FF
keyword.operator.type.annotation#F8F8F2
entity.name.function.java#67D8EF
variable.other.object.java#67D8EF
storage.modifier.import.java#67D8EF
meta.function-call.generic.python#F8F8F2
meta.fstring.python#E7DB74
punctuation.definition.decorator.python#67D8EF
punctuation.decorator.js#67D8EF
support.type.primitive.js#F92472
constant.character.format.placeholder.other.python#E7DB74
punctuation.definition.heading.markdown#FD9621bold
entity.name.section.markdown#F8F8F2bold
string.quoted.double.html#E7DB74
markup.underline.link.markdown#67D8EF
string.other.link.title.markdown#F8F8F2
punctuation.definition.string.begin.markdown#B3B3B1
punctuation.definition.string.end.markdown#B3B3B1
punctuation.definition.metadata.markdown#B3B3B1
markup.underline.link.markdown#67D8EF
meta.paragraph.markdown#F8F8F2
markup.list.unnumbered.markdown#F8F8F2
fenced_code.block.language.markdown#AC80FF
punctuation.definition.annotation.java#67D8EF
source.css#67D8EF
entity.name.function.ruby#A6E22C
support.function.kernel.ruby#67D8EF

Shiki preview

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

Loading...

Sublime Exact Theme by EmilijanMB - VS Code Theme