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.activeBackground#ffffff08
  • activityBar.background#2e3442
  • activityBar.foreground#abbbdb
  • activityBarBadge.background#008cff
  • activityBarBadge.foreground#f8fafd
  • breadcrumb.activeSelectionForeground#abbbdb
  • breadcrumb.foreground#abbbdb90
  • button.background#008cff
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#1d1f23
  • dropdown.border#181a1f
  • editor.background#2a303c
  • editor.findMatchBackground#42557b
  • editor.findMatchHighlightBackground#31436550
  • editor.lineHighlightBackground#383e4a
  • editor.selectionBackground#3e4451
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#f3463d
  • editorGroup.border#181a1f
  • editorGroup.dropBackground#47506780
  • editorGroup.emptyBackground#181a1f
  • editorGroupHeader.tabsBackground#242934
  • editorHoverWidget.background#21252b
  • editorHoverWidget.border#181a1f
  • editorLineNumber.foreground#495162
  • editorRuler.foreground#484848
  • editorSuggestWidget.background#21252b
  • editorSuggestWidget.border#181a1f
  • editorSuggestWidget.selectedBackground#2c313a
  • editorUnnecessaryCode.opacity#000000c0
  • editorWhitespace.foreground#484a50
  • editorWidget.background#262b36
  • editorWidget.border#343a49
  • editorWidget.foreground#73839e
  • focusBorder#008cff
  • gitDecoration.addedResourceForeground#6aff00
  • gitDecoration.conflictingResourceForeground#ff392e
  • gitDecoration.deletedResourceForeground#ff392e
  • gitDecoration.ignoredResourceForeground#596276
  • gitDecoration.modifiedResourceForeground#fff200
  • gitDecoration.renamedResourceForeground#fff200
  • gitDecoration.stageDeletedResourceForeground#ff392e
  • gitDecoration.stageModifiedResourceForeground#fff200
  • gitDecoration.submoduleResourceForeground#fff200
  • gitDecoration.untrackedResourceForeground#6aff00
  • icon.foreground#cddeff80
  • input.background#2a303c
  • input.foreground#c4d9ff
  • input.placeholderForeground#566379
  • inputOption.activeBorder#008cff
  • inputOption.activeForeground#ffffff
  • inputOption.hoverBackground#73839e50
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#383e4a
  • list.highlightForeground#c5c5c5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • notificationCenterHeader.background#1d2129
  • notificationCenterHeader.foreground#9da5b4
  • notifications.background#1d2129
  • notifications.foreground#9da5b499
  • panel.border#747d9140
  • scrollbarSlider.activeBackground#747d9180
  • scrollbarSlider.background#4e566680
  • scrollbarSlider.hoverBackground#5a637580
  • selection.background#3e4451
  • sideBar.background#20252e
  • sideBarSectionHeader.background#252b35
  • sideBarTitle.foreground#9da5b4
  • statusBar.background#1d2129
  • statusBar.debuggingBackground#21252b
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252b
  • statusBarItem.hoverBackground#2c313a
  • tab.activeBackground#2a303c
  • tab.border#21242d
  • tab.inactiveBackground#252933
  • terminal.ansiBlack#2d3139
  • terminal.ansiBlue#008cff
  • terminal.ansiBrightBlack#7f848e
  • terminal.ansiBrightBlue#008cff
  • terminal.ansiBrightCyan#51d7e9
  • terminal.ansiBrightGreen#9add6b
  • terminal.ansiBrightMagenta#7e0097
  • terminal.ansiBrightRed#f44747
  • terminal.ansiBrightWhite#d7dae0
  • terminal.ansiBrightYellow#ffd485
  • terminal.ansiCyan#51d7e9
  • terminal.ansiGreen#9add6b
  • terminal.ansiMagenta#cd5cef
  • terminal.ansiRed#fe7581
  • terminal.ansiWhite#d7dae0
  • terminal.ansiYellow#ffd485
  • terminal.foreground#a0afcb
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#282c34
  • titleBar.inactiveForeground#6b717d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#576C90
entity.name.tag.localname.xml, entity.name.tag.xml#FE7581bold
string, string.template#FFD485
string.other.link.title.markdown#FFD485bold
constant.numeric#CD5CEF
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#CD5CEF
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, source.go, meta.paragraph.markdown, meta.object-literal.key.js#A0AFCB
constant.language#51D7E9bold
constant.character, constant.other#51D7E9
variable.language#FE7581
keyword, keyword.operator.logical, keyword.operator.constructor#FE7581
keyword.import.go, keyword.package.go#FE7581bold
keyword.operator#FE7581
storage#FE7581
storage.type#51D7E9
storage.type.rust, keyword.other.rust, source.rust#51D7E9bold
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#4DA7F1
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#46AAFC
variable.other, variable.other.property, variable.other.block#A0AFCB
entity.other.inherited-class#9ADD6B
storage.modifier.import, storage.modifier.package#46AAFC
entity.name.function, support.function#66C956bold
variable.parameter, entity.name.variable.parameter, parameter.variable#D19A66italic
entity.name.function-call#A0AFCB
function.support.builtin, function.support.core#9ADD6B
text.html.php, text.xml#A0AFCB
entity.name.tag, entity.name.tag.class.js#FE7581
entity.name.tag.class, entity.name.tag.id#51D7E9
entity.other.attribute-name#9ADD6B
support.constant#51D7E9
support.type, support.variable#51D7E9
support.dictionary.json#51D7E9
meta.namespace.declaration.tsbold
keyword.rewrite.apacheconf, source.apacheconfbold
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#A0AFCB
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#51D7E9
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#9ADD6B
variable.css, variable.scss, variable.less, variable.sass#51D7E9
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#FFD485
unit.css, unit.scss, unit.less, unit.sass#CD5CEF
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.pseudo-class.css, keyword.control.at-rule.font-face.css, keyword.control.at-rule.media.cssbold
function.css, function.scss, function.less, function.sass#51D7E9
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
support.type.property-name.json#66C956bold
keyword.operator.comparison.php#CD5CEFbold
string.detected-link#46AAFC
meta.diff, meta.diff.header#75715E
markup.deleted#FE7581
markup.inserted#9ADD6B
markup.changed#FFD485
constant.numeric.line-number.find-in-files - match#51D7E9A0
entity.name.filename.find-in-files#FFD485
markup.italic, markup.italic.markdownitalic
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown#6A82AC
punctuation.definition.metadata.markdown, punctuation.definition.link.title.end.markdown, punctuation.definition.link.title.begin.markdown#9ADD6B
punctuation.definition.italic.markdownitalic
markup.underline.link.markdown#008CFF
markup.bold.markdownbold
markup.heading.markdown#FE7581bold
markup.quote.markdown#9ADD6B
meta.separator.markdown#CD5CEFbold
markup.raw.inline.markdown, markup.raw.block.markdown#51D7E9
punctuation.definition.list_item.markdown#FFFFFFbold
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
Starlight Drift by Gre - VS Code Theme