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#3B82F6
  • activityBarBadge.foreground#FFFFFF
  • breadcrumb.activeSelectionForeground#475569
  • breadcrumb.background#FFFFFF
  • breadcrumb.focusForeground#475569
  • breadcrumb.foreground#64748B
  • breadcrumbPicker.background#F1F5F9
  • button.background#3B82F6
  • 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#DC2626
  • 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#059669
  • gitDecoration.conflictingResourceForeground#EF4444
  • gitDecoration.deletedResourceForeground#DC2626
  • gitDecoration.ignoredResourceForeground#94A3B8
  • gitDecoration.modifiedResourceForeground#A16207
  • gitDecoration.renamedResourceForeground#059669
  • gitDecoration.stageDeletedResourceForeground#DC2626
  • gitDecoration.stageModifiedResourceForeground#A16207
  • gitDecoration.submoduleResourceForeground#0EA5E9
  • gitDecoration.untrackedResourceForeground#059669
  • 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#3B82F6
  • terminal.ansiBrightBlack#94A3B8
  • terminal.ansiBrightBlue#3B82F6
  • terminal.ansiBrightCyan#14B8A6
  • terminal.ansiBrightGreen#10B981
  • terminal.ansiBrightMagenta#F0ABFC
  • terminal.ansiBrightRed#F87171
  • terminal.ansiBrightWhite#334155
  • terminal.ansiBrightYellow#EAB308
  • terminal.ansiCyan#14B8A6
  • terminal.ansiGreen#10B981
  • terminal.ansiMagenta#A855F7
  • terminal.ansiRed#EF4444
  • terminal.ansiWhite#334155
  • terminal.ansiYellow#EAB308
  • terminal.foreground#64748B
  • textLink.foreground#3B82F6
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#64748B
  • titleBar.inactiveBackground#FFFFFF
  • titleBar.inactiveForeground#94A3B8
  • window.activeBorder#3B82F6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#94A3B8
string, string.template#EAB308
constant.numeric#A855F7
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#A855F7
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#14B8A6
constant.character, constant.other#14B8A6
variable.language#EF4444
keyword, keyword.operator.logical, keyword.operator.constructor#EF4444
keyword.operator#EF4444
storage#EF4444
storage.type#14B8A6
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#0EA5E9
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#0EA5E9
variable.other, variable.other.property, variable.other.block#334155
entity.other.inherited-class#10B981
storage.modifier.import, storage.modifier.package#0EA5E9
entity.name.function, support.function#10B981
variable.parameter, entity.name.variable.parameter, parameter.variable#FB923Citalic
entity.name.function-call#64748B
function.support.builtin, function.support.core#10B981
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#EF4444
entity.name.tag.class, entity.name.tag.id#14B8A6
entity.other.attribute-name#10B981
support.constant#14B8A6
support.type, support.variable#14B8A6
support.dictionary.json#14B8A6
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#14B8A6
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#10B981
variable.css, variable.scss, variable.less, variable.sass#14B8A6
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#EAB308
unit.css, unit.scss, unit.less, unit.sass#A855F7
function.css, function.scss, function.less, function.sass#14B8A6
support.other.variable
invalid#0F172A
invalid.deprecated#0F172A
support.type.property-name.json#14B8A6
string.detected-link#0EA5E9
meta.diff, meta.diff.header#94A3B8
markup.deleted#EF4444
markup.inserted#10B981
markup.changed#EAB308
constant.numeric.line-number.find-in-files - match#14B8A6A0
entity.name.filename.find-in-files#EAB308
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#0EA5E9
markup.bold.markdownbold
markup.heading.markdown#EF4444bold
markup.quote.markdown#10B981
meta.separator.markdown#A855F7bold
markup.raw.inline.markdown, markup.raw.block.markdown#14B8A6
punctuation.definition.list_item.markdown#0F172Abold
meta.objectliteral#334155

Shiki preview

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

Loading...