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#181b28
  • activityBar.foreground#705fbd
  • activityBar.inactiveForeground#2a3049
  • activityBarBadge.background#9d65ff
  • activityBarBadge.foreground#ffffff
  • badge.background#705fbd
  • badge.foreground#ffffff
  • breadcrumb.background#151825
  • breadcrumb.foreground#4b5783
  • breadcrumbPicker.background#151825
  • button.background#705fbd
  • button.foreground#FFFFFF
  • button.hoverBackground#9472c4
  • diffEditor.border#9d65ff44
  • diffEditor.insertedLineBackground#58ebd722
  • diffEditor.insertedTextBackground#181b2855
  • diffEditor.removedLineBackground#ff206e22
  • diffEditor.removedTextBackground#181b2855
  • diffEditorGutter.insertedLineBackground#58ebd7
  • diffEditorGutter.removedLineBackground#ff206e
  • diffEditorOverview.insertedForeground#58ebd7
  • diffEditorOverview.removedForeground#ff206e
  • dropdown.background#181B28
  • editor.background#161926
  • editor.findMatchBackground#b5a1ff4d
  • editor.findMatchHighlightBackground#b5a1ff99
  • editor.foreground#b9c3d5
  • editor.inactiveSelectionBackground#4b5783
  • editor.lineHighlightBackground#222530
  • editor.selectionBackground#9d65ff33
  • editorBracketHighlight.foreground1#FABC2A
  • editorBracketHighlight.foreground2#9d65ff
  • editorBracketHighlight.foreground3#00A1E4
  • editorCursor.foreground#f8f8f0
  • editorGroup.border#181A1F
  • editorGroup.dropBackground#1b171f
  • editorGroup.emptyBackground#181b28
  • editorGroupHeader.tabsBackground#181b28
  • editorHoverWidget.background#181B28
  • editorHoverWidget.border#343b46
  • editorIndentGuide.activeBackground#473b64
  • editorIndentGuide.background#473b64
  • editorLineNumber.activeForeground#705fbd
  • editorLineNumber.foreground#2a3049
  • editorOverviewRuler.border#2a3049
  • editorRuler.foreground#ABB2BF26
  • editorSuggestWidget.background#181B28
  • editorSuggestWidget.border#3e3746
  • editorSuggestWidget.highlightForeground#9AEFEA
  • editorSuggestWidget.selectedBackground#2C313A
  • editorWhitespace.foreground#312d3a
  • editorWidget.background#181B28
  • focusBorder#9d65ff
  • gitDecoration.addedResourceForeground#58ebd7cc
  • gitDecoration.deletedResourceForeground#ff206e
  • gitDecoration.ignoredResourceForeground#8a7c9c
  • gitDecoration.modifiedResourceForeground#9d65ff
  • gitDecoration.untrackedResourceForeground#58ebd7
  • input.background#181B28
  • input.border#181A1F
  • list.activeSelectionBackground#2a3049
  • list.activeSelectionForeground#ffffff
  • list.errorForeground#ff206e
  • list.focusBackground#2a3049
  • list.highlightForeground#ffffff
  • list.hoverBackground#181B28
  • list.inactiveSelectionBackground#2a3049
  • list.inactiveSelectionForeground#ffffff
  • list.warningForeground#FABC2A
  • notifications.background#21252B
  • peekView.border#9d65ff
  • peekViewEditor.background#181b28
  • peekViewResult.background#181b28
  • peekViewResult.selectionBackground#2a3049
  • peekViewTitle.background#181b28
  • pickerGroup.border#9d65ff
  • scrollbarSlider.activeBackground#9d65ffee
  • scrollbarSlider.background#2a3049bb
  • scrollbarSlider.hoverBackground#705fbddd
  • sideBar.background#181b28
  • sideBarSectionHeader.background#161926
  • statusBar.background#181B28
  • statusBar.debuggingBackground#4b5783
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#4b5783
  • statusBar.noFolderBackground#181B28
  • statusBarItem.hoverBackground#2C313A
  • tab.activeBackground#161926
  • tab.activeBorder#9d65ff9c
  • tab.activeBorderTop#58ebd79c
  • tab.activeForeground#D7DAE0
  • tab.border#181B28
  • tab.inactiveBackground#181B28
  • tab.inactiveForeground#4b5783
  • terminal.ansiBlack#1A1A1A
  • terminal.ansiBlue#9d65ff
  • terminal.ansiBrightBlack#625E4C
  • terminal.ansiBrightBlue#9d65ff
  • terminal.ansiBrightCyan#9d65ff
  • terminal.ansiBrightGreen#58ebd7
  • terminal.ansiBrightMagenta#00A1E4
  • terminal.ansiBrightRed#ff206e
  • terminal.ansiBrightWhite#F6F6EF
  • terminal.ansiBrightYellow#FABC2A
  • terminal.ansiCyan#9d65ff
  • terminal.ansiGreen#58ebd7
  • terminal.ansiMagenta#00A1E4
  • terminal.ansiRed#ff206e
  • terminal.ansiWhite#C4C5B5
  • terminal.ansiYellow#FABC2A
  • terminal.background#161926
  • terminal.border#161926
  • terminal.foreground#C4C5B5
  • terminalCursor.background#c0c5ce
  • terminalCursor.foreground#c4c5b5
  • titleBar.activeBackground#181b28
  • titleBar.activeForeground#9DA5B4
  • titleBar.inactiveBackground#181b28
  • titleBar.inactiveForeground#4b5783

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, markup.quote.markdown, meta.diff, meta.diff.header, string.quoted.docstring.multi.python#5f6167italic
markup.heading, variable.language.this.js, variable.language.this.ts, variable.language.this.jsx, variable.language.this.tsx, variable.language.special.self.python, constant.language.boolean, constant.language.go, constant.language.python#ff206e
markup.bold, constant.numeric, meta.group.regexp, constant.other.php, support.constant.ext.php, constant.other.class.php, support.constant.core.php, fenced_code.block.language, constant.other.caps.python, entity.other.attribute-name, support.type.exception.python, source.css keyword.other.unit, string.regexp, markup.changed#00A1E4
string, text.html.php string, markup.inline.raw, markup.inserted, punctuation.definition.string, punctuation.definition.markdown, text.html meta.embedded source.js string, text.html.php punctuation.definition.string, text.html meta.embedded source.js punctuation.definition.string, text.html punctuation.definition.string, text.html string#58ebd7
punctuation.definition.interpolation, punctuation.section.embedded.end.php, punctuation.section.embedded.end.ruby, punctuation.section.embedded.begin.php, punctuation.section.embedded.begin.ruby, punctuation.definition.template-expression, storage, keyword, meta.link, meta.image, markup.italic, source.js support.type, meta.interface.ts, entity.name.tag, support.class.component.tsx, support.type.primitive, support.type#9d65ff
meta.template.expression.js, keyword.operator, constant.name.attribute.tag.jade, punctuation.definition.metadata.markdown, punctuation.definition.string.end.markdown, punctuation.definition.string.begin.markdown, meta.type.annotation entity.name.type#FABC2A
entity.other.attribute-name#FFE900
constant, support.class, support.constant, text.html.markdown string, source.css support.function, source.php support.function, support.function.magic.python, entity.other.attribute-name.id, markup.deleted, support.variable, entity.name.tag.yaml, constant.character.entity.html, source.css entity.name.tag.reference, beginning.punctuation.definition.list.markdown, source.css entity.other.attribute-name.parent-selector, meta.structure.dictionary.json support.type.property-name, markup.list, text.xml string, entity.name.type, support.function, entity.other.attribute-name, meta.at-rule.extend, entity.name.function, entity.other.inherited-class, entity.other.keyframe-offset.css, text.html.markdown string.quoted, meta.function-call.generic.python, meta.at-rule.extend support.constant, entity.other.attribute-name.class.jade, source.css entity.other.attribute-name, text.xml punctuation.definition.string, variable#DDA2F6
variable.other.property, variable.object.property, punctuation.definition.tag.begin, punctuation.definition.tag.end#b9c3d5
entity.other.inherited-classunderline

Shiki preview

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

Loading...

Thanos Theme by Arthur 404 dev - VS Code Theme