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.activeBackground#bdbdbd
  • activityBar.background#f2f2f2
  • activityBar.border#d1d1d1
  • activityBar.foreground#000000
  • breadcrumb.background#f2f2f2
  • button.background#4e8bca
  • debugConsole.errorForeground#7f0000
  • debugConsole.infoForeground#000000
  • debugConsole.sourceForeground#006dcc
  • debugConsole.warningForeground#000000
  • diffEditor.insertedLineBackground#bee6be
  • diffEditor.insertedTextBackground#a0f1a0
  • diffEditor.removedLineBackground#d6d6d6
  • diffEditor.removedTextBackground#ebeaea
  • diffEditorGutter.insertedLineBackground#e5f5e5
  • diffEditorGutter.removedLineBackground#efefef
  • dropdown.background#ffffff
  • dropdown.border#d1d1d1
  • editor.background#ffffff
  • editor.findMatchBackground#a6d2ff
  • editor.findMatchBorder#000000
  • editor.findMatchHighlightBackground#ffe959
  • editor.findMatchHighlightBorder#ffe95900
  • editor.foldBackground#00000000
  • editor.foreground#000000
  • editor.lineHighlightBackground#fcfaed
  • editor.lineHighlightBorder#fcfaed00
  • editor.selectionBackground#a6d2ff
  • editor.selectionHighlightBackground#edebfc
  • editor.wordHighlightBackground#edebfc
  • editorBracketHighlight.foreground1#000000
  • editorBracketHighlight.foreground2#000000
  • editorBracketHighlight.foreground3#000000
  • editorBracketHighlight.foreground4#000000
  • editorBracketHighlight.foreground5#000000
  • editorBracketHighlight.foreground6#000000
  • editorBracketMatch.background#93d9d9
  • editorBracketMatch.border#93d9d900
  • editorError.foreground#ff0000
  • editorGroupHeader.tabsBackground#f2f2f2
  • editorGroupHeader.tabsBorder#d1d1d1
  • editorGutter.background#f2f2f2
  • editorHoverWidget.border#ababab
  • editorIndentGuide.activeBackground#e6e6e6
  • editorIndentGuide.background#e6e6e6
  • editorInfo.foreground#cccccc
  • editorInlayHint.background#f5f5f5
  • editorInlayHint.foreground#7a7a7a
  • editorLineNumber.activeForeground#adadad
  • editorLineNumber.foreground#adadad
  • editorSuggestWidget.border#ababab
  • editorSuggestWidget.focusHighlightForeground#2470b3
  • editorSuggestWidget.highlightForeground#2470b3
  • editorSuggestWidget.selectedBackground#c5dffc
  • editorSuggestWidget.selectedForeground#000000
  • editorUnnecessaryCode.opacity#000000e0
  • editorWarning.background#f5eac1
  • editorWidget.background#f7f7f7
  • foreground#000000
  • gitDecoration.addedResourceForeground#0a7700
  • gitDecoration.conflictingResourceForeground#ff0000
  • gitDecoration.deletedResourceForeground#616161
  • gitDecoration.ignoredResourceForeground#727238
  • gitDecoration.modifiedResourceForeground#0032a0
  • gitDecoration.renamedResourceForeground#0032a0
  • gitDecoration.stageDeletedResourceForeground#616161
  • gitDecoration.stageModifiedResourceForeground#0032a0
  • gitDecoration.submoduleResourceForeground#000000
  • gitDecoration.untrackedResourceForeground#993300
  • input.background#00000000
  • input.border#d1d1d1
  • inputOption.activeBackground#dae4ed
  • inputOption.activeForeground#40b6e0
  • inputOption.hoverBackground#dfdfdf
  • list.activeSelectionBackground#2675bf
  • list.hoverBackground#00000000
  • list.inactiveSelectionBackground#d4d4d4
  • menu.background#f2f2f2
  • menu.border#d9d9d9
  • menu.separatorBackground#d9d9d9
  • menubar.selectionBackground#2675bf
  • menubar.selectionForeground#ffffff
  • panelTitle.activeBorder#4a88c7
  • sideBar.background#ffffff
  • sideBar.border#d1d1d1
  • sideBarSectionHeader.background#00000000
  • statusBar.background#f2f2f2
  • statusBar.border#d1d1d1
  • statusBar.debuggingBackground#f2f2f2
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#f2f2f2
  • statusBarItem.remoteBackground#6e6e6e
  • statusBarItem.remoteForeground#f2f2f2
  • tab.activeBorder#4083c9
  • tab.inactiveBackground#f2f2f2
  • terminal.ansiBlue#063fdb
  • terminal.ansiBrightBlue#063fdb
  • terminal.ansiBrightCyan#028e8e
  • terminal.ansiBrightGreen#067d17
  • terminal.ansiBrightMagenta#b309b3
  • terminal.ansiBrightRed#ce0505
  • terminal.ansiBrightWhite#929292
  • terminal.ansiBrightYellow#b28c00
  • terminal.ansiCyan#028e8e
  • terminal.ansiGreen#067d17
  • terminal.ansiMagenta#b309b3
  • terminal.ansiRed#ce0505
  • terminal.ansiWhite#929292
  • terminal.ansiYellow#b28c00
  • titleBar.activeBackground#f2f2f2
  • titleBar.border#d9d9d9
  • titleBar.inactiveBackground#f2f2f2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8c8c8citalic
keyword, storage, keyword.declaration, variable.language, keyword.operator.instanceof, keyword.other.important.css, keyword.operator.logical.only.media.css, keyword.operator.logical.and.media.css#0033b3—
variable.other.definition, variable.other.object.property, support.variable#871094—
meta.method.identifier, entity.name.function.dart, entity.name.function.definition#00627a
constant.numeric#1750eb—
string.quoted.single, string.quoted.double, string.quoted.triple, string.quoted.other, string.interpolated, string.template#067d17—
constant.character.escape#0037a6—
entity.name.tag#0033b3—
punctuation.definition.tag#080808—
meta.tag#174ad4—
constant.language#0033b3
keyword.other.documentation.javadoc#8c8c8citalic underline
storage.modifier.import, storage.modifier.package#000000
storage.type.annotation, punctuation.definition.annotation#9e880d
punctuation.definition.parameters, keyword.control.ternary, keyword.operator, storage.type.generic, storage.type.java, variable.parameter#000000—
punctuation.definition.directive, keyword.control.directive#9e880d
variable.other.property#660e7a—
entity.name.type.class#008080
entity.name.scope-resolution, entity.name.namespace#008080—
entity.other.attribute-name.namespace#871094—
entity.name.tag.xml#174ad4—
support.type.property-name.json#871094
meta.property-name.css#174ad4—
keyword.other.unit, support.constant.property-value.css#067d17—
meta.selector.css#0033b3—
support.constant.media.css#067d17—
support.type.property-name.media.css#0033b3—
support.type.vendored.property-name.media.css#174ad4—
constant.other.color.rgb-value.hex.css#0033b3—
punctuation.definition.entity.css#000000—
support.function#0033b3—
variable.parameter.misc.css#0033b3—
variable.other.object.js#830091—
variable.other.readwrite.js, variable.other.constant.js#248f8f—
meta.function-call.js#7a7a43—
meta.definition.function.js#080808—
variable.parameter.js#080808underline
punctuation.definition.list.begin.markdown, punctuation.definition.bold.markdown#0033b3—
markup.heading.markdown#871094italic
markup.bold.markdown—bold
meta.image.inline.markdown—italic
punctuation.definition.link, string.other.link.description, string.other.link.title#006dcc—
markup.underline.link#00627aitalic
punctuation.definition.metadata.markdown#087d17—

Shiki preview

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

Loading...