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#111827
  • activityBar.foreground#CBD5E1
  • activityBar.inactiveForeground#64748B
  • activityBarBadge.background#3B82F6
  • activityBarBadge.foreground#E2E8F0
  • breadcrumb.activeSelectionForeground#94A3B8
  • breadcrumb.background#111827
  • breadcrumb.focusForeground#94A3B8
  • breadcrumb.foreground#64748B
  • breadcrumbPicker.background#0A101C
  • button.background#3B82F6
  • button.foreground#111827
  • diffEditor.insertedTextBackground#0E749033
  • dropdown.background#1F2937
  • dropdown.border#1E293B
  • dropdown.foreground#E2E8F0
  • editor.background#111827
  • editor.findMatchBackground#075985
  • editor.findMatchHighlightBackground#0C4A6E
  • editor.lineHighlightBackground#1E293B
  • editor.selectionBackground#334155
  • editorCursor.foreground#E2E8F0
  • editorError.foreground#DC2626
  • editorGroup.border#1E293B
  • editorGroup.emptyBackground#1E293B
  • editorGroupHeader.tabsBackground#0A101C
  • editorHoverWidget.background#0A101C
  • editorHoverWidget.border#1E293B
  • editorIndentGuide.background#334155
  • editorLineNumber.foreground#475569
  • editorRuler.foreground#334155
  • editorSuggestWidget.background#0A101C
  • editorSuggestWidget.border#1E293B
  • editorSuggestWidget.selectedBackground#1F2937
  • editorUnnecessaryCode.opacity#00000080
  • editorWhitespace.foreground#334155
  • editorWidget.background#0A101C
  • gitDecoration.addedResourceForeground#34D399
  • gitDecoration.conflictingResourceForeground#FCA5A5
  • gitDecoration.deletedResourceForeground#F87171
  • gitDecoration.ignoredResourceForeground#64748B
  • gitDecoration.modifiedResourceForeground#FED7AA
  • gitDecoration.renamedResourceForeground#34D399
  • gitDecoration.stageDeletedResourceForeground#F87171
  • gitDecoration.stageModifiedResourceForeground#FED7AA
  • gitDecoration.submoduleResourceForeground#7DD3FC
  • gitDecoration.untrackedResourceForeground#34D399
  • gitlens.gutterBackgroundColor#1F2937
  • gitlens.gutterForegroundColor#94A3B8
  • gitlens.lineHighlightBackgroundColor#0C4A6E40
  • gitlens.lineHighlightOverviewRulerColor#0C4A6E
  • gitlens.trailingLineForegroundColor#475569
  • input.background#1F2937
  • input.foreground#CBD5E1
  • input.placeholderForeground#64748B
  • inputOption.activeBackground#0C4A6E
  • inputOption.activeForeground#CBD5E1
  • inputOption.hoverBackground#334155
  • list.activeSelectionBackground#1F2937
  • list.activeSelectionForeground#CBD5E1
  • list.focusBackground#1E293B
  • list.highlightForeground#CBD5E1
  • list.hoverBackground#111827
  • list.inactiveSelectionBackground#1F2937
  • list.inactiveSelectionForeground#CBD5E1
  • notifications.background#0A101C
  • scrollbarSlider.activeBackground#64748B80
  • scrollbarSlider.background#33415580
  • scrollbarSlider.hoverBackground#47556980
  • sideBar.background#0A101C
  • sideBar.foreground#94A3B8
  • sideBarSectionHeader.background#111827
  • sideBarSectionHeader.foreground#94A3B8
  • sideBarTitle.foreground#94A3B8
  • statusBar.background#0A101C
  • statusBar.debuggingBackground#0A101C
  • statusBar.foreground#94A3B8
  • statusBar.noFolderBackground#0A101C
  • statusBarItem.hoverBackground#1F2937
  • tab.activeBackground#1F2937
  • tab.border#1E293B
  • tab.inactiveBackground#0A101C
  • terminal.ansiBlack#1E293B
  • terminal.ansiBlue#3B82F6
  • terminal.ansiBrightBlack#64748B
  • terminal.ansiBrightBlue#3B82F6
  • terminal.ansiBrightCyan#2DD4BF
  • terminal.ansiBrightGreen#34D399
  • terminal.ansiBrightMagenta#86198F
  • terminal.ansiBrightRed#EF4444
  • terminal.ansiBrightWhite#CBD5E1
  • terminal.ansiBrightYellow#FDE68A
  • terminal.ansiCyan#2DD4BF
  • terminal.ansiGreen#34D399
  • terminal.ansiMagenta#C084FC
  • terminal.ansiRed#F87171
  • terminal.ansiWhite#CBD5E1
  • terminal.ansiYellow#FDE68A
  • terminal.foreground#94A3B8
  • textLink.foreground#3B82F6
  • titleBar.activeBackground#111827
  • titleBar.activeForeground#94A3B8
  • titleBar.inactiveBackground#111827
  • titleBar.inactiveForeground#475569
  • window.activeBorder#3B82F6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#64748B
string, string.template#FDE68A
constant.numeric#C084FC
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#C084FC
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#94A3B8
constant.language#2DD4BF
constant.character, constant.other#2DD4BF
variable.language#F87171
keyword, keyword.operator.logical, keyword.operator.constructor#F87171
keyword.operator#F87171
storage#F87171
storage.type#2DD4BF
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#38BDF8
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#38BDF8
variable.other, variable.other.property, variable.other.block#CBD5E1
entity.other.inherited-class#34D399
storage.modifier.import, storage.modifier.package#38BDF8
entity.name.function, support.function#34D399
variable.parameter, entity.name.variable.parameter, parameter.variable#FDBA74italic
entity.name.function-call#94A3B8
function.support.builtin, function.support.core#34D399
text.html.derivative, meta.jsx.children#CBD5E1
punctuation.definition.tag.begin, punctuation.definition.tag.end, keyword.operator.assignment#94A3B8
entity.name.tag, entity.name.tag.class.js#F87171
entity.name.tag.class, entity.name.tag.id#2DD4BF
entity.other.attribute-name#34D399
support.constant#2DD4BF
support.type, support.variable#2DD4BF
support.dictionary.json#2DD4BF
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#94A3B8
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#2DD4BF
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#34D399
variable.css, variable.scss, variable.less, variable.sass#2DD4BF
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#FDE68A
unit.css, unit.scss, unit.less, unit.sass#C084FC
function.css, function.scss, function.less, function.sass#2DD4BF
support.other.variable
invalid#E2E8F0
invalid.deprecated#E2E8F0
support.type.property-name.json#2DD4BF
string.detected-link#38BDF8
meta.diff, meta.diff.header#475569
markup.deleted#F87171
markup.inserted#34D399
markup.changed#FDE68A
constant.numeric.line-number.find-in-files - match#2DD4BFA0
entity.name.filename.find-in-files#FDE68A
markup.italic, markup.italic.markdownitalic
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown#64748B
punctuation.definition.italic.markdownitalic
markup.underline.link.markdown#38BDF8
markup.bold.markdownbold
markup.heading.markdown#F87171bold
markup.quote.markdown#34D399
meta.separator.markdown#C084FCbold
markup.raw.inline.markdown, markup.raw.block.markdown#2DD4BF
punctuation.definition.list_item.markdown#E2E8F0bold
meta.objectliteral#CBD5E1

Shiki preview

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

Loading...

Pace Theme by Fabian Hiller - VS Code Theme