Skip to main content
Coding Theme

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.activeBorder#1E754F
  • activityBar.background#ebebec
  • activityBar.border#dadada
  • activityBar.foreground#333333
  • activityBar.inactiveForeground#33333388
  • activityBarBadge.background#1E754F
  • activityBarBadge.foreground#fff
  • badge.background#1E754F4f
  • badge.foreground#333333
  • button.background#1E754F
  • button.border#0000
  • button.foreground#fff
  • button.hoverBackground#1E754Fe8
  • button.secondaryBackground#ffffff
  • button.secondaryForeground#333333
  • button.secondaryHoverBackground#dadada
  • checkbox.background#ffffff
  • checkbox.border#dadada
  • debugToolBar.background#ffffff
  • dropdown.background#ffffff
  • dropdown.border#dadada
  • dropdown.foreground#333333
  • dropdown.listBackground#f8f8f8
  • editor.background#ffffff
  • editor.findMatchBackground#1E754F68
  • editor.findMatchHighlightBackground#1E754F50
  • editor.foreground#333333
  • editor.selectionBackground#1E754F60
  • editorGroupHeader.border#dadada
  • editorGroupHeader.tabsBackground#ebebec
  • editorGroupHeader.tabsBorder#dadada
  • editorGutter.addedBackground#1E754F
  • editorGutter.deletedBackground#DA3036
  • editorGutter.modifiedBackground#4B69C6
  • editorInlayHint.foreground#888888cf
  • editorLineNumber.activeForeground#333333
  • editorLineNumber.foreground#33333366
  • editorStickyScroll.border#dadada
  • editorStickyScroll.shadow#dadada50
  • editorStickyScrollHover.background#dadada
  • editorWidget.background#ffffff
  • errorForeground#DA3036
  • focusBorder#0000
  • foreground#333333
  • input.background#ffffff
  • input.border#dadada
  • input.foreground#333333
  • inputOption.activeBackground#1E754F
  • inputOption.activeBorder#1E754F
  • inputOption.activeForeground#fff
  • list.activeSelectionBackground#1E754F
  • list.activeSelectionForeground#fff
  • list.activeSelectionIconForeground#333333
  • list.highlightForeground#1E754F
  • list.hoverBackground#3333332f
  • list.inactiveSelectionBackground#dadada
  • menu.background#f8f8f8
  • menu.border#dadada
  • menu.foreground#333333
  • menu.hoverBackground#1E754F
  • menu.selectionBackground#1E754F
  • menu.selectionForeground#fff
  • notificationCenterHeader.background#f8f8f8
  • notificationCenterHeader.foreground#333333
  • notifications.background#f8f8f8
  • notifications.border#dadada
  • notifications.foreground#333333
  • panel.background#ffffff
  • panel.border#dadada
  • panelInput.border#dadada
  • panelTitle.activeBorder#1E754F
  • panelTitle.activeForeground#333333
  • panelTitle.inactiveForeground#33333388
  • peekViewResult.background#f8f8f8
  • pickerGroup.border#dadada
  • progressBar.background#1E754F
  • quickInput.background#f8f8f8
  • quickInput.foreground#333333
  • quickInputList.focusBackground#dadada
  • quickInputList.focusForeground#333333
  • settings.dropdownBackground#ffffff
  • settings.dropdownBorder#dadada
  • settings.headerForeground#333333
  • settings.numberInputBorder#dadada
  • settings.textInputBorder#dadada
  • sideBar.background#ebebec
  • sideBar.border#dadada
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#ebebec
  • sideBarSectionHeader.border#dadada
  • sideBarSectionHeader.foreground#333333
  • sideBarTitle.foreground#333333
  • statusBar.background#ffffff
  • statusBar.border#dadada
  • statusBar.debuggingBackground#1E754F
  • statusBar.debuggingForeground#fff
  • statusBar.focusBorder#1E754F
  • statusBar.foreground#333333
  • statusBar.noFolderBackground#f8f8f8
  • statusBarItem.errorBackground#ffffff
  • statusBarItem.focusBorder#1E754F
  • statusBarItem.remoteBackground#1E754F
  • statusBarItem.remoteForeground#fff
  • tab.activeBackground#ffffff
  • tab.activeBorder#ffffff
  • tab.activeBorderTop#0000
  • tab.activeForeground#333333
  • tab.border#dadada
  • tab.hoverBackground#ebebecaf
  • tab.inactiveBackground#ebebec
  • tab.inactiveForeground#33333388
  • tab.lastPinnedBorder#33333333
  • tab.unfocusedActiveBorder#f8f8f8
  • tab.unfocusedActiveBorderTop#dadada
  • tab.unfocusedHoverBackground#f8f8f8
  • terminal.ansiBlack#777777
  • terminal.ansiBlue#0070F3
  • terminal.ansiBrightBlack#393a34
  • terminal.ansiBrightBlue#0060D1
  • terminal.ansiBrightCyan#0D8C7D
  • terminal.ansiBrightGreen#63C174
  • terminal.ansiBrightMagenta#DE2670
  • terminal.ansiBrightRed#DA3036
  • terminal.ansiBrightWhite#cccccc
  • terminal.ansiBrightYellow#E5C07B
  • terminal.ansiCyan#14b8a6
  • terminal.ansiGreen#46A758
  • terminal.ansiMagenta#E93D82
  • terminal.ansiRed#E5484D
  • terminal.ansiWhite#cccccc
  • terminal.ansiYellow#E5C07B
  • terminal.foreground#333333
  • terminal.selectionBackground#1E754F4f
  • terminal.tab.activeBorder#1E754F
  • terminalCursor.foreground#1E754F
  • textBlockQuote.background#dadada
  • textCodeBlock.background#dadada
  • textLink.activeForeground#1E754F
  • textLink.foreground#1E754F
  • textPreformat.background#dadada
  • titleBar.activeBackground#ebebec
  • titleBar.activeForeground#333333
  • titleBar.border#dadada
  • titleBar.inactiveBackground#ebebec
  • titleBar.inactiveForeground#33333388
  • welcomePage.progress.foreground#1E754F
  • welcomePage.tileBackground#dadada

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment, punctuation.definition.comment#008000
support, property, variable, identifier, attribute.name, custom.variable, custom.punctuation, meta.property-value.scss, support.variable.property, entity.name.function.scss, keyword.operator.gradient, meta.at-rule.keyframe.less, meta.function-call.arguments, support.type.custom-property, punctuation.definition.custom-property.less#333333
entity.other.attribute-name.html.vue#DA3036
support.variable, variable.language#DA3036
constant, entity.name.constant, meta.definition.variable, constant.character.escape, keyword.operator.or.regexp, punctuation.definition.group, keyword.operator.quantifier.regexp, punctuation.definition.character-class.regexp#DA3036
meta.group.regexp, keyword.control.anchor.regexp, constant.other.character-class#A31515
string, source.ini, markup.underline.link, meta.embedded.assembly, meta.attribute-selector.scss, constant.other.color.rgb-value, support.constant.property-value, string punctuation.section.embedded source#A31515
constant.language, meta.module-reference#0000EE
number, constant.numeric, keyword.other.unit, meta.at-rule.keyframes.scss, entity.other.keyframe-offset, entity.other.attribute-name.scss, source.css.less keyword.other.keyframe-selector.less#098658
variable.parameter.misc.css, variable.parameter.url.scss, entity.other.attribute-name, punctuation.definition.entity., meta.at-rule.utility.body.tailwind, invalid.deprecated.entity.other.attribute-name, entity.other.attribute-name.parent-selector-suffix#DA3036
entity.other.attribute-name.id, entity.other.attribute-name.class, punctuation.definition.entity.css#800000
meta.property-name, meta.function-call.less, variable.other.property, meta.object-literal.key, keyword.other.definition, meta.definition.property, variable.object.property, support.variable.property, support.constant.property, variable.other.enummember, variable.other.object.property, variable.other.constant.property, constant.language.import-export-all#001080
source.coffee.embedded, support.type.property-name.css, support.type.property-name.less, support.type.vendor-prefix.less, support.type.vendored.property-name.css, keyword.other.keyframe-selector.less, support.type.property-name.media, meta.at-rule.media.header.css, meta.property-value.css, entity.name.tag.custom.css, entity.name.tag.custom.scss, meta.at-rule.keyframe.less, variable.other.constant.animation-name, support.constant.vendored.property-value.css#001080
constant.language.null, constant.language.undefined#0000EE
entity.name.tag#800000
entity.name.tag.template, entity.name.tag.script, entity.name.tag.style, entity.name.tag.routeundefined
entity.name.tag.yaml, keyword.other.definition.ini, support.type.property-name.json#0451A5
storage.type, markup.heading, storage.modifier, entity.name.section.markdown, variable.other.link.underline, keyword.operator.logic, keyword.operator.logical.and, keyword.operator.logical.scss, keyword.operator.logical.python, keyword.operator.logical.feature, punctuation.definition.template-expression#0000EE
keyword, constant.character, keyword.operator.new, storage.type.class.jsdoc, keyword.operator.expression, support.type.object.module.js#AF00DB
entity, entity.name, support.function, meta.function-call, entity.name.function, variable.language.super, entity.name.operator.custom-literal, source.powershell variable.other.member#795E26
support.class, entity.name.namespace, entity.name.type.class, entity.name.type.module, support.class.component, entity.other.inherited-class#206595
support.type, meta.function, entity.name.type, meta.type.parameters, meta.type.annotation, meta.namespace.declaration, variable.language.relations.prisma#206595
storage.type.error, storage.type.string, storage.type.symbol, storage.type.numeric, storage.type.boolean, support.type.builtin, support.type.primitive#206595
meta.jsx.children, meta.embedded.block.html#333333
keyword.operator.ternary, keyword.operator.logical, keyword.operator.bitwise, keyword.operator.increment, keyword.operator.decrement, keyword.operator.relational, keyword.operator.comparison, keyword.operator.arithmetic, invalid.illegal.combinator.less#DA3036
source.ts, delimiter, meta.block, meta.brace, punctuation, meta.parameters, keyword.operator, meta.objectliteral, meta.array.literal, source.prisma.array, punctuation.accessor, meta.type.annotation, meta.feature-query.css, meta.function.calc.css, meta.property-list.css, source.prisma.embedded, meta.tag.block.any.html, meta.tag.inline.any.html, meta.attribute.directive, entity.name.tag.reference, storage.type.function.arrow, support.constant.handlebars, keyword.operator.assignment, punctuation.section.function, punctuation.separator.key-value, meta.at-rule.supports.header.css, punctuation.definition.parameters, meta.tag.structure.input.void.html, punctuation.definition.typeparameters, punctuation.definition.attribute-selector, source.css.less punctuation.definition.group, meta.embedded.block.github-actions-expression, invalid.illegal.character-not-allowed-here.html#888888cf
markup.strikethroughstrikethrough
markup.boldbold
markup.italicitalic
markup.inserted, punctuation.definition.inserted#1E754F
markup.deleted, punctuation.definition.deleted#DA3036
markup.changed, punctuation.definition.changed#4B69C6
markup.ignored, markup.untracked#2f363d
meta.diff.range#b392f0bold
meta.diff.header#79b8ff

Shiki preview

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

Loading...