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.

  • actionBar.toggledBackground#3a3a3a
  • activityBar.activeBorder#5996db
  • activityBar.activeFocusBorder#5996db
  • activityBar.background#1a1a1a
  • activityBar.border#2b2b2b
  • activityBarBadge.background#5996db
  • agentsChatInput.border#303031
  • agentsChatInput.focusBorder#5996db
  • agentsNewSessionButton.border#303031
  • agentsPanel.border#303031
  • badge.background#5996db
  • badge.foreground#ffffff
  • button.background#5996db
  • button.foreground#ffffff
  • button.hoverBackground#74a8e2
  • checkbox.border#6B6B6B
  • dropdown.background#1a1a1a
  • editor.background#161616
  • editor.foreground#D4D4D4
  • editor.selectionBackground#5996db40
  • editor.selectionHighlightBackground#5996db26
  • editor.wordHighlightBackground#5996db26
  • editorBracketHighlight.foreground1#956ccc
  • editorBracketHighlight.foreground2#956ccc
  • editorBracketHighlight.foreground3#956ccc
  • editorBracketHighlight.foreground4#956ccc
  • editorBracketHighlight.foreground5#956ccc
  • editorBracketHighlight.foreground6#956ccc
  • editorBracketHighlight.unexpectedBracket.foreground#f44747
  • editorGroupHeader.tabsBackground#1a1a1a
  • editorGroupHeader.tabsBorder#2b2b2b
  • editorIndentGuide.activeBackground1#707070
  • editorIndentGuide.background1#404040
  • editorInlayHint.foreground#959595
  • editorInlayHint.parameterForeground#959595
  • editorInlayHint.typeForeground#959595
  • editorLink.activeForeground#bd6cbe
  • focusBorder#5996db
  • input.background#161616
  • input.placeholderForeground#A6A6A6
  • inputOption.activeBackground#5996db40
  • inputOption.activeBorder#5996db
  • inputOption.activeForeground#FFFFFF
  • list.activeSelectionBackground#2b2b2b
  • list.activeSelectionForeground#FFFFFF
  • list.activeSelectionIconForeground#FFF
  • list.dropBackground#383B3D
  • list.focusOutline#5996db
  • list.highlightForeground#74a8e2
  • list.hoverBackground#161616
  • menu.background#252526
  • menu.border#454545
  • menu.foreground#CCCCCC
  • menu.selectionBackground#5996db
  • menu.separatorBackground#454545
  • panel.background#1a1a1a
  • panel.border#2b2b2b
  • panelTitle.activeBorder#6e6e6e
  • pickerGroup.foreground#74a8e2
  • ports.iconRunningProcessForeground#369432
  • progressBar.background#5996db
  • sash.hoverBorder#5996db
  • scrollbarSlider.activeBackground#3a3a3aaa
  • scrollbarSlider.background#3a3a3a50
  • scrollbarSlider.hoverBackground#3a3a3a80
  • selection.background#5996db66
  • sideBar.background#1a1a1a
  • sideBar.border#2b2b2b
  • sideBarSectionHeader.background#0000
  • sideBarSectionHeader.border#2b2b2b
  • sideBarTitle.foreground#BBBBBB
  • statusBar.background#1a1a1a
  • statusBar.border#2b2b2b
  • statusBarItem.remoteBackground#16825D
  • statusBarItem.remoteForeground#FFF
  • tab.activeBackground#161616
  • tab.activeBorderTop#6e6e6e
  • tab.inactiveBackground#1a1a1a
  • tab.lastPinnedBorder#ccc3
  • tab.selectedBackground#222222
  • tab.selectedForeground#ffffffa0
  • terminal.background#1a1a1a
  • terminal.inactiveSelectionBackground#3A3D41
  • textLink.activeForeground#8fbce8
  • textLink.foreground#74a8e2
  • titleBar.activeBackground#1a1a1a
  • titleBar.border#2b2b2b
  • titleBar.inactiveBackground#1a1a1a
  • widget.border#303031

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown, variable.legacy.builtin.python#D4D4D4
emphasisitalic
strongbold
header#000080
comment#649158
constant.language#5996db
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#b5cea8
constant.regexp#646695
entity.name.tag#5996db
entity.name.tag.css, entity.name.tag.less#d7ba7d
entity.other.attribute-name#9cdcfe
entity.other.attribute-name.class.css, source.css entity.other.attribute-name.class, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.parent.less, source.css entity.other.attribute-name.pseudo-class, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss#d7ba7d
invalid#f44747
markup.underlineunderline
markup.bold#5996dbbold
markup.heading#5996dbbold
markup.italic#C586C0italic
markup.strikethroughstrikethrough
markup.inserted#b5cea8
markup.deleted#ce9178
markup.changed#5996db
punctuation.definition.quote.begin.markdown#6A9955
punctuation.definition.list.begin.markdown#6796e6
markup.inline.raw#ce9178
punctuation.definition.tag#808080
meta.preprocessor, entity.name.function.preprocessor#5996db
meta.preprocessor.string#ce9178
meta.preprocessor.numeric#b5cea8
meta.structure.dictionary.key.python#9cdcfe
meta.diff.header#5996db
storage#5996db
storage.type#5996db
storage.modifier, keyword.operator.noexcept#5996db
string, meta.embedded.assembly#ce9178
string.tag#ce9178
string.value#ce9178
string.regexp#d16969
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#5996db
meta.template.expression#d4d4d4
support.type.vendored.property-name, support.type.property-name, source.css variable, source.coffee.embedded#9cdcfe
keyword#5996db
keyword.control#5996db
keyword.operator#d4d4d4
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python, keyword.operator.wordlike#5996db
keyword.other.unit#b5cea8
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#5996db
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#5996db
entity.name.function#d4d4d4
support.function#d5b466
string, punctuation.definition.string#dec078
markup.inline.raw, markup.inline.raw.string.markdown, punctuation.definition.raw.markdown#dec078
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.link.title.begin.markdown, punctuation.definition.link.title.end.markdown, punctuation.definition.link.begin.markdown, punctuation.definition.link.end.markdown, punctuation.definition.metadata.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown, punctuation.separator.table.markdown, punctuation.definition.table.markdown#d4d4d4bold
markup.underline.link.markdown, markup.underline.link.image.markdown, markup.underline.link, string.other.link.dest.markdown, string.other.link.title.markdown#d4d4d4
markup.heading, markup.heading.markdown, entity.name.section.markdown, punctuation.definition.heading.markdown, markup.bold, markup.bold.markdown, punctuation.definition.bold.markdown, punctuation.definition.list.begin.markdown, markup.list.numbered.markdown#d4d4d4
markup.italic, markup.italic.markdown, punctuation.definition.italic.markdown, markup.quote, markup.quote.markdown, punctuation.definition.quote.begin.markdown#d4d4d4
punctuation.definition.list.begin.markdown, punctuation.definition.quote.begin.markdown, punctuation.separator.table.markdown, punctuation.definition.table.markdown, punctuation.definition.constant.markdown#5996db
markup.heading, markup.heading.markdown, entity.name.section.markdown, punctuation.definition.heading.markdown#5996db
support.type.property-name.json, meta.structure.dictionary.key.json string#5996db
keyword, keyword.control, storage, storage.type, storage.modifier, variable.language, constant.language, entity.name.tag#5996dbbold
keyword.operator, punctuation.separator, punctuation.terminator, punctuation.accessor, storage.modifier.pointer#956cccbold
punctuation.section.parens.begin, punctuation.section.parens.end, punctuation.section.parens, punctuation.definition.begin.bracket, punctuation.definition.end.bracket, punctuation.definition.bracket, punctuation.brackets, punctuation.section.brackets, punctuation.section.braces, punctuation.section.block.begin.bracket.curly, punctuation.section.block.end.bracket.curly, punctuation.section.group.begin.bracket.round, punctuation.section.group.end.bracket.round, meta.brace.round, meta.brace.square, meta.brace.curly, punctuation.definition.imports.begin.bracket.round, punctuation.definition.imports.end.bracket.round, punctuation.definition.parameters.begin.bracket.round, punctuation.definition.parameters.end.bracket.roundbold
variable.other.normal.shell, variable.other.special.shell, variable.parameter.positional.shell, punctuation.definition.variable.shell#56b6c2
support.function.builtin.shell, entity.name.function.shell, entity.name.command.shell, meta.function-call.command.shell#D4D4D4
keyword.control.shell#5996db
keyword.operator.shell, keyword.operator.logical.shell, keyword.operator.pipe.shell, punctuation.section.array.shell#956ccc
Leo Dark by leoshell - VS Code Theme