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#1d1f21
  • activityBarBadge.background#007acc
  • badge.background#a0721c
  • breadcrumb.background#1d1f21
  • editor.background#212426
  • editor.foreground#d4d4d4
  • editor.inactiveSelectionBackground#212426
  • editor.selectionHighlightBackground#add6ff26
  • editorGroupHeader.tabsBackground#2e3336
  • editorGutter.background#1d1f21
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040
  • editorInlayHint.background#2e2e2e99
  • editorInlayHint.foreground#6d6d6dcc
  • editorRuler.foreground#2e2e2e
  • editorWhitespace.foreground#204852
  • editorWidget.background#252526
  • errorLens.errorBackground#e454541b
  • errorLens.errorBackgroundLight#e4545420
  • errorLens.errorForeground#ff6464
  • errorLens.errorForegroundLight#e45454
  • errorLens.errorMessageBackground#e4545419
  • errorLens.infoBackground#00b7e420
  • errorLens.infoBackgroundLight#00b7e420
  • errorLens.infoForeground#00b7e4
  • errorLens.infoForegroundLight#00b7e4
  • errorLens.infoMessageBackground#00b7e419
  • errorLens.warningBackground#fffc2f1b
  • errorLens.warningBackgroundLight#ff942f20
  • errorLens.warningForeground#faf73a
  • errorLens.warningForegroundLight#ffea2f
  • errorLens.warningMessageBackground#ffea2f19
  • focusBorder#353d42
  • foreground#cccccc
  • input.placeholderForeground#a6a6a6
  • list.dropBackground#383b3d
  • menu.background#212426
  • menu.foreground#cccccc
  • settings.numberInputBackground#292929
  • settings.textInputBackground#292929
  • sideBar.background#212426
  • sideBarSectionHeader.background#2e3336
  • sideBarTitle.foreground#bbbbbb
  • statusBar.background#1d4b69
  • statusBar.debuggingBackground#864a2c
  • statusBarItem.remoteBackground#16825d
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#1d1f21
  • tab.border#1b1b1b
  • tab.inactiveBackground#212426
  • titleBar.activeBackground#2e3336

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#D4D4D4
emphasisitalic
strongbold
header#000080
comment#57A64A
constant.language#c678dd
constant.numeric#B5CEA8
constant.regexp#646695
entity.name.tag#569CD6
entity.name.tag.css#D7BA7D
entity.other.attribute-name#9CDCFE
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.attribute.scss, entity.other.attribute-name.scss#D7BA7D
invalid#F44747
markup.underlineunderline
markup.bold#569CD6bold
markup.heading#569CD6bold
markup.italicitalic
markup.inserted#B5CEA8
markup.deleted#D69D85
markup.changed#569CD6
punctuation.definition.quote.begin.markdown#6A9955
punctuation.definition.list.begin.markdown#569CD6
markup.inline.raw#D69D85
punctuation.definition.tag#808080
meta.preprocessor#569CD6
meta.preprocessor.string#D69D85
meta.preprocessor.numeric#B5CEA8
meta.structure.dictionary.key.python#9CDCFE
meta.diff.header#569CD6
storage#569CD6
storage.type#569CD6
storage.modifier#C678DD
string#D69D85
string.tag#D69D85
string.value#D69D85
string.regexp#D16969
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#569CD6
meta.template.expression#D4D4D4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#9CDCFE
keyword#C678DD
keyword.control#C678DD
keyword.operator#B4B4B4
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.instanceof, keyword.operator.logical.python#C678DD
keyword.other.unit#B5CEA8
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#569CD6
support.function.git-rebase#9CDCFE
constant.sha.git-rebase#B5CEA8
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#D4D4D4
variable.language#C678DD
entity.name#C8C8C8
keyword.control.directive#e46a6a
variable#C8C8C8
entity.name.function#C8C8C8
entity.name.function.operator#B4B4B4
entity.name.function.preprocessor#e46a6a
entity.name.label#C8C8C8
entity.name.namespace#E5C07B
entity.name.type, entity.name.class#4EC9B0
entity.name.operator.custom-literal#DADADA
entity.name.operator.custom-literal.number#B5CEA8
entity.name.operator.custom-literal.string#D69D85
keyword.operator.new, keyword.operator.delete#C678DD
variable.other.enummember#d19a66
variable.other.property#DADADAbold
variable.parameter#88e2c1
comment#5C6370
punctuation.definition.comment#5C6370
string#98C379
meta.embedded.assembly#98C379
keyword - keyword.operator#C678DD
keyword.control#C678DD
storage#C678DD
storage.type#C678DD
constant.numeric#D19A66
entity.name.type#E5C07B
entity.name.class#E5C07B
support.type#E5C07B
support.class#E5C07B
entity.name.function#729FCF
support.function#729FCF
variable#BABDB6
entity.name.variable#BABDB6
token.info-token#6796E6
token.warn-token#e6d32c
token.error-token#F44747
token.debug-token#B267E6

Shiki preview

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

Loading...

One Dark - Coding Theme