Skip to main content
Coding Theme

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.

  • //section1============== Base ==============
  • //section10============== Tabs ==============
  • //section11============== Status bar ==============
  • //section12============== Title bar ==============
  • //section13============== Panels (terminal, problems, output) ==============
  • //section14============== Inputs / dropdowns / buttons ==============
  • //section15============== Quick input (command palette, file picker) ==============
  • //section16============== Notifications ==============
  • //section17============== Scrollbars ==============
  • //section18============== Git decorations (file tree) — IntelliJ deuteranopia palette ==============
  • //section19============== Merge / conflict markers ==============
  • //section2============== Editor ==============
  • //section20============== Symbol icons (outline, breadcrumbs) ==============
  • //section21============== Terminal ==============
  • //section22============== Debug ==============
  • //section23============== Misc ==============
  • //section24============== Charts (used by some extensions) ==============
  • //section3============== Editor: gutter, line numbers ==============
  • //section4============== Editor: errors / warnings (no red) ==============
  • //section5============== Editor: diff (IntelliJ deuteranopia palette) ==============
  • //section5_noteWord-level uses ~75% alpha over darker base colors so the highlight reads as clearly distinct, not washed.
  • //section6============== Editor: hover, suggestion, peek ==============
  • //section7============== Activity bar (leftmost icon strip) ==============
  • //section8============== Sidebar (file explorer, search, etc.) ==============
  • //section9============== Lists (file tree, search results, etc.) ==============
  • activityBar.activeBackground#15171900
  • activityBar.activeBorder#0891B2
  • activityBar.background#151719
  • activityBar.border#15171900
  • activityBar.foreground#E4E4E7
  • activityBar.inactiveForeground#71717A
  • activityBarBadge.background#0891B2
  • activityBarBadge.foreground#151719
  • activityBarTop.activeBorder#0891B2
  • activityBarTop.foreground#E4E4E7
  • activityBarTop.inactiveForeground#71717A
  • badge.background#0891B2
  • badge.foreground#151719
  • breadcrumb.activeSelectionForeground#0891B2
  • breadcrumb.background#151719
  • breadcrumb.focusForeground#E4E4E7
  • breadcrumb.foreground#A1A1AA
  • breadcrumbPicker.background#1A1D21
  • button.background#0891B2
  • button.border#0891B200
  • button.foreground#151719
  • button.hoverBackground#A5F3FC
  • button.secondaryBackground#1F2226
  • button.secondaryForeground#E4E4E7
  • button.secondaryHoverBackground#2A2E33
  • charts.blue#60A5FA
  • charts.foreground#E4E4E7
  • charts.green#73BD79
  • charts.lines#3F3F46
  • charts.orange#FACC15
  • charts.purple#C084FC
  • charts.red#F59E0B
  • charts.yellow#FACC15
  • checkbox.background#1F2226
  • checkbox.border#2A2E33
  • checkbox.foreground#E4E4E7
  • checkbox.selectBackground#0891B2
  • checkbox.selectBorder#0891B2
  • debugConsole.errorForeground#F59E0B
  • debugConsole.infoForeground#0891B2
  • debugConsole.sourceForeground#A1A1AA
  • debugConsole.warningForeground#FACC15
  • debugConsoleInputIcon.foreground#0891B2
  • debugIcon.breakpointCurrentStackframeForeground#FACC15
  • debugIcon.breakpointDisabledForeground#71717A
  • debugIcon.breakpointForeground#F59E0B
  • debugIcon.breakpointStackframeForeground#0891B2
  • debugIcon.breakpointUnverifiedForeground#D69A6B
  • debugIcon.continueForeground#73BD79
  • debugIcon.disconnectForeground#A1A1AA
  • debugIcon.pauseForeground#FACC15
  • debugIcon.restartForeground#0891B2
  • debugIcon.startForeground#73BD79
  • debugIcon.stepBackForeground#0891B2
  • debugIcon.stepIntoForeground#0891B2
  • debugIcon.stepOutForeground#0891B2
  • debugIcon.stepOverForeground#0891B2
  • debugIcon.stopForeground#F59E0B
  • debugToolBar.background#1A1D21
  • debugToolBar.border#2A2E33
  • debugView.exceptionLabelBackground#F59E0B30
  • debugView.exceptionLabelForeground#E4E4E7
  • debugView.stateLabelBackground#2A3548
  • debugView.stateLabelForeground#E4E4E7
  • debugView.valueChangedHighlight#0891B2
  • descriptionForeground#A1A1AA
  • diffEditor.border#1F2226
  • diffEditor.diagonalFill#1F2226
  • diffEditor.insertedLineBackground#35523740
  • diffEditor.insertedTextBackground#355237C0
  • diffEditor.removedLineBackground#656e7640
  • diffEditor.removedTextBackground#656E76C0
  • diffEditor.unchangedCodeBackground#15171980
  • diffEditor.unchangedRegionBackground#151719
  • diffEditor.unchangedRegionForeground#71717A
  • dropdown.background#1F2226
  • dropdown.border#2A2E33
  • dropdown.foreground#E4E4E7
  • dropdown.listBackground#1A1D21
  • editor.background#151719
  • editor.findMatchBackground#0E7490
  • editor.findMatchHighlightBackground#155E7580
  • editor.findRangeHighlightBackground#155E7540
  • editor.foldBackground#1F222680
  • editor.foreground#E4E4E7
  • editor.hoverHighlightBackground#2A354860
  • editor.inactiveSelectionBackground#2A354860
  • editor.lineHighlightBackground#1A1D21
  • editor.lineHighlightBorder#15171900
  • editor.rangeHighlightBackground#1A1D21
  • editor.selectionBackground#2A3548
  • editor.selectionHighlightBackground#2A354880
  • editor.symbolHighlightBackground#155E7560
  • editor.wordHighlightBackground#2A354860
  • editor.wordHighlightStrongBackground#2A3548A0
  • editorBracketHighlight.foreground1#0891B2
  • editorBracketHighlight.foreground2#C084FC
  • editorBracketHighlight.foreground3#60A5FA
  • editorBracketHighlight.foreground4#A5F3FC
  • editorBracketHighlight.foreground5#7DD3FC
  • editorBracketHighlight.foreground6#BFDBFE
  • editorBracketHighlight.unexpectedBracket.foreground#F59E0B
  • editorBracketMatch.background#2A1A3D
  • editorBracketMatch.border#C084FC60
  • editorCursor.foreground#E4E4E7
  • editorError.background#00000000
  • editorError.foreground#F59E0B
  • editorGroup.border#1F2226
  • editorGroup.dropBackground#155E7540
  • editorGroupHeader.border#15171900
  • editorGroupHeader.noTabsBackground#151719
  • editorGroupHeader.tabsBackground#151719
  • editorGroupHeader.tabsBorder#15171900
  • editorGutter.addedBackground#73BD79
  • editorGutter.background#151719
  • editorGutter.commentRangeForeground#3F3F46
  • editorGutter.deletedBackground#6F737A
  • editorGutter.foldingControlForeground#71717A
  • editorGutter.modifiedBackground#70AEFF
  • editorHint.foreground#71717A
  • editorHoverWidget.background#1A1D21
  • editorHoverWidget.border#2A2E33
  • editorHoverWidget.foreground#E4E4E7
  • editorHoverWidget.statusBarBackground#1F2226
  • editorIndentGuide.activeBackground1#3F3F46
  • editorIndentGuide.background1#1F2226
  • editorInfo.foreground#0891B2
  • editorLineNumber.activeForeground#A1A1AA
  • editorLineNumber.foreground#3F3F46
  • editorOverviewRuler.addedForeground#73BD79
  • editorOverviewRuler.bracketMatchForeground#C084FC
  • editorOverviewRuler.deletedForeground#6F737A
  • editorOverviewRuler.errorForeground#F59E0B
  • editorOverviewRuler.findMatchForeground#0E7490
  • editorOverviewRuler.infoForeground#0891B2
  • editorOverviewRuler.modifiedForeground#70AEFF
  • editorOverviewRuler.warningForeground#FACC15
  • editorOverviewRuler.wordHighlightForeground#155E75
  • editorOverviewRuler.wordHighlightStrongForeground#0E7490
  • editorRuler.foreground#1F2226
  • editorSuggestWidget.background#1A1D21
  • editorSuggestWidget.border#2A2E33
  • editorSuggestWidget.focusHighlightForeground#0891B2
  • editorSuggestWidget.foreground#E4E4E7
  • editorSuggestWidget.highlightForeground#0891B2
  • editorSuggestWidget.selectedBackground#2A3548
  • editorSuggestWidget.selectedForeground#E4E4E7
  • editorWarning.background#00000000
  • editorWarning.foreground#FACC15
  • editorWhitespace.foreground#2A2E33
  • editorWidget.background#1A1D21
  • editorWidget.border#2A2E33
  • editorWidget.foreground#E4E4E7
  • editorWidget.resizeBorder#2A2E33
  • errorForeground#F59E0B
  • extensionBadge.remoteBackground#0891B2
  • extensionBadge.remoteForeground#151719
  • extensionButton.prominentBackground#0891B2
  • extensionButton.prominentForeground#151719
  • extensionButton.prominentHoverBackground#A5F3FC
  • focusBorder#0891B2
  • foreground#E4E4E7
  • gitDecoration.addedResourceForeground#73BD79
  • gitDecoration.conflictingResourceForeground#D69A6B
  • gitDecoration.deletedResourceForeground#6F737A
  • gitDecoration.ignoredResourceForeground#71717A
  • gitDecoration.modifiedResourceForeground#70AEFF
  • gitDecoration.renamedResourceForeground#7DD3FC
  • gitDecoration.stageDeletedResourceForeground#6F737A
  • gitDecoration.stageModifiedResourceForeground#70AEFF
  • gitDecoration.submoduleResourceForeground#C084FC
  • gitDecoration.untrackedResourceForeground#73BD79
  • icon.foreground#A1A1AA
  • input.background#1F2226
  • input.border#2A2E33
  • input.foreground#E4E4E7
  • input.placeholderForeground#71717A
  • inputOption.activeBackground#155E75
  • inputOption.activeBorder#0891B2
  • inputOption.activeForeground#E4E4E7
  • inputValidation.errorBackground#3D2A14
  • inputValidation.errorBorder#F59E0B
  • inputValidation.errorForeground#E4E4E7
  • inputValidation.infoBackground#142A3D
  • inputValidation.infoBorder#0891B2
  • inputValidation.infoForeground#E4E4E7
  • inputValidation.warningBackground#3D3514
  • inputValidation.warningBorder#FACC15
  • inputValidation.warningForeground#E4E4E7
  • list.activeSelectionBackground#2A3548
  • list.activeSelectionForeground#E4E4E7
  • list.deemphasizedForeground#71717A
  • list.dropBackground#155E7560
  • list.errorForeground#F59E0B
  • list.focusBackground#2A3548
  • list.focusForeground#E4E4E7
  • list.focusHighlightForeground#A5F3FC
  • list.focusOutline#0891B200
  • list.highlightForeground#0891B2
  • list.hoverBackground#1F2429
  • list.hoverForeground#E4E4E7
  • list.inactiveSelectionBackground#1F2429
  • list.inactiveSelectionForeground#E4E4E7
  • list.warningForeground#FACC15
  • listFilterWidget.background#1A1D21
  • listFilterWidget.noMatchesOutline#F59E0B
  • listFilterWidget.outline#0891B2
  • menu.background#1A1D21
  • menu.border#2A2E33
  • menu.foreground#E4E4E7
  • menu.selectionBackground#2A3548
  • menu.selectionForeground#E4E4E7
  • menu.separatorBackground#1F2226
  • menubar.selectionBackground#2A3548
  • menubar.selectionForeground#E4E4E7
  • merge.border#1F2226
  • merge.commonContentBackground#3F3F4640
  • merge.commonHeaderBackground#3F3F4680
  • merge.currentContentBackground#345a6740
  • merge.currentHeaderBackground#345a6780
  • merge.incomingContentBackground#35523740
  • merge.incomingHeaderBackground#35523780
  • mergeEditor.change.background#345a6730
  • mergeEditor.change.word.background#345a6760
  • notificationCenterHeader.background#1A1D21
  • notificationCenterHeader.foreground#A1A1AA
  • notificationLink.foreground#0891B2
  • notifications.background#1A1D21
  • notifications.border#2A2E33
  • notifications.foreground#E4E4E7
  • notificationsErrorIcon.foreground#F59E0B
  • notificationsInfoIcon.foreground#0891B2
  • notificationsWarningIcon.foreground#FACC15
  • notificationToast.border#2A2E33
  • panel.background#151719
  • panel.border#1F2226
  • panel.dropBorder#0891B2
  • panelInput.border#2A2E33
  • panelSection.border#1F2226
  • panelSectionHeader.background#151719
  • panelSectionHeader.foreground#A1A1AA
  • panelTitle.activeBorder#0891B2
  • panelTitle.activeForeground#E4E4E7
  • panelTitle.inactiveForeground#71717A
  • peekView.border#0891B2
  • peekViewEditor.background#151719
  • peekViewEditor.matchHighlightBackground#155E7580
  • peekViewResult.background#1A1D21
  • peekViewResult.fileForeground#E4E4E7
  • peekViewResult.lineForeground#A1A1AA
  • peekViewResult.matchHighlightBackground#0E7490
  • peekViewResult.selectionBackground#2A3548
  • peekViewResult.selectionForeground#E4E4E7
  • peekViewTitle.background#1A1D21
  • peekViewTitleDescription.foreground#A1A1AA
  • peekViewTitleLabel.foreground#E4E4E7
  • pickerGroup.border#1F2226
  • pickerGroup.foreground#0891B2
  • progressBar.background#0891B2
  • quickInput.background#1A1D21
  • quickInput.foreground#E4E4E7
  • quickInputList.focusBackground#2A3548
  • quickInputList.focusForeground#E4E4E7
  • quickInputList.focusIconForeground#0891B2
  • quickInputTitle.background#1A1D21
  • scrollbar.shadow#00000060
  • scrollbarSlider.activeBackground#3A3E44
  • scrollbarSlider.background#2A2E3360
  • scrollbarSlider.hoverBackground#3A3E44A0
  • selection.background#2A3548
  • settings.checkboxBackground#1F2226
  • settings.checkboxBorder#2A2E33
  • settings.checkboxForeground#E4E4E7
  • settings.dropdownBackground#1F2226
  • settings.dropdownBorder#2A2E33
  • settings.dropdownForeground#E4E4E7
  • settings.focusedRowBackground#1F242980
  • settings.headerForeground#E4E4E7
  • settings.modifiedItemIndicator#0891B2
  • settings.numberInputBackground#1F2226
  • settings.numberInputBorder#2A2E33
  • settings.numberInputForeground#E4E4E7
  • settings.textInputBackground#1F2226
  • settings.textInputBorder#2A2E33
  • settings.textInputForeground#E4E4E7
  • sideBar.background#151719
  • sideBar.border#1A1D2100
  • sideBar.foreground#E4E4E7
  • sideBarActivityBarTop.border#1F2226
  • sideBarSectionHeader.background#151719
  • sideBarSectionHeader.border#1F2226
  • sideBarSectionHeader.foreground#A1A1AA
  • sideBarTitle.foreground#A1A1AA
  • statusBar.background#151719
  • statusBar.border#15171900
  • statusBar.debuggingBackground#155E75
  • statusBar.debuggingForeground#E4E4E7
  • statusBar.foreground#A1A1AA
  • statusBar.noFolderBackground#151719
  • statusBar.noFolderForeground#A1A1AA
  • statusBarItem.activeBackground#1F2429
  • statusBarItem.errorBackground#F59E0B
  • statusBarItem.errorForeground#151719
  • statusBarItem.hoverBackground#1F2429
  • statusBarItem.prominentBackground#1F2226
  • statusBarItem.prominentHoverBackground#2A2E33
  • statusBarItem.remoteBackground#1F2226
  • statusBarItem.remoteForeground#0891B2
  • statusBarItem.warningBackground#FACC15
  • statusBarItem.warningForeground#151719
  • symbolIcon.arrayForeground#0891B2
  • symbolIcon.booleanForeground#C084FC
  • symbolIcon.classForeground#A5F3FC
  • symbolIcon.colorForeground#A5F3FC
  • symbolIcon.constantForeground#C084FC
  • symbolIcon.constructorForeground#60A5FA
  • symbolIcon.enumeratorForeground#A5F3FC
  • symbolIcon.enumeratorMemberForeground#C084FC
  • symbolIcon.eventForeground#FACC15
  • symbolIcon.fieldForeground#0891B2
  • symbolIcon.fileForeground#E4E4E7
  • symbolIcon.folderForeground#A1A1AA
  • symbolIcon.functionForeground#60A5FA
  • symbolIcon.interfaceForeground#A5F3FC
  • symbolIcon.keyForeground#0891B2
  • symbolIcon.keywordForeground#C084FC
  • symbolIcon.methodForeground#60A5FA
  • symbolIcon.moduleForeground#A5F3FC
  • symbolIcon.namespaceForeground#A5F3FC
  • symbolIcon.nullForeground#C084FC
  • symbolIcon.numberForeground#0891B2
  • symbolIcon.objectForeground#A5F3FC
  • symbolIcon.operatorForeground#A1A1AA
  • symbolIcon.packageForeground#A5F3FC
  • symbolIcon.propertyForeground#0891B2
  • symbolIcon.referenceForeground#0891B2
  • symbolIcon.snippetForeground#FACC15
  • symbolIcon.stringForeground#7DD3FC
  • symbolIcon.structForeground#A5F3FC
  • symbolIcon.textForeground#E4E4E7
  • symbolIcon.typeParameterForeground#A5F3FC
  • symbolIcon.unitForeground#0891B2
  • symbolIcon.variableForeground#E4E4E7
  • tab.activeBackground#151719
  • tab.activeBorder#15171900
  • tab.activeBorderTop#0891B2
  • tab.activeForeground#E4E4E7
  • tab.activeModifiedBorder#70AEFF
  • tab.border#151719
  • tab.hoverBackground#1A1D21
  • tab.hoverBorder#15171900
  • tab.hoverForeground#E4E4E7
  • tab.inactiveBackground#151719
  • tab.inactiveForeground#A1A1AA
  • tab.inactiveModifiedBorder#70AEFF80
  • tab.unfocusedActiveBackground#151719
  • tab.unfocusedActiveBorderTop#3F3F46
  • tab.unfocusedActiveForeground#A1A1AA
  • tab.unfocusedActiveModifiedBorder#70AEFF60
  • tab.unfocusedInactiveBackground#151719
  • tab.unfocusedInactiveForeground#71717A
  • tab.unfocusedInactiveModifiedBorder#70AEFF40
  • terminal.ansiBlack#151719
  • terminal.ansiBlue#60A5FA
  • terminal.ansiBrightBlack#3F3F46
  • terminal.ansiBrightBlue#BFDBFE
  • terminal.ansiBrightCyan#A5F3FC
  • terminal.ansiBrightGreen#7DD3FC
  • terminal.ansiBrightMagenta#C084FC
  • terminal.ansiBrightRed#FACC15
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FACC15
  • terminal.ansiCyan#0891B2
  • terminal.ansiGreen#73BD79
  • terminal.ansiMagenta#C084FC
  • terminal.ansiRed#F59E0B
  • terminal.ansiWhite#E4E4E7
  • terminal.ansiYellow#FACC15
  • terminal.background#151719
  • terminal.border#1F2226
  • terminal.findMatchBackground#0E7490
  • terminal.findMatchHighlightBackground#155E7580
  • terminal.foreground#E4E4E7
  • terminal.selectionBackground#2A3548
  • terminal.tab.activeBorder#0891B2
  • terminalCursor.background#151719
  • terminalCursor.foreground#E4E4E7
  • textBlockQuote.background#1A1D21
  • textBlockQuote.border#0891B2
  • textCodeBlock.background#1F2226
  • textLink.activeForeground#A5F3FC
  • textLink.foreground#0891B2
  • textPreformat.background#1F222680
  • textPreformat.foreground#0891B2
  • textSeparator.foreground#1F2226
  • titleBar.activeBackground#151719
  • titleBar.activeForeground#E4E4E7
  • titleBar.border#15171900
  • titleBar.inactiveBackground#151719
  • titleBar.inactiveForeground#71717A
  • tree.inactiveIndentGuidesStroke#1F2226
  • tree.indentGuidesStroke#1F2226
  • walkThrough.embeddedEditorBackground#151719
  • welcomePage.background#151719
  • welcomePage.progress.background#1F2226
  • welcomePage.progress.foreground#0891B2
  • welcomePage.tileBackground#1A1D21
  • welcomePage.tileHoverBackground#1F2226
  • widget.border#2A2E33
  • widget.shadow#00000080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#71717Aitalic
keyword.codetag.notation, comment.notation, comment todo, comment fixme#FACC15italic bold
variable, variable.other.readwrite, variable.other#E4E4E7
variable.other.constant, variable.other.enummember, constant.other, constant.other.symbol, constant.other.key#C084FC
constant.language, constant.language.boolean, constant.language.null, constant.language.undefined#C084FC
variable.language.this, variable.language.self, variable.language.super, variable.language.special.self#C084FCitalic
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.binary, constant.numeric.octal, keyword.other.unit#0891B2
constant.character.numeric#A5F3FC
string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple, string.template, string.unquoted, punctuation.definition.string#7DD3FC
meta.template.expression, meta.embedded.expression#E4E4E7
punctuation.definition.template-expression, punctuation.section.embedded#C084FC
constant.character.escape, constant.character.escape.line-continuation, string constant.character.escape#A5F3FC
string.regexp, string.regex#A5F3FC
constant.other.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.range.regexp#0891B2
keyword, keyword.control, keyword.control.flow, keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as, keyword.control.conditional, keyword.control.loop, keyword.control.return, keyword.control.trycatch#C084FC
storage, storage.type, storage.type.function, storage.type.class, storage.type.interface, storage.type.enum, storage.type.struct, storage.modifier, storage.modifier.async, storage.modifier.await#C084FC
keyword.operator.new, keyword.operator.delete, keyword.operator.typeof, keyword.operator.instanceof, keyword.operator.expression, keyword.operator.logical, keyword.operator.ternary#C084FC
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.relational, keyword.operator.bitwise, keyword.operator.logical.symbolic#A1A1AA
punctuation, punctuation.separator, punctuation.terminator, punctuation.section, meta.brace, meta.bracket, meta.delimiter#A1A1AA
entity.name.function, meta.function-call, meta.function-call entity.name.function, support.function, variable.function#60A5FA
meta.method entity.name.function, entity.name.function.member, meta.method-call entity.name.function, variable.function.method#60A5FA
entity.name.function.static, meta.function.static#60A5FAitalic
support.function.builtin, support.function.global#60A5FA
variable.parameter, variable.parameter.function, meta.parameter, meta.function.parameters variable.other#BFDBFEitalic
variable.other.property, variable.object.property, variable.other.object.property, support.type.property-name, meta.object-literal.key, meta.object.member, string.unquoted.label, support.variable.property#0891B2
support.type.property-name.json, meta.structure.dictionary.json string.quoted.double.json#0891B2
meta.structure.dictionary.value.json string.quoted.double.json#7DD3FC
entity.name.class, entity.name.type, entity.name.type.class, entity.name.type.interface, entity.name.type.enum, entity.name.type.struct, entity.other.inherited-class, support.class, support.type, support.type.primitive, meta.class entity.name.type#A5F3FC
entity.name.type.interface, meta.interface entity.name.type#A5F3FCitalic
entity.name.type.parameter, meta.type.parameters entity.name.type#A5F3FCitalic
entity.name.namespace, entity.name.module, support.module#A5F3FC
entity.name.tag, entity.name.tag.html, entity.name.tag.xml, support.class.component#60A5FA
entity.other.attribute-name, entity.other.attribute-name.html, entity.other.attribute-name.xml#C084FC
punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end#A1A1AA
entity.other.attribute-name.class.css, entity.other.attribute-name.parent-selector.css#BFDBFE
entity.other.attribute-name.id.css#A5F3FC
entity.name.tag.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css#60A5FA
support.type.property-name.css, meta.property-name.css#0891B2
support.constant.property-value.css, meta.property-value.css#E4E4E7
keyword.other.unit.css#0891B2
keyword.control.at-rule.css, punctuation.definition.keyword.css#C084FC
keyword.other.important.css#F59E0Bbold
constant.other.color, constant.other.color.rgb-value#A5F3FCbold
meta.decorator, meta.decorator entity.name.function, meta.decorator variable.other, punctuation.decorator, tag.decorator, entity.name.function.decorator#FACC15
storage.type.annotation, punctuation.definition.annotation#FACC15
entity.name.label, punctuation.definition.label#0891B2
support.other.module#7DD3FC
invalid, invalid.illegal#F59E0Bunderline
invalid.deprecated#71717Astrikethrough
markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown#60A5FAbold
markup.bold, punctuation.definition.bold.markdown#C084FCbold
markup.italic, punctuation.definition.italic.markdown#BFDBFEitalic
markup.underline.link, string.other.link, constant.other.reference.link#0891B2underline
string.other.link.title, string.other.link.description#7DD3FC
markup.inline.raw, markup.raw.inline, string.other.raw#A5F3FC
markup.quote, punctuation.definition.quote.begin#A1A1AAitalic
punctuation.definition.list.begin, markup.list, beginning.punctuation.definition.list#0891B2
markup.inserted, meta.diff.header.to-file#73BD79
markup.deleted, meta.diff.header.from-file#6F737A
markup.changed#70AEFF
support.class.component.jsx, support.class.component.tsx#A5F3FC
meta.function.decorator.python, support.type.python#FACC15
variable.parameter.function.language.special.self.python, variable.parameter.function.language.special.cls.python#C084FCitalic
support.function.builtin.python, constant.language.python#C084FC
entity.name.tag.yaml#0891B2
entity.name.tag.toml, support.type.property-name.toml#0891B2
entity.other.attribute-name.table.toml#A5F3FCbold
variable.other.normal.shell, variable.other.bracket.shell, punctuation.definition.variable.shell#0891B2
Midnight Tide Theme by Chelayel - VS Code Theme