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#2F333D
  • activityBar.foreground#D7DAE0
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#F8FAFD
  • button.background#528bff
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#1d1f23
  • dropdown.border#181A1F
  • editor.background#26292cff
  • editor.editor.findMatchBackground#42557B
  • editor.findMatchHighlightBackground#314365
  • editor.foreground#F8F8F2
  • editor.lineHighlightBackground#383E4A
  • editor.selectionBackground#3E4451
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#c24038
  • editorGroup.background#181A1F
  • editorGroup.border#181A1F
  • editorGroupHeader.tabsBackground#21252B
  • editorHoverWidget.background#21252B
  • editorHoverWidget.border#181A1F
  • editorIndentGuide.background#3B4048
  • editorLineNumber.foreground#495162
  • editorRuler.foreground#484848
  • editorSuggestWidget.background#21252B
  • editorSuggestWidget.border#181A1F
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWhitespace.foreground#3B4048
  • editorWidget.background#21252B
  • input.background#1d1f23
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#383E4A
  • list.highlightForeground#C5C5C5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • notification.background#21252b
  • scrollbarSlider.activeBackground#747D9180
  • scrollbarSlider.background#4E566680
  • scrollbarSlider.hoverBackground#5A637580
  • sideBar.background#21252b
  • sideBarSectionHeader.background#282c34
  • statusBar.background#21252B
  • statusBar.debuggingBackground#21252B
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252B
  • statusBarItem.hoverBackground#2c313a
  • tab.activeBackground#2c313a
  • tab.border#181A1F
  • tab.inactiveBackground#21252B
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#282C34
  • titleBar.inactiveForeground#6B717D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F8F8F2
comment, string.comment#75715Eitalic
string#E6DB74
punctuation.definition.template-expression.begin.js,punctuation.definition.template-expression.end.js,punctuation.definition.template-expression.begin.ts,punctuation.definition.template-expression.end.ts#F92672
string.template.js#A6E22E
meta.template.expression.js#F8F8F2
constant.numeric#AE81FF
string.embedded.begin, string.embedded.end#A6E22E
string.embedded#A6E22E
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable.language#F92672
variable.readwrite, variable.readwrite.other.block#66D9EF
keyword, keyword.operator.logical, keyword.operator.constructor#F92672
keyword.operator#F92672
storage#F92672
storage.type#66D9EF
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#66D9EFunderline
variable.other.object#66D9EF
variable.other.property, variable.other.block#F8F8F2
entity.other.inherited-class#A6E22E
entity.name.function, support.function#A6E22E
variable.parameter#FD971Fitalic
entity.name.function-call#F8F8F2
function.support.builtin, function.support.core#A6E22E
entity.name.tag, entity.name.tag.class.js, entity.name.tag.class.jsx#F92672
entity.name.tag.class, entity.name.tag.id#66D9EF
entity.other.attribute-name#A6E22E
support.constant#66D9EF
support.type, support.variable#66D9EF
support.dictionary.json#66D9EF
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#F8F8F2
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#A6E22E
variable.css, variable.scss, variable.less, variable.sass#66D9EF
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#A6E22E
unit.css, unit.scss, unit.less, unit.sass#A6E22E
function.css, function.scss, function.less, function.sass#66D9EF
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
structure.dictionary.property-name.json#CFCFC2
string.detected-link#66D9EF
meta.diff, meta.diff.header#75715E
markup.deleted#F92672
markup.inserted#A6E22E
markup.changed#E6DB74
constant.numeric.line-number.find-in-files - match#AE81FFA0
entity.name.filename.find-in-files#E6DB74
markup.italic, markup.italic.markdownitalic
punctuation.definition.italic.markdown#696969none
markup.underline.link.markdown#66D9EF
markup.bold.markdownbold
punctuation.definition.bold.markdown#696969none
markup.heading.markdown#F92672bold
punctuation.definition.heading.markdown#696969none
markup.quote.markdown#A6E22E
meta.separator.markdown#A6E22Ebold
markup.raw.inline.markdown, markup.raw.block.markdown#66D9EF
punctuation.definition.list_item.markdown#ffffffbold

Shiki preview

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

Loading...

One Dark Flatland Monokai by Enrico Baculinao - VS Code Theme