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#272822
  • activityBar.foreground#F8F8F2
  • badge.background#75715E
  • badge.foreground#F8F8F2
  • button.background#75715E
  • debugToolBar.background#1E1F1C
  • diffEditor.insertedTextBackground#4B661680
  • diffEditor.removedTextBackground#90274A70
  • dropdown.background#414339
  • dropdown.listBackground#1E1F1C
  • editor.background#000000
  • editor.foreground#F8F8F2
  • editor.lineHighlightBackground#3E3D32
  • editor.selectionBackground#F9267270
  • editor.selectionHighlightBackground#F9267240
  • editor.selectionHighlightBorder#F9267270
  • editor.wordHighlightBackground#4A4A7680
  • editor.wordHighlightStrongBackground#6A6A9680
  • editorBracketHighlight.foreground1#E86233
  • editorBracketHighlight.foreground2#6F84FF
  • editorBracketHighlight.foreground3#E8BA36
  • editorBracketHighlight.foreground4#CD1CEF
  • editorBracketHighlight.foreground5#54A857
  • editorBracketHighlight.unexpectedBracket.foreground#F92672
  • editorBracketPairGuide.activeBackground1#E86233
  • editorBracketPairGuide.activeBackground2#6F84FF
  • editorBracketPairGuide.activeBackground3#E8BA36
  • editorBracketPairGuide.activeBackground4#CD1CEF
  • editorBracketPairGuide.activeBackground5#54A857
  • editorBracketPairGuide.background1#E86233
  • editorBracketPairGuide.background2#6F84FF
  • editorBracketPairGuide.background3#E8BA36
  • editorBracketPairGuide.background4#CD1CEF
  • editorBracketPairGuide.background5#54A857
  • editorCursor.foreground#F8F8F0
  • editorGroup.border#34352F
  • editorGroup.dropBackground#41433980
  • editorGroupHeader.tabsBackground#1E1F1C
  • editorHoverWidget.background#414339
  • editorHoverWidget.border#75715E
  • editorHoverWidget.highlightForeground#A7FF95
  • editorIndentGuide.activeBackground1#ffff4080
  • editorIndentGuide.activeBackground2#7fff7f80
  • editorIndentGuide.activeBackground3#ff7fff80
  • editorIndentGuide.activeBackground4#4fecec80
  • editorIndentGuide.activeBackground5#767676
  • editorIndentGuide.background1#ffff4050
  • editorIndentGuide.background2#7fff7f50
  • editorIndentGuide.background3#ff7fff50
  • editorIndentGuide.background4#4fecec50
  • editorIndentGuide.background5#464646
  • editorLineNumber.activeForeground#c2c2bf
  • editorLineNumber.foreground#90908A
  • editorSuggestWidget.background#272822
  • editorSuggestWidget.border#75715E
  • editorWhitespace.foreground#464741
  • editorWidget.background#1E1F1C
  • focusBorder#75715E
  • input.background#414339
  • inputOption.activeBorder#75715E
  • inputValidation.errorBackground#90274A
  • inputValidation.errorBorder#F92672
  • inputValidation.infoBackground#546190
  • inputValidation.infoBorder#819AFF
  • inputValidation.warningBackground#848528
  • inputValidation.warningBorder#E2E22E
  • list.activeSelectionBackground#75715E
  • list.dropBackground#414339
  • list.focusBackground#414339
  • list.highlightForeground#F8F8F2
  • list.hoverBackground#3E3D32
  • list.inactiveSelectionBackground#414339
  • menu.background#1E1F1C
  • menu.foreground#CCCCCC
  • minimap.selectionHighlight#878B9180
  • panel.border#414339
  • panelTitle.activeBorder#75715E
  • panelTitle.activeForeground#F8F8F2
  • panelTitle.inactiveForeground#75715E
  • peekView.border#75715E
  • peekViewEditor.background#272822
  • peekViewEditor.matchHighlightBackground#75715E
  • peekViewResult.background#1E1F1C
  • peekViewResult.matchHighlightBackground#75715E
  • peekViewResult.selectionBackground#414339
  • peekViewTitle.background#1E1F1C
  • pickerGroup.foreground#75715E
  • progressBar.background#75715E
  • selection.background#CCCCC7
  • settings.numberInputBackground#32342D
  • settings.textInputBackground#32342D
  • sideBar.background#1E1F1C
  • sideBarSectionHeader.background#272822
  • statusBar.background#414339
  • statusBar.debuggingBackground#75715E
  • statusBar.noFolderBackground#414339
  • statusBarItem.remoteBackground#AC6218
  • tab.border#1E1F1C
  • tab.inactiveBackground#34352F
  • tab.inactiveForeground#CCCCC7
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#6A7EC8
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#819AFF
  • terminal.ansiBrightCyan#66D9EF
  • terminal.ansiBrightGreen#A6E22E
  • 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#1E1F1C
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source, punctuation.separator, punctuation.accessor#F8F8F2
variable#F8F8F2
variable.other.constant, constant.other.caps, support.constant#F8F8F2bold
string#E6DB74
string.quoted.binary, string.quoted.raw.binary#A5C261
constant.character.escape, constant.character.format, punctuation.definition.interpolation, punctuation.definition.template-expression.begin.tsx, punctuation.definition.template-expression.end.tsx, meta.interpolation#AE81FF
constant.character, constant.other#AE81FF
constant.numeric, punctuation.separator.dot.decimal#AE81FF
keyword.operator, punctuation.section, punctuation.separator.key-value.html, punctuation.separator.key-value.restructuredtext, punctuation.separator.key-value.markdown, punctuation.separator.annotation.python, punctuation.separator.annotation.result.python, punctuation.separator.colon.python, punctuation.separator.dict.python, punctuation.separator.slice.python, punctuation.separator.statement.and.shell.dockerfile, constant.language.import-export-all.js, constant.language.import-export-all.jsx, constant.language.import-export-all.ts, constant.language.import-export-all.tsx, storage.type.function.arrow.js, storage.type.function.arrow.jsx, storage.type.function.arrow.ts, storage.type.function.arrow.tsx, keyword.other.unit.percentage.css, punctuation.definition.directive.begin.yaml, constant.language.merge.yaml, punctuation.definition.lifetime.rust, punctuation.definition.decorator.python#F92672
keyword.operator.logical#268BD2
keyword.other#66D9EFitalic
keyword.control#66D9EFitalic bold
keyword.control.import, keyword.control.from#A6E22Eitalic
storage.type.format.python, storage.type.function.async.python, keyword.other.important.css, keyword.operator.new.js, keyword.operator.new.jsx, keyword.operator.new.ts, keyword.operator.new.tsx, meta.other.directive.restructuredtext, entity.name.role.restructuredtext#F92672
constant.language#859900italic bold
storage#F92672
storage.type#66D9EF
storage.type.string, string.quoted.byte.raw.rust, punctuation.definition.string.raw.rust, storage.type.number, storage.type.imaginary.number#66D9EFitalic
storage.type.class, storage.type.function, keyword.other.fn#66D9EF
support.type, support.class, entity.name.type.numeric, entity.name.type.primitive, entity.name.type.option, entity.name.type.result#268BD2italic
entity.name.class, entity.name.type.class, entity.name.type.enum, entity.name.type.struct, entity.name.type.trait, entity.name.type.declaration#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic
variable.language, variable.parameter.function.language.special#94558D
support.function#66D9EF
entity.name.function, variable.other.jinja.filter#A6E22E
variable.parameter#FD971Fitalic
entity.name.namespace, entity.name.scope-resolution#A7FF95italic
entity.name.tag#F92672
entity.other.attribute-name#A6E22E
comment#75715E
comment.block.documentation, comment.line.documentation, string.quoted.docstring#629755
invalid, keyword.illegal#F92672bold italic underline
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
meta.diff, meta.diff.header#75715E
markup.deleted#F92672
markup.inserted#A6E22E
markup.changed#E6DB74
string.other.link, markup.underline#FD971F
markup.heading#AE81FF
markup.bold#66D9EFbold
markup.italic#66D9EFitalic
markup.quote, markup.other.command, string.other.interpreted#6D6D94
markup.underline.link, meta.link#E6DB74
markup.raw, markup.inline.raw#82A363
markup.raw.inner, markup.raw.block, markup.fenced_code, punctuation.section.raw#4F7E4E
markup.list#A6E22E
entity.name.section.group-title, variable.key.table#268BD2
variable.key.array#2FA9FF
keyword.other.definition.ini, keyword.key.toml, variable.key.toml, entity.name.tag.yaml, support.type.property-name.json#A6E22E
constant.other.boolean.toml, constant.language.boolean.toml, constant.language.boolean.yaml, constant.language.json#66D9EFitalic
constant.other.datetime-with-timezone.toml, constant.other.datetime.toml, constant.other.date.toml, constant.other.time.datetime.offset.toml, constant.other.time.datetime.local.toml, constant.other.time.date.toml, constant.other.time.time.toml, constant.other.timestamp.yaml#66D9EFitalic
string.quoted.double.ini, string.quoted.single.ini, source.ini, string.quoted.triple.basic.block.toml, string.quoted.single.basic.line.toml, string.unquoted.plain.in.yaml, string.unquoted.plain.out.yaml, string.unquoted.block.yaml, string.quoted.double.yaml, string.quoted.double.json#2AA198
string.quoted.triple.literal.block.toml, string.quoted.single.literal.line.toml, string.quoted.single.yaml#E6DB74
log.trace#66D9EFbold
log.debug, log.verbose#268BD2bold
log.info#A6E22Ebold
log.warning#FD971Fbold
log.error, log.exception#F92672bold
log.exceptiontype#AE81FF
log.date#66D9EFitalic
a#FF00D4bold
keyword.operator.access.dot.rust, string.regexp#F8F8F2
entity.other.jinja.delimiter#F92672
constant.other.ellipsis.python, support.variable.magic.python, meta.separator.markdown, entity.other.document.begin.yaml, entity.other.document.end.yaml, support.other.escape.special.regexp#268BD2bold
keyword.other.crate.rust#94558D
constant.character.set.regexp#FD971F
keyword.operator.borrow.and.rust, punctuation.definition.anchor.yaml, punctuation.definition.alias.yaml, support.other.match.begin.regexp, support.other.match.end.regexp#FD971Fitalic
entity.name.type.anchor.yaml, variable.other.alias.yaml, variable.other.assignment.dockerfile, variable.other.dockerfile#E8BF6Aitalic
keyword.operator.quantifier.regexp#AE81FF
entity.name.type.lifetime.rust, support.function.magic.python#B200B2italic
meta.function-call.generic.python, entity.name.command.shell.dockerfile#66D9EF
storage.type.function.lambda.python#A6E22Eitalic
meta.attribute.rust, variable.parameter.function-call.python, entity.name.image.dockerfile, entity.name.image.stage.dockerfile#CB4B16italic
entity.name.type.rust, entity.name.type.ts, entity.name.type.tsx#A6E22E
Krys Colors by Cielquan - VS Code Theme