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.background#333333
  • activityBar.border#33333360
  • activityBar.foreground#eeffff60
  • activityBarBadge.background#bae4dd
  • activityBarBadge.foreground#000000
  • badge.background#bae4dd
  • badge.foreground#000000
  • button.background#616161
  • debugToolBar.background#333333
  • diffEditor.insertedTextBackground#c3e88d15
  • diffEditor.removedTextBackground#ed6d55
  • dropdown.background#333333
  • dropdown.border#ffffff10
  • editor.background#333333
  • editor.foreground#e5e5e5
  • editor.lineHighlightBackground#00000050
  • editor.selectionBackground#61616150
  • editor.selectionHighlightBackground#ffcc0020
  • editorBracketMatch.background#b377a7
  • editorBracketMatch.border#333333
  • editorCursor.foreground#fff888
  • editorError.foreground#ed6d55
  • editorGroup.border#00000030
  • editorGroupHeader.tabsBackground#333333
  • editorGutter.addedBackground#cdf3a5
  • editorGutter.deletedBackground#ed6d55
  • editorGutter.modifiedBackground#fff888
  • editorHoverWidget.background#333333
  • editorHoverWidget.border#ffffff10
  • editorIndentGuide.background#42424270
  • editorLineNumber.foreground#424242
  • editorLink.activeForeground#eeffff
  • editorMarkerNavigation.background#eeffff05
  • editorOverviewRuler.border#333333
  • editorRuler.foreground#42424270
  • editorSuggestWidget.background#333333
  • editorSuggestWidget.border#ffffff10
  • editorSuggestWidget.foreground#eeffff
  • editorSuggestWidget.highlightForeground#b3e0ff
  • editorSuggestWidget.selectedBackground#00000050
  • editorWarning.foreground#cdf3a5
  • editorWhitespace.foreground#eeffff10
  • editorWidget.background#333333
  • extensionButton.prominentBackground#cdf3a5
  • extensionButton.prominentHoverBackground#c3e88d
  • focusBorder#ffffff00
  • input.background#ffffff05
  • input.border#ffffff10
  • input.foreground#eeffff
  • input.placeholderForeground#eeffff60
  • inputValidation.errorBorder#ed6d55
  • inputValidation.infoBorder#9eb9d1
  • inputValidation.warningBorder#fff888
  • list.activeSelectionBackground#333333
  • list.activeSelectionForeground#bae4dd
  • list.focusBackground#bae4dd99
  • list.focusForeground#eeffff
  • list.highlightForeground#bae4dd
  • list.hoverBackground#333333
  • list.hoverForeground#e5e5e5
  • list.inactiveSelectionBackground#00000020
  • list.inactiveSelectionForeground#bae4dd
  • panel.background#333333
  • panel.border#33333360
  • panelTitle.activeForeground#eeffff
  • peekView.border#00000030
  • peekViewEditor.background#eeffff05
  • peekViewEditor.matchHighlightBackground#61616150
  • peekViewEditorGutter.background#eeffff05
  • peekViewResult.background#eeffff05
  • peekViewResult.matchHighlightBackground#61616150
  • peekViewTitle.background#eeffff05
  • peekViewTitleDescription.foreground#eeffff60
  • pickerGroup.foreground#bae4dd
  • progressBar.background#bae4dd
  • scrollbar.shadow#33333300
  • scrollbarSlider.activeBackground#bae4dd
  • scrollbarSlider.background#00000050
  • scrollbarSlider.hoverBackground#00000030
  • selection.background#eeffff
  • sideBar.background#333333
  • sideBar.border#33333360
  • sideBar.foreground#616161
  • sideBarSectionHeader.background#333333
  • sideBarTitle.foreground#eeffff
  • statusBar.background#333333
  • statusBar.border#33333360
  • statusBar.debuggingBackground#b377a7
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#616161
  • statusBar.noFolderBackground#333333
  • tab.activeBorder#bae4dd
  • tab.activeForeground#ffffff
  • tab.border#333333
  • tab.hoverBackground#42424210
  • tab.inactiveBackground#333333
  • tab.inactiveForeground#616161
  • tab.unfocusedActiveBorder#4a4a4a
  • tab.unfocusedActiveForeground#eeffff
  • terminal.ansiBlack#3b4252
  • terminal.ansiBlue#9eb9d1
  • terminal.ansiBrightBlack#979dab
  • terminal.ansiBrightBlue#9eb9d1
  • terminal.ansiBrightCyan#b3e0ff
  • terminal.ansiBrightGreen#cdf3a5
  • terminal.ansiBrightMagenta#b377a7
  • terminal.ansiBrightRed#ed6d55
  • terminal.ansiBrightWhite#eceff4
  • terminal.ansiBrightYellow#fff888
  • terminal.ansiCyan#bae4dd
  • terminal.ansiGreen#cdf3a5
  • terminal.ansiMagenta#b377a7
  • terminal.ansiRed#ed6d55
  • terminal.ansiWhite#e5e9f0
  • terminal.ansiYellow#fff888
  • terminal.foreground#e5e5e5
  • textLink.activeForeground#eeffff
  • textLink.foreground#bae4dd
  • titleBar.activeBackground#333333
  • titleBar.activeForeground#4a4a4a
  • titleBar.border#33333360
  • titleBar.inactiveBackground#333333
  • titleBar.inactiveForeground#4a4a4a
  • widget.shadow#00000030

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
emphasis—italic
strong—bold
comment#979dab—
constant.character#fff888—
constant.character.escape#fff888—
constant.language#fff888—
constant.numeric#fff888—
constant.regexp#fff888—
entity.name.class, entity.name.type.class#b3e0ff—
entity.name.function#bae4dd—
entity.name.tag#9eb9d1—
entity.other.attribute-name#b3e0ff—
entity.other.inherited-class#b3e0ffbold
invalid.deprecated#e5e5e5—
invalid.illegal#e5e5e5—
keyword#9eb9d1bold
keyword.operator#ff94afbold
keyword.other.new#ff94afbold
markup.bold—bold
markup.changed#fff888—
markup.deleted#ed6d55—
markup.inserted#cdf3a5—
meta.preprocessor#9eb9d1—
punctuation#ECEFF4—
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters#ECEFF4—
punctuation.definition.tag#9eb9d1—
punctuation.definition.comment, punctuation.end.definition.comment, punctuation.start.definition.comment#979dab—
punctuation.section#ECEFF4—
punctuation.section.embedded.begin, punctuation.section.embedded.end#9eb9d1—
punctuation.terminator#9eb9d1—
punctuation.definition.variable#9eb9d1—
storage#fff888—
storage.type.js, source.json#bae4dd—
string#cdf3a5—
string.regexp#fff888—
support.class#b3e0ff—
support.constant#9eb9d1—
support.function#bae4dd—
support.function.construct#9eb9d1—
support.type#b3e0ff—
support.type.exception#b3e0ff—
token.debug-token#b377a7—
token.error-token#ed6d55—
token.info-token#bae4dd—
token.warn-token#fff888—
variable.other#e5e5e5—
variable.language#9eb9d1—
variable.parameter#e5e5e5—
punctuation.separator.pointer-access.c#9eb9d1—
source.c meta.preprocessor.include, source.c string.quoted.other.lt-gt.include#b3e0ff—
source.cpp keyword.control.directive.conditional, source.cpp punctuation.definition.directive, source.c keyword.control.directive.conditional, source.c punctuation.definition.directive#9eb9d1bold
source.css constant.other.color.rgb-value#b377a7—
source.css meta.property-value#bae4dd—
source.css keyword.control.at-rule.media, source.css keyword.control.at-rule.media punctuation.definition.keyword#D08770—
source.css punctuation.definition.keyword#9eb9d1—
source.css support.type.property-name#e5e5e5—
source.diff meta.diff.range.context#b3e0ff—
source.diff meta.diff.header.from-file#b3e0ff—
source.diff punctuation.definition.from-file#b3e0ff—
source.diff punctuation.definition.range#b3e0ff—
source.diff punctuation.definition.separator#9eb9d1—
source.go constant.other.placeholder.go#fff888—
source.java comment.block.documentation.javadoc punctuation.definition.entity.html#9eb9d1—
source.java constant.other#e5e5e5—
source.java keyword.other.documentation#b3e0ff—
source.java keyword.other.documentation.author.javadoc#b3e0ff—
source.java keyword.other.documentation.directive, source.java keyword.other.documentation.custom#b3e0ff—
source.java keyword.other.documentation.see.javadoc#b3e0ff—
source.java meta.method-call meta.method#bae4dd—
source.java meta.tag.template.link.javadoc, source.java string.other.link.title.javadoc#b3e0ff—
source.java meta.tag.template.value.javadoc#bae4dd—
source.java punctuation.definition.keyword.javadoc#b3e0ff—
source.java punctuation.definition.tag.begin.javadoc, source.java punctuation.definition.tag.end.javadoc#979dab—
source.java storage.modifier.import#b3e0ff—
source.java storage.modifier.package#b3e0ff—
source.java storage.type#b3e0ff—
source.java storage.type.annotation#D08770—
source.java storage.type.generic#b3e0ff—
source.java storage.type.primitive#9eb9d1—
source.js punctuation.decorator, source.js meta.decorator variable.other.readwrite, source.js meta.decorator entity.name.function#D08770—
source.js meta.object-literal.key#bae4dd—
source.js storage.type.class.jsdoc#b3e0ff—
source.js string.template punctuation.definition.template-expression#9eb9d1—
source.js string.template meta.template.expression support.variable.property, source.js string.template meta.template.expression variable.other.object#e5e5e5—
source.js support.type.primitive#9eb9d1—
source.js meta.var.expr variable.other.object#b3e0ff—
source.js variable.other.readwrite.alias#b3e0ff—
text.html.basic constant.character.entity.html#fff888—
text.html.basic constant.other.inline-data#D08770italic
text.html.basic meta.tag.sgml.doctype#9eb9d1—
text.html.basic punctuation.definition.entity#9eb9d1—
source.properties entity.name.section.group-title.ini#bae4dd—
source.properties punctuation.separator.key-value.ini#9eb9d1—
text.html.markdown markup.fenced_code.block, text.html.markdown markup.fenced_code.block punctuation.definition#b3e0ff—
markup.heading#bae4dd—
text.html.markdown markup.inline.raw, text.html.markdown markup.inline.raw punctuation.definition.raw#b3e0ff—
text.html.markdown markup.italic—italic
text.html.markdown beginning.punctuation.definition.list#9eb9d1—
text.html.markdown beginning.punctuation.definition.quote#b3e0ff—
text.html.markdown markup.quote#979dab—
text.html.markdown punctuation.definition.heading#9eb9d1—
text.html.markdown punctuation.definition.constant, text.html.markdown punctuation.definition.string#9eb9d1—
text.html.markdown constant.other.reference.link, text.html.markdown string.other.link.description, text.html.markdown string.other.link.title#bae4dd—
source.php meta.function-call, source.php meta.function-call.object#bae4dd—
source.python entity.name.function.decorator, source.python meta.function.decorator support.type#D08770—
source.python meta.function-call, source.python meta.function-call.generic#bae4dd—
source.python support.type#bae4dd—
source.python variable.parameter.function.language#e5e5e5—
source.python meta.function.parameters variable.parameter.function.language.special.self#9eb9d1—
source.css.scss punctuation.definition.interpolation.begin.bracket.curly, source.css.scss punctuation.definition.interpolation.end.bracket.curly#9eb9d1—
source.css.scss variable.interpolation#e5e5e5italic
source.ts punctuation.decorator, source.ts meta.decorator variable.other.readwrite, source.ts meta.decorator entity.name.function, source.tsx punctuation.decorator, source.tsx meta.decorator variable.other.readwrite, source.tsx meta.decorator entity.name.function#D08770—
source.ts meta.object-literal.key, source.tsx meta.object-literal.key#e5e5e5—
source.ts meta.object-literal.key entity.name.function, source.tsx meta.object-literal.key entity.name.function#bae4dd—
source.ts support.class, source.ts support.type, source.ts entity.name.type, source.ts entity.name.class, source.tsx support.class, source.tsx support.type, source.tsx entity.name.type, source.tsx entity.name.class#b3e0ff—
source.ts support.constant.math, source.ts support.constant.dom, source.ts support.constant.json, source.tsx support.constant.math, source.tsx support.constant.dom, source.tsx support.constant.json#b3e0ff—
source.ts support.variable, source.tsx support.variable#e5e5e5—
text.xml entity.name.tag.namespace#b3e0ff—
text.xml keyword.other.doctype#9eb9d1—
text.xml meta.tag.preprocessor entity.name.tag#9eb9d1—
text.xml string.unquoted.cdata, text.xml string.unquoted.cdata punctuation.definition.string#D08770italic
source.yaml entity.name.tag#b3e0ff—
Borealis by Azech - VS Code Theme