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.activeBorder#0f1216
  • activityBar.background#384755
  • activityBar.foreground#e1e1e0
  • activityBar.inactiveForeground#717171
  • activityBarBadge.background#415160
  • activityBarBadge.foreground#e1e1e0
  • badge.background#415160
  • badge.foreground#e1e1e0
  • button.background#7d9fbb
  • button.foreground#404040
  • button.hoverBackground#9AC3E4
  • checkbox.background#2d3743
  • checkbox.border#717171
  • debugIcon.breakpointForeground#E4AEAD
  • diffEditor.insertedTextBackground#779A7733
  • diffEditor.removedTextBackground#B3808033
  • dropdown.background#415160
  • dropdown.border#717171
  • dropdown.foreground#e1e1e0
  • dropdown.listBackground#2d3743
  • editor.background#415160
  • editor.findMatchBackground#717171
  • editor.findMatchHighlightBackground#2d3743
  • editor.foldBackground#384755
  • editor.foreground#e1e1e0
  • editor.hoverHighlightBackground#384755
  • editor.lineHighlightBackground#415160
  • editor.rangeHighlightBackground#9AC3E422
  • editor.selectionBackground#2d3743
  • editor.selectionHighlightBackground#2d3743
  • editor.symbolHighlightBackground#2d3743
  • editor.wordHighlightBackground#2d3743
  • editor.wordHighlightStrongBackground#2d3743
  • editorCursor.foreground#ff00e6
  • editorError.foreground#ff0000
  • editorGroup.border#636363
  • editorGroup.dropBackground#0f121622
  • editorGroupHeader.noTabsBackground#303e4b
  • editorGroupHeader.tabsBackground#303e4b
  • editorGutter.addedBackground#95B995
  • editorGutter.background#415160
  • editorGutter.deletedBackground#D49E9E
  • editorGutter.modifiedBackground#B9AF80
  • editorIndentGuide.activeBackground#919191
  • editorIndentGuide.background#636363
  • editorInfo.foreground#e1e1e0
  • editorInlayHint.background#ddc61300
  • editorInlayHint.foreground#9E9E9E
  • editorLightBulb.foreground#EADFAF
  • editorLineNumber.activeForeground#e1e1e0
  • editorLineNumber.foreground#717171
  • editorLink.activeForeground#9AC3E4
  • editorOverviewRuler.addedForeground#A5C9A5
  • editorOverviewRuler.border#636363
  • editorOverviewRuler.deletedForeground#E4AEAD
  • editorOverviewRuler.errorForeground#E4AEAD
  • editorOverviewRuler.findMatchForeground#9AC3E488
  • editorOverviewRuler.infoForeground#9AC3E4
  • editorOverviewRuler.modifiedForeground#C9BE8F
  • editorOverviewRuler.rangeHighlightForeground#9AC3E433
  • editorWarning.foreground#ffad29
  • editorWidget.background#29353f
  • editorWidget.border#29353f
  • errorLens.errorBackground#B3808033
  • errorLens.errorForeground#F5BEBD
  • errorLens.hintBackground#779A7733
  • errorLens.hintForeground#B4D9B4
  • errorLens.infoBackground#6D94B433
  • errorLens.infoForeground#AAD3F5
  • errorLens.warningBackground#AE856A33
  • errorLens.warningForeground#F0C3A6
  • focusBorder#858484
  • foreground#e1e1e0
  • gitDecoration.ignoredResourceForeground#717171
  • gitDecoration.modifiedResourceForeground#C9BE8F
  • gitDecoration.untrackedResourceForeground#FEFEE7
  • input.background#384755
  • input.border#717171
  • input.foreground#e1e1e0
  • input.placeholderForeground#717171
  • list.activeSelectionBackground#29353f
  • list.activeSelectionForeground#ffffff
  • list.errorForeground#E4AEAD
  • list.focusBackground#405263
  • list.focusOutline#29353f
  • list.highlightForeground#C5E2FA
  • list.hoverBackground#29353f
  • list.inactiveSelectionBackground#415160
  • list.warningForeground#DFB497
  • minimap.errorHighlight#E4AEAD
  • minimap.findMatchHighlight#9AC3E466
  • minimap.selectionHighlight#2d3743
  • minimap.warningHighlight#DFB497
  • minimapGutter.addedBackground#95B995
  • minimapGutter.deletedBackground#D49E9E
  • minimapGutter.modifiedBackground#B9AF80
  • notifications.background#303e4b
  • panel.background#415160
  • panel.border#384755
  • panelTitle.activeForeground#e1e1e0
  • peekView.border#717171
  • peekViewEditor.background#384755
  • peekViewEditor.matchHighlightBackground#9AC3E466
  • peekViewResult.background#384755
  • peekViewResult.fileForeground#e1e1e0
  • peekViewResult.lineForeground#ffffff
  • peekViewResult.matchHighlightBackground#9AC3E444
  • peekViewResult.selectionBackground#9AC3E444
  • peekViewResult.selectionForeground#e1e1e0
  • peekViewTitle.background#303e4b
  • peekViewTitleDescription.foreground#9AC3E4
  • peekViewTitleLabel.foreground#e1e1e0
  • progressBar.background#9AC3E4
  • scrollbar.shadow#00000088
  • selection.background#9AC3E433
  • settings.headerForeground#FEFEE7
  • settings.modifiedItemIndicator#9AC3E4
  • sideBar.background#384755
  • sideBar.foreground#e1e1e0
  • sideBarTitle.foreground#e1e1e0
  • statusBar.background#384755
  • statusBar.debuggingBackground#2E2E2E
  • statusBar.debuggingForeground#CFA488
  • statusBar.foreground#e1e1e0
  • statusBar.noFolderBackground#2E2E2E
  • symbolIcon.classForeground#7CBBBE
  • symbolIcon.constantForeground#e67128
  • symbolIcon.enumeratorForeground#7CBBBE
  • symbolIcon.enumeratorMemberForeground#ffad29
  • symbolIcon.fieldForeground#e1e1e0
  • symbolIcon.functionForeground#00ede1
  • symbolIcon.interfaceForeground#dbdb95
  • symbolIcon.keywordForeground#ffad29
  • symbolIcon.methodForeground#00ede1
  • symbolIcon.moduleForeground#fcffad
  • symbolIcon.namespaceForeground#fcffad
  • symbolIcon.propertyForeground#e1e1e0
  • symbolIcon.structForeground#7CBBBE
  • symbolIcon.typeParameterForeground#DFB497
  • symbolIcon.variableForeground#e1e1e0
  • tab.activeForeground#e1e1e0
  • tab.border#415160
  • tab.inactiveBackground#303e4b
  • tab.inactiveForeground#717171
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#599c97
  • terminal.ansiBrightBlack#676767
  • terminal.ansiBrightBlue#67d9dd
  • terminal.ansiBrightCyan#66eae5
  • terminal.ansiBrightGreen#96d084
  • terminal.ansiBrightMagenta#ee69f7
  • terminal.ansiBrightRed#ee5a59
  • terminal.ansiBrightWhite#feffff
  • terminal.ansiBrightYellow#f6c654
  • terminal.ansiCyan#67d9dd
  • terminal.ansiGreen#90b881
  • terminal.ansiMagenta#9a42e2
  • terminal.ansiRed#ee675a
  • terminal.ansiWhite#e6e6e6
  • terminal.ansiYellow#f5bd52
  • terminal.foreground#e1e1e0
  • terminal.selectionBackground#2d3743
  • terminalCursor.foreground#ff00e6
  • textLink.activeForeground#9AC3E4
  • textLink.foreground#9AC3E4
  • textPreformat.foreground#DFB497
  • titleBar.activeBackground#384755
  • titleBar.activeForeground#e1e1e0
  • titleBar.inactiveBackground#384755
  • titleBar.inactiveForeground#e1e1e0
  • widget.shadow#00000088

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.tag, keyword.operator.expression, keyword.operator.new, keyword.operator.wordlike, keyword.type.elm, keyword.type.go, keyword, keyword.operator.logical.python, keyword.operator.in, punctuation.definition.heading, storage.modifier, storage.type.class, storage.type.enum, storage.type.function.python, storage.type.function.ts, storage.type.function, storage.type.interface.ts, storage.type.js, storage.type.local.java, storage.type.def.groovy, storage.type.namespace, storage.type.property, storage.type.rust, storage.type.struct, storage.type.ts, storage.type.type, variable.language.self, variable.language.special.self, variable.language.this#ffad29bold
keyword.operator, punctuation.separator.period#e1e1e0
constant.numeric, keyword.other.unit#e67128
constant.character, punctuation.definition.char, punctuation.definition.string, string#e67128
variable#e1e1e0
variable.other.enummember#ffad29italic bold
constant, entity.name.constant, variable.other.metavariable, support.constant#e67128
entity.name.function, entity.name.function-call, meta.function-call.generic.python, support.function, entity.other.attribute-name.table.toml, entity.other.attribute-name.table.array.toml#00ede1italic
entity.name.type, storage.type, support.class, support.type#7CBBBE
keyword.type, storage.type.boolean.go, storage.type.built-in, storage.type.byte.go, storage.type.error.go, storage.type.numeric.go, storage.type.primitive, storage.type.rune.go, storage.type.string.go, storage.type.uintptr.go, support.type, variable.other.metavariable.specifier#7CBBBE
entity.name.type.parameter, variable.type#DFB497
entity.name.field, entity.name.record.field, entity.name.variable.field, meta.attribute.python, punctuation.support.type.property-name, support.type.property-name, support.type.vendored.property-name, variable.other.member, variable.other.object.property, variable.other.property#e1e1e0
entity.name.tag.toml, entity.name.tag.yaml#DFB497
entity.name.module, entity.name.namespace, entity.name.type.namespace, storage.modifier.import, storage.modifier.package, support.module, entity.name.type.module, variable.other.constant.elixir#fcffadbold
entity.name.function.macro, entity.name.macro, entity.name.other.preprocessor.macro, variable.other.readwrite.module.elixir, punctuation.definition.variable.elixir#9AC3E4
storage.modifier.lifetime.rust, entity.name.lifetime.rust, entity.name.type.lifetime, punctuation.definition.lifetime#C4B5E2italic
constant.character.escape#dbdb95
constant.character.format.placeholder, constant.other.placeholder, punctuation.section.embedded, punctuation.definition.template-expression#dbdb95
comment, punctuation.definition.comment#779A77
comment.line.documentation#95B995
entity.name.function.decorator, punctuation.brackets.attribute, punctuation.definition.annotation, punctuation.definition.attribute, punctuation.definition.decorator, storage.modifier.attribute, storage.type.annotation#9AC3E4
entity.other.attribute-name.class, entity.other.attribute-name.id#7CBBBE
markup.italicitalic
markup.boldbold
markup.headingbold
punctuation.definition.markdown, punctuation.definition.heading.markdown, punctuation.definition.metadata.markdown, punctuation.definition.raw.markdown, punctuation.definition.constant.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.list.begin.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.separator.key-value.markdown, punctuation.separator.key-value.markdown, fenced_code.block.language.markdown, constant.other.reference.link.markdown, meta.link.inline.markdown, meta.link.reference.def.markdown, punctuation.definition.asciidoc, punctuation.separator.asciidoc, support.asciidoc, markup.heading.asciidoc, markup.heading.marker.asciidoc, markup.list.bullet.asciidoc, markup.link.asciidoc, markup.other.url.asciidoc, markup.other.anchor.asciidoc, support.constant.asciidoc, constant.asciidoc, entity.name.function.asciidoc#95B995
string.other.link.title.markdown, string.other.link.description.markdown, string.unquoted.asciidoc#E0E0C9
markup.inserted, punctuation.definition.inserted.diff#A5C9A5
markup.deleted, punctuation.definition.deleted.diff#E4AEAD
markup.changed#DFB497
punctuation.definition.range.diff, meta.diff.range#9AC3E4
comment.line.number-sign.git-commit, punctuation.definition.comment.git-commit, meta.diff.index, meta.diff.header#717171
meta.diff.header.to-file, meta.diff.header.from-file#FEFEE7bold
punctuation.definition.from-file.diff, punctuation.definition.to-file.diff#8CCBCE
invalid.deprecated.line-too-long.git-commit#DFB497
invalid.illegal.line-too-long.git-commit#E4AEAD
misterioso dark theme by Rakesh C - VS Code Theme