Skip to main content
CodingTheme

Color themes

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#FFFFFF
  • activityBar.foreground#334155
  • activityBar.inactiveForeground#94A3B8
  • activityBarBadge.background#1D4ED8
  • activityBarBadge.foreground#FFFFFF
  • breadcrumb.activeSelectionForeground#475569
  • breadcrumb.background#FFFFFF
  • breadcrumb.focusForeground#475569
  • breadcrumb.foreground#64748B
  • breadcrumbPicker.background#F1F5F9
  • button.background#1D4ED8
  • button.foreground#FFFFFF
  • diffEditor.insertedTextBackground#A5F3FC33
  • dropdown.background#E2E8F0
  • dropdown.border#E2E8F0
  • dropdown.foreground#0F172A
  • editor.background#FFFFFF
  • editor.findMatchBackground#7DD3FC
  • editor.findMatchHighlightBackground#BAE6FD
  • editor.lineHighlightBackground#F1F5F9
  • editor.selectionBackground#CBD5E1
  • editorCursor.foreground#0F172A
  • editorError.foreground#991B1B
  • editorGroup.border#E2E8F0
  • editorGroup.emptyBackground#E2E8F0
  • editorGroupHeader.tabsBackground#F1F5F9
  • editorHoverWidget.background#F1F5F9
  • editorHoverWidget.border#E2E8F0
  • editorIndentGuide.background#CBD5E1
  • editorLineNumber.foreground#94A3B8
  • editorRuler.foreground#CBD5E1
  • editorSuggestWidget.background#F1F5F9
  • editorSuggestWidget.border#E2E8F0
  • editorSuggestWidget.selectedBackground#E2E8F0
  • editorUnnecessaryCode.opacity#00000082
  • editorWhitespace.foreground#CBD5E1
  • editorWidget.background#F1F5F9
  • gitDecoration.addedResourceForeground#065F46
  • gitDecoration.conflictingResourceForeground#B91C1C
  • gitDecoration.deletedResourceForeground#991B1B
  • gitDecoration.ignoredResourceForeground#94A3B8
  • gitDecoration.modifiedResourceForeground#A16207
  • gitDecoration.renamedResourceForeground#065F46
  • gitDecoration.stageDeletedResourceForeground#991B1B
  • gitDecoration.stageModifiedResourceForeground#A16207
  • gitDecoration.submoduleResourceForeground#0369A1
  • gitDecoration.untrackedResourceForeground#065F46
  • gitlens.gutterBackgroundColor#F1F5F9
  • gitlens.gutterForegroundColor#64748B
  • gitlens.lineHighlightBackgroundColor#BAE6FD40
  • gitlens.lineHighlightOverviewRulerColor#BAE6FD
  • gitlens.trailingLineForegroundColor#94A3B8
  • input.background#E2E8F0
  • input.foreground#334155
  • input.placeholderForeground#64748B
  • inputOption.activeBackground#BAE6FD
  • inputOption.activeForeground#334155
  • inputOption.hoverBackground#CBD5E1
  • list.activeSelectionBackground#E2E8F0
  • list.activeSelectionForeground#334155
  • list.focusBackground#E2E8F0
  • list.highlightForeground#334155
  • list.hoverBackground#FFFFFF
  • list.inactiveSelectionBackground#E2E8F0
  • list.inactiveSelectionForeground#334155
  • notifications.background#F1F5F9
  • scrollbarSlider.activeBackground#94A3B880
  • scrollbarSlider.background#E2E8F080
  • scrollbarSlider.hoverBackground#CBD5E180
  • sideBar.background#F1F5F9
  • sideBar.foreground#475569
  • sideBarSectionHeader.background#FFFFFF
  • sideBarSectionHeader.foreground#475569
  • sideBarTitle.foreground#475569
  • statusBar.background#F1F5F9
  • statusBar.debuggingBackground#F1F5F9
  • statusBar.foreground#64748B
  • statusBar.noFolderBackground#F1F5F9
  • statusBarItem.hoverBackground#E2E8F0
  • tab.activeBackground#E2E8F0
  • tab.border#E2E8F0
  • tab.inactiveBackground#F1F5F9
  • terminal.ansiBlack#E2E8F0
  • terminal.ansiBlue#1D4ED8
  • terminal.ansiBrightBlack#94A3B8
  • terminal.ansiBrightBlue#1D4ED8
  • terminal.ansiBrightCyan#0F766E
  • terminal.ansiBrightGreen#047857
  • terminal.ansiBrightMagenta#E879F9
  • terminal.ansiBrightRed#DC2626
  • terminal.ansiBrightWhite#334155
  • terminal.ansiBrightYellow#A16207
  • terminal.ansiCyan#0F766E
  • terminal.ansiGreen#047857
  • terminal.ansiMagenta#7E22CE
  • terminal.ansiRed#B91C1C
  • terminal.ansiWhite#334155
  • terminal.ansiYellow#A16207
  • terminal.foreground#64748B
  • textLink.foreground#1D4ED8
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#64748B
  • titleBar.inactiveBackground#FFFFFF
  • titleBar.inactiveForeground#94A3B8
  • window.activeBorder#1D4ED8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#94A3B8
string, string.template#A16207
constant.numeric#7E22CE
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#7E22CE
punctuation.section.embedded.begin.js, punctuation.section.embedded.end.js, punctuation.section.embedded.begin.erb, punctuation.section.embedded.end.erb, source.elixir.embedded, punctuation.separator, punctuation.accessor, meta.brace#64748B
constant.language#0F766E
constant.character, constant.other#0F766E
variable.language#B91C1C
keyword, keyword.operator.logical, keyword.operator.constructor#B91C1C
keyword.operator#B91C1C
storage#B91C1C
storage.type#0F766E
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#0369A1
variable.other.object, variable.other.constant, variable.other.global, variable.other.readwrite.class, variable.other.readwrite.instance, variable.other.readwrite.batchfile, variable.readwrite, variable.readwrite.other.block#0369A1
variable.other, variable.other.property, variable.other.block#334155
entity.other.inherited-class#047857
storage.modifier.import, storage.modifier.package#0369A1
entity.name.function, support.function#047857
variable.parameter, entity.name.variable.parameter, parameter.variable#EA580Citalic
entity.name.function-call#64748B
function.support.builtin, function.support.core#047857
text.html.derivative, meta.jsx.children#334155
punctuation.definition.tag.begin, punctuation.definition.tag.end, keyword.operator.assignment#64748B
entity.name.tag, entity.name.tag.class.js#B91C1C
entity.name.tag.class, entity.name.tag.id#0F766E
entity.other.attribute-name#047857
support.constant#0F766E
support.type, support.variable#0F766E
support.dictionary.json#0F766E
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#64748B
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.scss, entity.other.attribute-name.pseudo-class.less, entity.other.attribute-name.pseudo-class.sass, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.scss, entity.other.attribute-name.pseudo-element.less, entity.other.attribute-name.pseudo-element.sass#0F766E
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#047857
variable.css, variable.scss, variable.less, variable.sass#0F766E
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#A16207
unit.css, unit.scss, unit.less, unit.sass#7E22CE
function.css, function.scss, function.less, function.sass#0F766E
support.other.variable
invalid#0F172A
invalid.deprecated#0F172A
support.type.property-name.json#0F766E
string.detected-link#0369A1
meta.diff, meta.diff.header#94A3B8
markup.deleted#B91C1C
markup.inserted#047857
markup.changed#A16207
constant.numeric.line-number.find-in-files - match#0F766EA0
entity.name.filename.find-in-files#A16207
markup.italic, markup.italic.markdownitalic
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown#94A3B8
punctuation.definition.italic.markdownitalic
markup.underline.link.markdown#0369A1
markup.bold.markdownbold
markup.heading.markdown#B91C1Cbold
markup.quote.markdown#047857
meta.separator.markdown#7E22CEbold
markup.raw.inline.markdown, markup.raw.block.markdown#0F766E
punctuation.definition.list_item.markdown#0F172Abold
meta.objectliteral#334155

Shiki preview

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

Loading...

Pace Theme by Fabian Hiller - VS Code Theme