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#2f333d
  • activityBar.foreground#d7dae0
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#f8fafd
  • button.background#1ca9d0
  • debugToolBar.background#2f333d
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#1d1f23
  • dropdown.border#181a1f
  • editor.background#282c34
  • editor.findMatchBackground#42557b
  • editor.findMatchHighlightBackground#314365
  • editor.foreground#c3bfbf
  • editor.lineHighlightBackground#383e4a
  • editor.selectionBackground#3e4451
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#f0752e
  • editorGroup.border#181a1f
  • editorGroup.emptyBackground#181a1f
  • editorGroupHeader.tabsBackground#21252b
  • editorHoverWidget.background#21252b
  • editorHoverWidget.border#181a1f
  • editorLineNumber.foreground#495162
  • editorRuler.foreground#484848
  • editorSuggestWidget.background#21252b
  • editorSuggestWidget.border#181a1f
  • editorSuggestWidget.selectedBackground#2c313a
  • editorUnnecessaryCode.opacity#000000c0
  • editorWarning.foreground#d3c770
  • editorWhitespace.foreground#484a50
  • editorWidget.background#21252b
  • input.background#1d1f23
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.errorForeground#f0752e
  • list.focusBackground#383e4a
  • list.highlightForeground#c5c5c5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • list.warningForeground#d3c770
  • notifications.background#21252b
  • scrollbarSlider.activeBackground#747d9180
  • scrollbarSlider.background#4e566680
  • scrollbarSlider.hoverBackground#5a637580
  • sideBar.background#21252b
  • sideBar.foreground#c1c6d0
  • sideBarSectionHeader.background#282c34
  • sideBarSectionHeader.foreground#c5cbd6
  • statusBar.background#21252b
  • statusBar.debuggingBackground#21252b
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252b
  • statusBarItem.errorForeground#f0752e
  • statusBarItem.hoverBackground#2c313a
  • statusBarItem.warningForeground#d3c770
  • tab.activeBackground#383e4a
  • tab.border#181a1f
  • tab.inactiveBackground#21252b
  • terminal.ansiBlack#2d3139
  • terminal.ansiBlue#528bff
  • terminal.ansiBrightBlack#7f848e
  • terminal.ansiBrightBlue#528bff
  • terminal.ansiBrightCyan#56b6c2
  • terminal.ansiBrightGreen#98c379
  • terminal.ansiBrightMagenta#7e0097
  • terminal.ansiBrightRed#f44747
  • terminal.ansiBrightWhite#d7dae0
  • terminal.ansiBrightYellow#e5c07b
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#c678dd
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#d7dae0
  • terminal.ansiYellow#e5c07b
  • terminal.foreground#cad1de
  • textLink.activeForeground#0484a8
  • textLink.foreground#1ca9d0
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#282c34
  • titleBar.inactiveForeground#6b717d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#676F7D
string, string.template#E5D97B
constant.numeric#C678DD
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#C678DD
punctuation.section.embedded.begin.js, punctuation.section.embedded.end.js, punctuation.section.embedded.begin.erb, punctuation.section.embedded.end.erb, source.elixir.embedded, punctuation.separator, punctuation.accessor, meta.brace#ABB2BF
constant.language#56B6C2
constant.character, constant.other#56B6C2
variable.language#E06C75
keyword, keyword.operator.logical, keyword.operator.constructor#E06C75
keyword.operator#E06C75
storage#E06C75
storage.type#56B6C2
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#61AFEF
variable.other.object, variable.other.constant, variable.other.global, variable.other.readwrite.class, variable.other.readwrite.instance, variable.other.readwrite.batchfile, variable.readwrite, variable.readwrite.other.block#61AFEF
variable.other, variable.other.property, variable.other.block#ABB2BF
entity.other.inherited-class#98C379
storage.modifier.import, storage.modifier.package#61AFEF
entity.name.function, support.function#98C379
variable.parameter, entity.name.variable.parameter, parameter.variable#D19A66italic
entity.name.function-call#ABB2BF
function.support.builtin, function.support.core#98C379
entity.name.tag, entity.name.tag.class.js#E06C75
entity.name.tag.class, entity.name.tag.id#56B6C2
entity.other.attribute-name#98C379
support.constant#56B6C2
support.type, support.variable#56B6C2
support.dictionary.json#3FCADC
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#ABB2BF
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.scss, entity.other.attribute-name.pseudo-class.less, entity.other.attribute-name.pseudo-class.sass, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.scss, entity.other.attribute-name.pseudo-element.less, entity.other.attribute-name.pseudo-element.sass#56B6C2
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#98C379
variable.css, variable.scss, variable.less, variable.sass#56B6C2
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#E5C07B
unit.css, unit.scss, unit.less, unit.sass#C678DD
function.css, function.scss, function.less, function.sass#56B6C2
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
support.type.property-name.json#43DCF0
string.detected-link#61AFEF
meta.diff, meta.diff.header#75715E
markup.deleted#E06C75
markup.inserted#98C379
markup.changed#E5C07B
constant.numeric.line-number.find-in-files - match#56B6C2A0
entity.name.filename.find-in-files#E5C07B
markup.italic, markup.italic.markdownitalic
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown#676F7D
punctuation.definition.italic.markdownitalic
markup.underline.link.markdown#61AFEF
markup.bold.markdownbold
markup.heading.markdown#E06C75bold
markup.quote.markdown#98C379
meta.separator.markdown#C678DDbold
markup.inline.raw, markup.raw.block.markdown#56B6C2
punctuation.definition.list_item.markdown#FFFFFFbold
punctuation.*#C9C9C9bold
comment, string.comment#C9C9C9
string, string.template#D3C770
constant.numeric#D3C770
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#F7F7F7
punctuation.section.embedded.begin.js, punctuation.section.embedded.end.js, punctuation.section.embedded.begin.erb, punctuation.section.embedded.end.erb, source.elixir.embedded, punctuation.separator, punctuation.accessor, meta.brace#F7F7F7
constant.language#ADE668
constant.character, constant.other#ADE668
variable.language#ADE668
keyword, keyword.operator.logical, keyword.operator.constructor#F7F7F7underline
keyword.operator#F7F7F7bold
storage#F7F7F7underline
storage.type#F7F7F7underline
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#43DCF0
variable.other.readwrite.*, variable.other.property.*#ADE668
variable.other, variable.other.property, variable.other.block, variable.other.readwrite.js, variable.other.constant.js, variable.js, entity.name.variable.js#ADE668
variable.other.readwrite.js, variable.other.constant.js, variable.other.object.js, variable.other.assignment.js, meta.definition.variable.js variable.other.readwrite.js#ADE668
variable, variable.other.local, variable.other.global, meta.var.expr, variable.other.readwrite#ADE668
entity.other.inherited-class#0E87A9
storage.modifier.import, storage.modifier.package#43DCF0
entity.name.function, support.function#43DCF0
variable.parameter, entity.name.variable.parameter, parameter.variable#F7F7F7bold
entity.name.function-call#F7F7F7bold underline
function.support.builtin, function.support.core#F7F7F7bold underline
entity.name.tag, entity.name.tag.class.js#ADE668
entity.name.tag.class, entity.name.tag.id#ADE668
entity.other.attribute-name#ADE668
support.constant#ADE668
support.type, support.variable#ADE668
invalid#F0752E
invalid.deprecated#F0752E
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
FleetOneDark by Dominik Gawlik - VS Code Theme