Refine imported themes (#3553)

This PR continues the work of refining the imported VS Code themes.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2023-12-08 11:53:56 -05:00 committed by GitHub
commit 0b2aa052ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 4003 additions and 2082 deletions

View file

@ -72,16 +72,16 @@
"editor.findMatchBackground": "#6e6a8626", "editor.findMatchBackground": "#6e6a8626",
"editor.findMatchHighlightBackground": "#6e6a8626", "editor.findMatchHighlightBackground": "#6e6a8626",
"editor.findRangeHighlightBackground": "#6e6a8626", "editor.findRangeHighlightBackground": "#6e6a8626",
"editor.findRangeHighlightBorder": "#000000", "editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#6e6a8614", "editor.focusedStackFrameHighlightBackground": "#6e6a8614",
"editor.foldBackground": "#fffaf3", "editor.foldBackground": "#fffaf3",
"editor.foreground": "#575279", "editor.foreground": "#575279",
"editor.hoverHighlightBackground": "#000000", "editor.hoverHighlightBackground": "#0000",
"editor.inactiveSelectionBackground": "#6e6a860d", "editor.inactiveSelectionBackground": "#6e6a860d",
"editor.inlineValuesBackground": "#000000", "editor.inlineValuesBackground": "#0000",
"editor.inlineValuesForeground": "#797593", "editor.inlineValuesForeground": "#797593",
"editor.lineHighlightBackground": "#6e6a860d", "editor.lineHighlightBackground": "#6e6a860d",
"editor.lineHighlightBorder": "#000000", "editor.lineHighlightBorder": "#0000",
"editor.linkedEditingBackground": "#fffaf3", "editor.linkedEditingBackground": "#fffaf3",
"editor.rangeHighlightBackground": "#6e6a860d", "editor.rangeHighlightBackground": "#6e6a860d",
"editor.selectionBackground": "#6e6a8614", "editor.selectionBackground": "#6e6a8614",
@ -94,9 +94,9 @@
"editor.snippetTabstopHighlightBorder": "#fffaf3", "editor.snippetTabstopHighlightBorder": "#fffaf3",
"editor.stackFrameHighlightBackground": "#6e6a8614", "editor.stackFrameHighlightBackground": "#6e6a8614",
"editor.symbolHighlightBackground": "#6e6a8614", "editor.symbolHighlightBackground": "#6e6a8614",
"editor.symbolHighlightBorder": "#000000", "editor.symbolHighlightBorder": "#0000",
"editor.wordHighlightBackground": "#6e6a8614", "editor.wordHighlightBackground": "#6e6a8614",
"editor.wordHighlightBorder": "#000000", "editor.wordHighlightBorder": "#0000",
"editor.wordHighlightStrongBackground": "#6e6a8614", "editor.wordHighlightStrongBackground": "#6e6a8614",
"editor.wordHighlightStrongBorder": "#6e6a8614", "editor.wordHighlightStrongBorder": "#6e6a8614",
"editorBracketHighlight.foreground1": "#b4637a80", "editorBracketHighlight.foreground1": "#b4637a80",
@ -105,7 +105,7 @@
"editorBracketHighlight.foreground4": "#56949f80", "editorBracketHighlight.foreground4": "#56949f80",
"editorBracketHighlight.foreground5": "#d7827e80", "editorBracketHighlight.foreground5": "#d7827e80",
"editorBracketHighlight.foreground6": "#907aa980", "editorBracketHighlight.foreground6": "#907aa980",
"editorBracketMatch.background": "#000000", "editorBracketMatch.background": "#0000",
"editorBracketMatch.border": "#797593", "editorBracketMatch.border": "#797593",
"editorBracketPairGuide.activeBackground1": "#286983", "editorBracketPairGuide.activeBackground1": "#286983",
"editorBracketPairGuide.activeBackground2": "#d7827e", "editorBracketPairGuide.activeBackground2": "#d7827e",
@ -122,29 +122,29 @@
"editorCodeLens.foreground": "#d7827e", "editorCodeLens.foreground": "#d7827e",
"editorCursor.background": "#575279", "editorCursor.background": "#575279",
"editorCursor.foreground": "#9893a5", "editorCursor.foreground": "#9893a5",
"editorError.border": "#000000", "editorError.border": "#0000",
"editorError.foreground": "#b4637a", "editorError.foreground": "#b4637a",
"editorGhostText.foreground": "#797593", "editorGhostText.foreground": "#797593",
"editorGroup.border": "#000000", "editorGroup.border": "#0000",
"editorGroup.dropBackground": "#fffaf3", "editorGroup.dropBackground": "#fffaf3",
"editorGroup.emptyBackground": "#000000", "editorGroup.emptyBackground": "#0000",
"editorGroup.focusedEmptyBorder": "#000000", "editorGroup.focusedEmptyBorder": "#0000",
"editorGroupHeader.noTabsBackground": "#000000", "editorGroupHeader.noTabsBackground": "#0000",
"editorGroupHeader.tabsBackground": "#000000", "editorGroupHeader.tabsBackground": "#0000",
"editorGroupHeader.tabsBorder": "#000000", "editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#56949f", "editorGutter.addedBackground": "#56949f",
"editorGutter.background": "#faf4ed", "editorGutter.background": "#faf4ed",
"editorGutter.commentRangeForeground": "#797593", "editorGutter.commentRangeForeground": "#797593",
"editorGutter.deletedBackground": "#b4637a", "editorGutter.deletedBackground": "#b4637a",
"editorGutter.foldingControlForeground": "#907aa9", "editorGutter.foldingControlForeground": "#907aa9",
"editorGutter.modifiedBackground": "#d7827e", "editorGutter.modifiedBackground": "#d7827e",
"editorHint.border": "#000000", "editorHint.border": "#0000",
"editorHint.foreground": "#797593", "editorHint.foreground": "#797593",
"editorHoverWidget.background": "#fffaf3", "editorHoverWidget.background": "#fffaf3",
"editorHoverWidget.border": "#9893a580", "editorHoverWidget.border": "#9893a580",
"editorHoverWidget.foreground": "#797593", "editorHoverWidget.foreground": "#797593",
"editorHoverWidget.highlightForeground": "#575279", "editorHoverWidget.highlightForeground": "#575279",
"editorHoverWidget.statusBarBackground": "#000000", "editorHoverWidget.statusBarBackground": "#0000",
"editorIndentGuide.activeBackground": "#9893a5", "editorIndentGuide.activeBackground": "#9893a5",
"editorIndentGuide.background": "#6e6a8626", "editorIndentGuide.background": "#6e6a8626",
"editorInfo.border": "#f2e9e1", "editorInfo.border": "#f2e9e1",
@ -181,19 +181,19 @@
"editorOverviewRuler.warningForeground": "#ea9d3480", "editorOverviewRuler.warningForeground": "#ea9d3480",
"editorOverviewRuler.wordHighlightForeground": "#6e6a8614", "editorOverviewRuler.wordHighlightForeground": "#6e6a8614",
"editorOverviewRuler.wordHighlightStrongForeground": "#6e6a8626", "editorOverviewRuler.wordHighlightStrongForeground": "#6e6a8626",
"editorPane.background": "#000000", "editorPane.background": "#0000",
"editorRuler.foreground": "#6e6a8626", "editorRuler.foreground": "#6e6a8626",
"editorSuggestWidget.background": "#fffaf3", "editorSuggestWidget.background": "#fffaf3",
"editorSuggestWidget.border": "#000000", "editorSuggestWidget.border": "#0000",
"editorSuggestWidget.focusHighlightForeground": "#d7827e", "editorSuggestWidget.focusHighlightForeground": "#d7827e",
"editorSuggestWidget.foreground": "#797593", "editorSuggestWidget.foreground": "#797593",
"editorSuggestWidget.highlightForeground": "#d7827e", "editorSuggestWidget.highlightForeground": "#d7827e",
"editorSuggestWidget.selectedBackground": "#6e6a8614", "editorSuggestWidget.selectedBackground": "#6e6a8614",
"editorSuggestWidget.selectedForeground": "#575279", "editorSuggestWidget.selectedForeground": "#575279",
"editorSuggestWidget.selectedIconForeground": "#575279", "editorSuggestWidget.selectedIconForeground": "#575279",
"editorUnnecessaryCode.border": "#000000", "editorUnnecessaryCode.border": "#0000",
"editorUnnecessaryCode.opacity": "#57527980", "editorUnnecessaryCode.opacity": "#57527980",
"editorWarning.border": "#000000", "editorWarning.border": "#0000",
"editorWarning.foreground": "#ea9d34", "editorWarning.foreground": "#ea9d34",
"editorWhitespace.foreground": "#9893a5", "editorWhitespace.foreground": "#9893a5",
"editorWidget.background": "#fffaf3", "editorWidget.background": "#fffaf3",
@ -310,7 +310,7 @@
"notificationsWarningIcon.foreground": "#ea9d34", "notificationsWarningIcon.foreground": "#ea9d34",
"notificationToast.border": "#6e6a8614", "notificationToast.border": "#6e6a8614",
"panel.background": "#fffaf3", "panel.background": "#fffaf3",
"panel.border": "#000000", "panel.border": "#0000",
"panel.dropBorder": "#f2e9e1", "panel.dropBorder": "#f2e9e1",
"panelInput.border": "#fffaf3", "panelInput.border": "#fffaf3",
"panelSection.dropBackground": "#6e6a8614", "panelSection.dropBackground": "#6e6a8614",
@ -356,7 +356,7 @@
"sideBar.background": "#faf4ed", "sideBar.background": "#faf4ed",
"sideBar.dropBackground": "#fffaf3", "sideBar.dropBackground": "#fffaf3",
"sideBar.foreground": "#797593", "sideBar.foreground": "#797593",
"sideBarSectionHeader.background": "#000000", "sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#6e6a8614", "sideBarSectionHeader.border": "#6e6a8614",
"statusBar.background": "#faf4ed", "statusBar.background": "#faf4ed",
"statusBar.debuggingBackground": "#907aa9", "statusBar.debuggingBackground": "#907aa9",
@ -408,15 +408,15 @@
"tab.activeBackground": "#6e6a860d", "tab.activeBackground": "#6e6a860d",
"tab.activeForeground": "#575279", "tab.activeForeground": "#575279",
"tab.activeModifiedBorder": "#56949f", "tab.activeModifiedBorder": "#56949f",
"tab.border": "#000000", "tab.border": "#0000",
"tab.hoverBackground": "#6e6a8614", "tab.hoverBackground": "#6e6a8614",
"tab.inactiveBackground": "#000000", "tab.inactiveBackground": "#0000",
"tab.inactiveForeground": "#797593", "tab.inactiveForeground": "#797593",
"tab.inactiveModifiedBorder": "#56949f80", "tab.inactiveModifiedBorder": "#56949f80",
"tab.lastPinnedBorder": "#9893a5", "tab.lastPinnedBorder": "#9893a5",
"tab.unfocusedActiveBackground": "#000000", "tab.unfocusedActiveBackground": "#0000",
"tab.unfocusedHoverBackground": "#000000", "tab.unfocusedHoverBackground": "#0000",
"tab.unfocusedInactiveBackground": "#000000", "tab.unfocusedInactiveBackground": "#0000",
"tab.unfocusedInactiveModifiedBorder": "#56949f80", "tab.unfocusedInactiveModifiedBorder": "#56949f80",
"terminal.ansiBlack": "#f2e9e1", "terminal.ansiBlack": "#f2e9e1",
"terminal.ansiBlue": "#56949f", "terminal.ansiBlue": "#56949f",

View file

@ -72,16 +72,16 @@
"editor.findMatchBackground": "#817c9c4d", "editor.findMatchBackground": "#817c9c4d",
"editor.findMatchHighlightBackground": "#817c9c4d", "editor.findMatchHighlightBackground": "#817c9c4d",
"editor.findRangeHighlightBackground": "#817c9c4d", "editor.findRangeHighlightBackground": "#817c9c4d",
"editor.findRangeHighlightBorder": "#000000", "editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#817c9c26", "editor.focusedStackFrameHighlightBackground": "#817c9c26",
"editor.foldBackground": "#2a273f", "editor.foldBackground": "#2a273f",
"editor.foreground": "#e0def4", "editor.foreground": "#e0def4",
"editor.hoverHighlightBackground": "#000000", "editor.hoverHighlightBackground": "#0000",
"editor.inactiveSelectionBackground": "#817c9c14", "editor.inactiveSelectionBackground": "#817c9c14",
"editor.inlineValuesBackground": "#000000", "editor.inlineValuesBackground": "#0000",
"editor.inlineValuesForeground": "#908caa", "editor.inlineValuesForeground": "#908caa",
"editor.lineHighlightBackground": "#817c9c14", "editor.lineHighlightBackground": "#817c9c14",
"editor.lineHighlightBorder": "#000000", "editor.lineHighlightBorder": "#0000",
"editor.linkedEditingBackground": "#2a273f", "editor.linkedEditingBackground": "#2a273f",
"editor.rangeHighlightBackground": "#817c9c14", "editor.rangeHighlightBackground": "#817c9c14",
"editor.selectionBackground": "#817c9c26", "editor.selectionBackground": "#817c9c26",
@ -94,9 +94,9 @@
"editor.snippetTabstopHighlightBorder": "#2a273f", "editor.snippetTabstopHighlightBorder": "#2a273f",
"editor.stackFrameHighlightBackground": "#817c9c26", "editor.stackFrameHighlightBackground": "#817c9c26",
"editor.symbolHighlightBackground": "#817c9c26", "editor.symbolHighlightBackground": "#817c9c26",
"editor.symbolHighlightBorder": "#000000", "editor.symbolHighlightBorder": "#0000",
"editor.wordHighlightBackground": "#817c9c26", "editor.wordHighlightBackground": "#817c9c26",
"editor.wordHighlightBorder": "#000000", "editor.wordHighlightBorder": "#0000",
"editor.wordHighlightStrongBackground": "#817c9c26", "editor.wordHighlightStrongBackground": "#817c9c26",
"editor.wordHighlightStrongBorder": "#817c9c26", "editor.wordHighlightStrongBorder": "#817c9c26",
"editorBracketHighlight.foreground1": "#eb6f9280", "editorBracketHighlight.foreground1": "#eb6f9280",
@ -105,7 +105,7 @@
"editorBracketHighlight.foreground4": "#9ccfd880", "editorBracketHighlight.foreground4": "#9ccfd880",
"editorBracketHighlight.foreground5": "#ea9a9780", "editorBracketHighlight.foreground5": "#ea9a9780",
"editorBracketHighlight.foreground6": "#c4a7e780", "editorBracketHighlight.foreground6": "#c4a7e780",
"editorBracketMatch.background": "#000000", "editorBracketMatch.background": "#0000",
"editorBracketMatch.border": "#908caa", "editorBracketMatch.border": "#908caa",
"editorBracketPairGuide.activeBackground1": "#3e8fb0", "editorBracketPairGuide.activeBackground1": "#3e8fb0",
"editorBracketPairGuide.activeBackground2": "#ea9a97", "editorBracketPairGuide.activeBackground2": "#ea9a97",
@ -122,29 +122,29 @@
"editorCodeLens.foreground": "#ea9a97", "editorCodeLens.foreground": "#ea9a97",
"editorCursor.background": "#e0def4", "editorCursor.background": "#e0def4",
"editorCursor.foreground": "#6e6a86", "editorCursor.foreground": "#6e6a86",
"editorError.border": "#000000", "editorError.border": "#0000",
"editorError.foreground": "#eb6f92", "editorError.foreground": "#eb6f92",
"editorGhostText.foreground": "#908caa", "editorGhostText.foreground": "#908caa",
"editorGroup.border": "#000000", "editorGroup.border": "#0000",
"editorGroup.dropBackground": "#2a273f", "editorGroup.dropBackground": "#2a273f",
"editorGroup.emptyBackground": "#000000", "editorGroup.emptyBackground": "#0000",
"editorGroup.focusedEmptyBorder": "#000000", "editorGroup.focusedEmptyBorder": "#0000",
"editorGroupHeader.noTabsBackground": "#000000", "editorGroupHeader.noTabsBackground": "#0000",
"editorGroupHeader.tabsBackground": "#000000", "editorGroupHeader.tabsBackground": "#0000",
"editorGroupHeader.tabsBorder": "#000000", "editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#9ccfd8", "editorGutter.addedBackground": "#9ccfd8",
"editorGutter.background": "#232136", "editorGutter.background": "#232136",
"editorGutter.commentRangeForeground": "#908caa", "editorGutter.commentRangeForeground": "#908caa",
"editorGutter.deletedBackground": "#eb6f92", "editorGutter.deletedBackground": "#eb6f92",
"editorGutter.foldingControlForeground": "#c4a7e7", "editorGutter.foldingControlForeground": "#c4a7e7",
"editorGutter.modifiedBackground": "#ea9a97", "editorGutter.modifiedBackground": "#ea9a97",
"editorHint.border": "#000000", "editorHint.border": "#0000",
"editorHint.foreground": "#908caa", "editorHint.foreground": "#908caa",
"editorHoverWidget.background": "#2a273f", "editorHoverWidget.background": "#2a273f",
"editorHoverWidget.border": "#6e6a8680", "editorHoverWidget.border": "#6e6a8680",
"editorHoverWidget.foreground": "#908caa", "editorHoverWidget.foreground": "#908caa",
"editorHoverWidget.highlightForeground": "#e0def4", "editorHoverWidget.highlightForeground": "#e0def4",
"editorHoverWidget.statusBarBackground": "#000000", "editorHoverWidget.statusBarBackground": "#0000",
"editorIndentGuide.activeBackground": "#6e6a86", "editorIndentGuide.activeBackground": "#6e6a86",
"editorIndentGuide.background": "#817c9c4d", "editorIndentGuide.background": "#817c9c4d",
"editorInfo.border": "#393552", "editorInfo.border": "#393552",
@ -181,19 +181,19 @@
"editorOverviewRuler.warningForeground": "#f6c17780", "editorOverviewRuler.warningForeground": "#f6c17780",
"editorOverviewRuler.wordHighlightForeground": "#817c9c26", "editorOverviewRuler.wordHighlightForeground": "#817c9c26",
"editorOverviewRuler.wordHighlightStrongForeground": "#817c9c4d", "editorOverviewRuler.wordHighlightStrongForeground": "#817c9c4d",
"editorPane.background": "#000000", "editorPane.background": "#0000",
"editorRuler.foreground": "#817c9c4d", "editorRuler.foreground": "#817c9c4d",
"editorSuggestWidget.background": "#2a273f", "editorSuggestWidget.background": "#2a273f",
"editorSuggestWidget.border": "#000000", "editorSuggestWidget.border": "#0000",
"editorSuggestWidget.focusHighlightForeground": "#ea9a97", "editorSuggestWidget.focusHighlightForeground": "#ea9a97",
"editorSuggestWidget.foreground": "#908caa", "editorSuggestWidget.foreground": "#908caa",
"editorSuggestWidget.highlightForeground": "#ea9a97", "editorSuggestWidget.highlightForeground": "#ea9a97",
"editorSuggestWidget.selectedBackground": "#817c9c26", "editorSuggestWidget.selectedBackground": "#817c9c26",
"editorSuggestWidget.selectedForeground": "#e0def4", "editorSuggestWidget.selectedForeground": "#e0def4",
"editorSuggestWidget.selectedIconForeground": "#e0def4", "editorSuggestWidget.selectedIconForeground": "#e0def4",
"editorUnnecessaryCode.border": "#000000", "editorUnnecessaryCode.border": "#0000",
"editorUnnecessaryCode.opacity": "#e0def480", "editorUnnecessaryCode.opacity": "#e0def480",
"editorWarning.border": "#000000", "editorWarning.border": "#0000",
"editorWarning.foreground": "#f6c177", "editorWarning.foreground": "#f6c177",
"editorWhitespace.foreground": "#6e6a86", "editorWhitespace.foreground": "#6e6a86",
"editorWidget.background": "#2a273f", "editorWidget.background": "#2a273f",
@ -310,7 +310,7 @@
"notificationsWarningIcon.foreground": "#f6c177", "notificationsWarningIcon.foreground": "#f6c177",
"notificationToast.border": "#817c9c26", "notificationToast.border": "#817c9c26",
"panel.background": "#2a273f", "panel.background": "#2a273f",
"panel.border": "#000000", "panel.border": "#0000",
"panel.dropBorder": "#393552", "panel.dropBorder": "#393552",
"panelInput.border": "#2a273f", "panelInput.border": "#2a273f",
"panelSection.dropBackground": "#817c9c26", "panelSection.dropBackground": "#817c9c26",
@ -356,7 +356,7 @@
"sideBar.background": "#232136", "sideBar.background": "#232136",
"sideBar.dropBackground": "#2a273f", "sideBar.dropBackground": "#2a273f",
"sideBar.foreground": "#908caa", "sideBar.foreground": "#908caa",
"sideBarSectionHeader.background": "#000000", "sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#817c9c26", "sideBarSectionHeader.border": "#817c9c26",
"statusBar.background": "#232136", "statusBar.background": "#232136",
"statusBar.debuggingBackground": "#c4a7e7", "statusBar.debuggingBackground": "#c4a7e7",
@ -408,15 +408,15 @@
"tab.activeBackground": "#817c9c14", "tab.activeBackground": "#817c9c14",
"tab.activeForeground": "#e0def4", "tab.activeForeground": "#e0def4",
"tab.activeModifiedBorder": "#9ccfd8", "tab.activeModifiedBorder": "#9ccfd8",
"tab.border": "#000000", "tab.border": "#0000",
"tab.hoverBackground": "#817c9c26", "tab.hoverBackground": "#817c9c26",
"tab.inactiveBackground": "#000000", "tab.inactiveBackground": "#0000",
"tab.inactiveForeground": "#908caa", "tab.inactiveForeground": "#908caa",
"tab.inactiveModifiedBorder": "#9ccfd880", "tab.inactiveModifiedBorder": "#9ccfd880",
"tab.lastPinnedBorder": "#6e6a86", "tab.lastPinnedBorder": "#6e6a86",
"tab.unfocusedActiveBackground": "#000000", "tab.unfocusedActiveBackground": "#0000",
"tab.unfocusedHoverBackground": "#000000", "tab.unfocusedHoverBackground": "#0000",
"tab.unfocusedInactiveBackground": "#000000", "tab.unfocusedInactiveBackground": "#0000",
"tab.unfocusedInactiveModifiedBorder": "#9ccfd880", "tab.unfocusedInactiveModifiedBorder": "#9ccfd880",
"terminal.ansiBlack": "#393552", "terminal.ansiBlack": "#393552",
"terminal.ansiBlue": "#9ccfd8", "terminal.ansiBlue": "#9ccfd8",

View file

@ -72,16 +72,16 @@
"editor.findMatchBackground": "#6e6a8666", "editor.findMatchBackground": "#6e6a8666",
"editor.findMatchHighlightBackground": "#6e6a8666", "editor.findMatchHighlightBackground": "#6e6a8666",
"editor.findRangeHighlightBackground": "#6e6a8666", "editor.findRangeHighlightBackground": "#6e6a8666",
"editor.findRangeHighlightBorder": "#000000", "editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#6e6a8633", "editor.focusedStackFrameHighlightBackground": "#6e6a8633",
"editor.foldBackground": "#1f1d2e", "editor.foldBackground": "#1f1d2e",
"editor.foreground": "#e0def4", "editor.foreground": "#e0def4",
"editor.hoverHighlightBackground": "#000000", "editor.hoverHighlightBackground": "#0000",
"editor.inactiveSelectionBackground": "#6e6a861a", "editor.inactiveSelectionBackground": "#6e6a861a",
"editor.inlineValuesBackground": "#000000", "editor.inlineValuesBackground": "#0000",
"editor.inlineValuesForeground": "#908caa", "editor.inlineValuesForeground": "#908caa",
"editor.lineHighlightBackground": "#6e6a861a", "editor.lineHighlightBackground": "#6e6a861a",
"editor.lineHighlightBorder": "#000000", "editor.lineHighlightBorder": "#0000",
"editor.linkedEditingBackground": "#1f1d2e", "editor.linkedEditingBackground": "#1f1d2e",
"editor.rangeHighlightBackground": "#6e6a861a", "editor.rangeHighlightBackground": "#6e6a861a",
"editor.selectionBackground": "#6e6a8633", "editor.selectionBackground": "#6e6a8633",
@ -94,9 +94,9 @@
"editor.snippetTabstopHighlightBorder": "#1f1d2e", "editor.snippetTabstopHighlightBorder": "#1f1d2e",
"editor.stackFrameHighlightBackground": "#6e6a8633", "editor.stackFrameHighlightBackground": "#6e6a8633",
"editor.symbolHighlightBackground": "#6e6a8633", "editor.symbolHighlightBackground": "#6e6a8633",
"editor.symbolHighlightBorder": "#000000", "editor.symbolHighlightBorder": "#0000",
"editor.wordHighlightBackground": "#6e6a8633", "editor.wordHighlightBackground": "#6e6a8633",
"editor.wordHighlightBorder": "#000000", "editor.wordHighlightBorder": "#0000",
"editor.wordHighlightStrongBackground": "#6e6a8633", "editor.wordHighlightStrongBackground": "#6e6a8633",
"editor.wordHighlightStrongBorder": "#6e6a8633", "editor.wordHighlightStrongBorder": "#6e6a8633",
"editorBracketHighlight.foreground1": "#eb6f9280", "editorBracketHighlight.foreground1": "#eb6f9280",
@ -105,7 +105,7 @@
"editorBracketHighlight.foreground4": "#9ccfd880", "editorBracketHighlight.foreground4": "#9ccfd880",
"editorBracketHighlight.foreground5": "#ebbcba80", "editorBracketHighlight.foreground5": "#ebbcba80",
"editorBracketHighlight.foreground6": "#c4a7e780", "editorBracketHighlight.foreground6": "#c4a7e780",
"editorBracketMatch.background": "#000000", "editorBracketMatch.background": "#0000",
"editorBracketMatch.border": "#908caa", "editorBracketMatch.border": "#908caa",
"editorBracketPairGuide.activeBackground1": "#31748f", "editorBracketPairGuide.activeBackground1": "#31748f",
"editorBracketPairGuide.activeBackground2": "#ebbcba", "editorBracketPairGuide.activeBackground2": "#ebbcba",
@ -122,29 +122,29 @@
"editorCodeLens.foreground": "#ebbcba", "editorCodeLens.foreground": "#ebbcba",
"editorCursor.background": "#e0def4", "editorCursor.background": "#e0def4",
"editorCursor.foreground": "#6e6a86", "editorCursor.foreground": "#6e6a86",
"editorError.border": "#000000", "editorError.border": "#0000",
"editorError.foreground": "#eb6f92", "editorError.foreground": "#eb6f92",
"editorGhostText.foreground": "#908caa", "editorGhostText.foreground": "#908caa",
"editorGroup.border": "#000000", "editorGroup.border": "#0000",
"editorGroup.dropBackground": "#1f1d2e", "editorGroup.dropBackground": "#1f1d2e",
"editorGroup.emptyBackground": "#000000", "editorGroup.emptyBackground": "#0000",
"editorGroup.focusedEmptyBorder": "#000000", "editorGroup.focusedEmptyBorder": "#0000",
"editorGroupHeader.noTabsBackground": "#000000", "editorGroupHeader.noTabsBackground": "#0000",
"editorGroupHeader.tabsBackground": "#000000", "editorGroupHeader.tabsBackground": "#0000",
"editorGroupHeader.tabsBorder": "#000000", "editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#9ccfd8", "editorGutter.addedBackground": "#9ccfd8",
"editorGutter.background": "#191724", "editorGutter.background": "#191724",
"editorGutter.commentRangeForeground": "#908caa", "editorGutter.commentRangeForeground": "#908caa",
"editorGutter.deletedBackground": "#eb6f92", "editorGutter.deletedBackground": "#eb6f92",
"editorGutter.foldingControlForeground": "#c4a7e7", "editorGutter.foldingControlForeground": "#c4a7e7",
"editorGutter.modifiedBackground": "#ebbcba", "editorGutter.modifiedBackground": "#ebbcba",
"editorHint.border": "#000000", "editorHint.border": "#0000",
"editorHint.foreground": "#908caa", "editorHint.foreground": "#908caa",
"editorHoverWidget.background": "#1f1d2e", "editorHoverWidget.background": "#1f1d2e",
"editorHoverWidget.border": "#6e6a8680", "editorHoverWidget.border": "#6e6a8680",
"editorHoverWidget.foreground": "#908caa", "editorHoverWidget.foreground": "#908caa",
"editorHoverWidget.highlightForeground": "#e0def4", "editorHoverWidget.highlightForeground": "#e0def4",
"editorHoverWidget.statusBarBackground": "#000000", "editorHoverWidget.statusBarBackground": "#0000",
"editorIndentGuide.activeBackground": "#6e6a86", "editorIndentGuide.activeBackground": "#6e6a86",
"editorIndentGuide.background": "#6e6a8666", "editorIndentGuide.background": "#6e6a8666",
"editorInfo.border": "#26233a", "editorInfo.border": "#26233a",
@ -181,19 +181,19 @@
"editorOverviewRuler.warningForeground": "#f6c17780", "editorOverviewRuler.warningForeground": "#f6c17780",
"editorOverviewRuler.wordHighlightForeground": "#6e6a8633", "editorOverviewRuler.wordHighlightForeground": "#6e6a8633",
"editorOverviewRuler.wordHighlightStrongForeground": "#6e6a8666", "editorOverviewRuler.wordHighlightStrongForeground": "#6e6a8666",
"editorPane.background": "#000000", "editorPane.background": "#0000",
"editorRuler.foreground": "#6e6a8666", "editorRuler.foreground": "#6e6a8666",
"editorSuggestWidget.background": "#1f1d2e", "editorSuggestWidget.background": "#1f1d2e",
"editorSuggestWidget.border": "#000000", "editorSuggestWidget.border": "#0000",
"editorSuggestWidget.focusHighlightForeground": "#ebbcba", "editorSuggestWidget.focusHighlightForeground": "#ebbcba",
"editorSuggestWidget.foreground": "#908caa", "editorSuggestWidget.foreground": "#908caa",
"editorSuggestWidget.highlightForeground": "#ebbcba", "editorSuggestWidget.highlightForeground": "#ebbcba",
"editorSuggestWidget.selectedBackground": "#6e6a8633", "editorSuggestWidget.selectedBackground": "#6e6a8633",
"editorSuggestWidget.selectedForeground": "#e0def4", "editorSuggestWidget.selectedForeground": "#e0def4",
"editorSuggestWidget.selectedIconForeground": "#e0def4", "editorSuggestWidget.selectedIconForeground": "#e0def4",
"editorUnnecessaryCode.border": "#000000", "editorUnnecessaryCode.border": "#0000",
"editorUnnecessaryCode.opacity": "#e0def480", "editorUnnecessaryCode.opacity": "#e0def480",
"editorWarning.border": "#000000", "editorWarning.border": "#0000",
"editorWarning.foreground": "#f6c177", "editorWarning.foreground": "#f6c177",
"editorWhitespace.foreground": "#6e6a86", "editorWhitespace.foreground": "#6e6a86",
"editorWidget.background": "#1f1d2e", "editorWidget.background": "#1f1d2e",
@ -310,7 +310,7 @@
"notificationsWarningIcon.foreground": "#f6c177", "notificationsWarningIcon.foreground": "#f6c177",
"notificationToast.border": "#6e6a8633", "notificationToast.border": "#6e6a8633",
"panel.background": "#1f1d2e", "panel.background": "#1f1d2e",
"panel.border": "#000000", "panel.border": "#0000",
"panel.dropBorder": "#26233a", "panel.dropBorder": "#26233a",
"panelInput.border": "#1f1d2e", "panelInput.border": "#1f1d2e",
"panelSection.dropBackground": "#6e6a8633", "panelSection.dropBackground": "#6e6a8633",
@ -356,7 +356,7 @@
"sideBar.background": "#191724", "sideBar.background": "#191724",
"sideBar.dropBackground": "#1f1d2e", "sideBar.dropBackground": "#1f1d2e",
"sideBar.foreground": "#908caa", "sideBar.foreground": "#908caa",
"sideBarSectionHeader.background": "#000000", "sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#6e6a8633", "sideBarSectionHeader.border": "#6e6a8633",
"statusBar.background": "#191724", "statusBar.background": "#191724",
"statusBar.debuggingBackground": "#c4a7e7", "statusBar.debuggingBackground": "#c4a7e7",
@ -408,15 +408,15 @@
"tab.activeBackground": "#6e6a861a", "tab.activeBackground": "#6e6a861a",
"tab.activeForeground": "#e0def4", "tab.activeForeground": "#e0def4",
"tab.activeModifiedBorder": "#9ccfd8", "tab.activeModifiedBorder": "#9ccfd8",
"tab.border": "#000000", "tab.border": "#0000",
"tab.hoverBackground": "#6e6a8633", "tab.hoverBackground": "#6e6a8633",
"tab.inactiveBackground": "#000000", "tab.inactiveBackground": "#0000",
"tab.inactiveForeground": "#908caa", "tab.inactiveForeground": "#908caa",
"tab.inactiveModifiedBorder": "#9ccfd880", "tab.inactiveModifiedBorder": "#9ccfd880",
"tab.lastPinnedBorder": "#6e6a86", "tab.lastPinnedBorder": "#6e6a86",
"tab.unfocusedActiveBackground": "#000000", "tab.unfocusedActiveBackground": "#0000",
"tab.unfocusedHoverBackground": "#000000", "tab.unfocusedHoverBackground": "#0000",
"tab.unfocusedInactiveBackground": "#000000", "tab.unfocusedInactiveBackground": "#0000",
"tab.unfocusedInactiveModifiedBorder": "#9ccfd880", "tab.unfocusedInactiveModifiedBorder": "#9ccfd880",
"terminal.ansiBlack": "#26233a", "terminal.ansiBlack": "#26233a",
"terminal.ansiBlue": "#9ccfd8", "terminal.ansiBlue": "#9ccfd8",

View file

@ -88,6 +88,20 @@ pub fn andromeda() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xee5d43ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xf92672ff).into()),
..Default::default()
},
),
( (
"emphasis".into(), "emphasis".into(),
UserHighlightStyle { UserHighlightStyle {
@ -137,6 +151,34 @@ pub fn andromeda() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.escape".into(),
UserHighlightStyle {
color: Some(rgba(0x96e072ff).into()),
..Default::default()
},
),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x96e072ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x96e072ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x96e072ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -250,6 +292,20 @@ pub fn andromeda() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xee5d43ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xf92672ff).into()),
..Default::default()
},
),
( (
"emphasis".into(), "emphasis".into(),
UserHighlightStyle { UserHighlightStyle {
@ -299,6 +355,34 @@ pub fn andromeda() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.escape".into(),
UserHighlightStyle {
color: Some(rgba(0x96e072ff).into()),
..Default::default()
},
),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x96e072ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x96e072ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x96e072ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -104,7 +104,14 @@ pub fn ayu() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0x4cbf99ff).into()), color: Some(rgba(0xa37accff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x55b4d4ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -134,7 +141,7 @@ pub fn ayu() -> UserThemeFamily {
( (
"function".into(), "function".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xf07171ff).into()), color: Some(rgba(0xf2ae49ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -190,7 +197,7 @@ pub fn ayu() -> UserThemeFamily {
( (
"punctuation".into(), "punctuation".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0x5c6166b3).into()), color: Some(rgba(0x55b4d480).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -215,6 +222,13 @@ pub fn ayu() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x55b4d480).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -229,6 +243,13 @@ pub fn ayu() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x86b300ff).into()),
..Default::default()
},
),
( (
"string.special".into(), "string.special".into(),
UserHighlightStyle { UserHighlightStyle {
@ -379,7 +400,14 @@ pub fn ayu() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0x95e6cbff).into()), color: Some(rgba(0xdfbfffff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x5ccfe6ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -409,7 +437,7 @@ pub fn ayu() -> UserThemeFamily {
( (
"function".into(), "function".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xf28779ff).into()), color: Some(rgba(0xffd173ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -465,7 +493,7 @@ pub fn ayu() -> UserThemeFamily {
( (
"punctuation".into(), "punctuation".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xcccac2b3).into()), color: Some(rgba(0x5ccfe680).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -490,6 +518,13 @@ pub fn ayu() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x5ccfe680).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -504,6 +539,13 @@ pub fn ayu() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xd5ff80ff).into()),
..Default::default()
},
),
( (
"string.special".into(), "string.special".into(),
UserHighlightStyle { UserHighlightStyle {
@ -654,7 +696,14 @@ pub fn ayu() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0x95e6cbff).into()), color: Some(rgba(0xd2a6ffff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x39bae6ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -684,7 +733,7 @@ pub fn ayu() -> UserThemeFamily {
( (
"function".into(), "function".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xf07178ff).into()), color: Some(rgba(0xffb454ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -740,7 +789,7 @@ pub fn ayu() -> UserThemeFamily {
( (
"punctuation".into(), "punctuation".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xbfbdb6b3).into()), color: Some(rgba(0x39bae680).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -765,6 +814,13 @@ pub fn ayu() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x39bae680).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -779,6 +835,13 @@ pub fn ayu() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xaad94cff).into()),
..Default::default()
},
),
( (
"string.special".into(), "string.special".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -94,6 +94,20 @@ pub fn dracula() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xbd93f9ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xff79c6ff).into()),
..Default::default()
},
),
( (
"emphasis".into(), "emphasis".into(),
UserHighlightStyle { UserHighlightStyle {
@ -145,6 +159,34 @@ pub fn dracula() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.escape".into(),
UserHighlightStyle {
color: Some(rgba(0xf1fa8cff).into()),
..Default::default()
},
),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xf1fa8cff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xf1fa8cff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xf1fa8cff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -91,6 +91,20 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xd3869bff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x8ec07cff).into()),
..Default::default()
},
),
( (
"emphasis.strong".into(), "emphasis.strong".into(),
UserHighlightStyle { UserHighlightStyle {
@ -141,6 +155,13 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xfe8019ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -155,6 +176,34 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -169,6 +218,27 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xb8bb26ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xb8bb26ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xb8bb26ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -292,6 +362,20 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xd3869bff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x8ec07cff).into()),
..Default::default()
},
),
( (
"emphasis.strong".into(), "emphasis.strong".into(),
UserHighlightStyle { UserHighlightStyle {
@ -342,6 +426,13 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xfe8019ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -356,6 +447,34 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -370,6 +489,27 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xb8bb26ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xb8bb26ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xb8bb26ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -493,6 +633,20 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xd3869bff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x8ec07cff).into()),
..Default::default()
},
),
( (
"emphasis.strong".into(), "emphasis.strong".into(),
UserHighlightStyle { UserHighlightStyle {
@ -543,6 +697,13 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xfe8019ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -557,6 +718,34 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x83a598ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -571,6 +760,27 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xb8bb26ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xb8bb26ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xb8bb26ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -694,6 +904,20 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0x8f3f71ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x427b58ff).into()),
..Default::default()
},
),
( (
"emphasis.strong".into(), "emphasis.strong".into(),
UserHighlightStyle { UserHighlightStyle {
@ -744,6 +968,13 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xaf3a03ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -758,6 +989,34 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -772,6 +1031,27 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x79740eff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x79740eff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x79740eff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -895,6 +1175,20 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0x8f3f71ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x427b58ff).into()),
..Default::default()
},
),
( (
"emphasis.strong".into(), "emphasis.strong".into(),
UserHighlightStyle { UserHighlightStyle {
@ -945,6 +1239,13 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xaf3a03ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -959,6 +1260,34 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -973,6 +1302,27 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x79740eff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x79740eff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x79740eff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1096,6 +1446,20 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0x8f3f71ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x427b58ff).into()),
..Default::default()
},
),
( (
"emphasis.strong".into(), "emphasis.strong".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1146,6 +1510,13 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xaf3a03ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1160,6 +1531,34 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x076678ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1174,6 +1573,27 @@ pub fn gruvbox() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x79740eff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x79740eff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x79740eff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -109,6 +109,13 @@ pub fn night_owl() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xcaece6ff).into()),
..Default::default()
},
),
( (
"function".into(), "function".into(),
UserHighlightStyle { UserHighlightStyle {
@ -152,6 +159,34 @@ pub fn night_owl() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x7fdbcaff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x7fdbcaff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x7fdbcaff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x7fdbcaff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -166,6 +201,27 @@ pub fn night_owl() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xecc48dff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xecc48dff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xecc48dff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -301,6 +357,13 @@ pub fn night_owl() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x994cc3ff).into()),
..Default::default()
},
),
( (
"function".into(), "function".into(),
UserHighlightStyle { UserHighlightStyle {
@ -344,6 +407,34 @@ pub fn night_owl() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x994cc3ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x994cc3ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x994cc3ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x994cc3ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -358,6 +449,27 @@ pub fn night_owl() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x4876d6ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x4876d6ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x4876d6ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -97,7 +97,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xbecfdaff).into()), color: Some(rgba(0x7060ebff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe66533ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -143,6 +150,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xdf769bff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -157,6 +171,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0xbecfdaff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -164,6 +185,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0xbecfdaff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0xbecfdaff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -178,6 +213,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -307,7 +363,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xcbbec2ff).into()), color: Some(rgba(0x7060ebff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe66533ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -353,6 +416,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xdf769bff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -367,6 +437,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0xcbbec2ff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -374,6 +451,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0xcbbec2ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0xcbbec2ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -388,6 +479,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -517,7 +629,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0x004d57ff).into()), color: Some(rgba(0x5842ffff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe64100ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -563,6 +682,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xff5792ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -577,6 +703,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x004d57ff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -584,6 +717,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x004d57ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x004d57ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -598,6 +745,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x00b368ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x00b368ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x00b368ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -727,7 +895,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0x0c006bff).into()), color: Some(rgba(0x5842ffff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe64100ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -773,6 +948,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xff5792ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -787,6 +969,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x0c006bff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -794,6 +983,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x0c006bff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x0c006bff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -808,6 +1011,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x00b368ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x00b368ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x00b368ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -937,7 +1161,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0x004d57ff).into()), color: Some(rgba(0x5842ffff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe64100ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -983,6 +1214,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xff5792ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -997,6 +1235,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x004d57ff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1004,6 +1249,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x004d57ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x004d57ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1018,6 +1277,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x00b368ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x00b368ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x00b368ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1147,7 +1427,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xc5cdd3ff).into()), color: Some(rgba(0x7068b1ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xc37455ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -1193,6 +1480,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xc88da2ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1207,6 +1501,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0xc5cdd3ff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1214,6 +1515,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0xc5cdd3ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0xc5cdd3ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1228,6 +1543,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x72c09fff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x72c09fff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x72c09fff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1357,7 +1693,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()), color: Some(rgba(0x7060ebff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe66533ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -1403,6 +1746,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xdf769bff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1417,6 +1767,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1424,6 +1781,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1438,6 +1809,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1567,7 +1959,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()), color: Some(rgba(0x7060ebff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe66533ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -1613,6 +2012,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xdf769bff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1627,6 +2033,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1634,6 +2047,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1648,6 +2075,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1777,7 +2225,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()), color: Some(rgba(0x7060ebff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe66533ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -1823,6 +2278,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xdf769bff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1837,6 +2299,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1844,6 +2313,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0xb2cacdff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1858,6 +2341,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -1987,7 +2491,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xc5c2d6ff).into()), color: Some(rgba(0x7060ebff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe66533ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -2033,6 +2544,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xdf769bff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -2047,6 +2565,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0xc5c2d6ff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -2054,6 +2579,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0xc5c2d6ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0xc5c2d6ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -2068,6 +2607,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -2197,7 +2757,14 @@ pub fn noctis() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xccbfd9ff).into()), color: Some(rgba(0x7060ebff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xe66533ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -2243,6 +2810,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xdf769bff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -2257,6 +2831,13 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0xccbfd9ff).into()),
..Default::default()
},
),
( (
"punctuation.delimiter".into(), "punctuation.delimiter".into(),
UserHighlightStyle { UserHighlightStyle {
@ -2264,6 +2845,20 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0xccbfd9ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0xccbfd9ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -2278,6 +2873,27 @@ pub fn noctis() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x49e9a6ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -103,7 +103,14 @@ pub fn nord() -> UserThemeFamily {
( (
"constant".into(), "constant".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0xebcb8bff).into()), color: Some(rgba(0x81a1c1ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x81a1c1ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -135,10 +142,24 @@ pub fn nord() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0x5e81acff).into()),
..Default::default()
},
),
( (
"punctuation".into(), "punctuation".into(),
UserHighlightStyle { UserHighlightStyle {
color: Some(rgba(0x81a1c1ff).into()), color: Some(rgba(0xeceff4ff).into()),
..Default::default()
},
),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0xeceff4ff).into()),
..Default::default() ..Default::default()
}, },
), ),
@ -149,6 +170,20 @@ pub fn nord() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0xeceff4ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0xeceff4ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -163,6 +198,27 @@ pub fn nord() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xa3be8cff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xa3be8cff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xa3be8cff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -108,6 +108,13 @@ pub fn palenight() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xff5572ff).into()),
..Default::default()
},
),
( (
"emphasis".into(), "emphasis".into(),
UserHighlightStyle { UserHighlightStyle {
@ -180,6 +187,34 @@ pub fn palenight() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -194,6 +229,27 @@ pub fn palenight() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xc3e88dff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xc3e88dff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xc3e88dff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -327,6 +383,13 @@ pub fn palenight() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xff5572ff).into()),
..Default::default()
},
),
( (
"emphasis".into(), "emphasis".into(),
UserHighlightStyle { UserHighlightStyle {
@ -399,6 +462,34 @@ pub fn palenight() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -413,6 +504,27 @@ pub fn palenight() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xc3e88dff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xc3e88dff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xc3e88dff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -546,6 +658,13 @@ pub fn palenight() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0xff5572ff).into()),
..Default::default()
},
),
( (
"emphasis".into(), "emphasis".into(),
UserHighlightStyle { UserHighlightStyle {
@ -618,6 +737,34 @@ pub fn palenight() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x89ddffff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -632,6 +779,27 @@ pub fn palenight() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xc3e88dff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xc3e88dff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xc3e88dff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -19,12 +19,12 @@ pub fn rose_pine() -> UserThemeFamily {
appearance: Appearance::Dark, appearance: Appearance::Dark,
styles: UserThemeStylesRefinement { styles: UserThemeStylesRefinement {
colors: ThemeColorsRefinement { colors: ThemeColorsRefinement {
border: Some(rgba(0x000000ff).into()), border: Some(rgba(0x00000000).into()),
border_variant: Some(rgba(0x000000ff).into()), border_variant: Some(rgba(0x00000000).into()),
border_focused: Some(rgba(0x6e6a8633).into()), border_focused: Some(rgba(0x6e6a8633).into()),
border_selected: Some(rgba(0x000000ff).into()), border_selected: Some(rgba(0x00000000).into()),
border_transparent: Some(rgba(0x000000ff).into()), border_transparent: Some(rgba(0x00000000).into()),
border_disabled: Some(rgba(0x000000ff).into()), border_disabled: Some(rgba(0x00000000).into()),
elevated_surface_background: Some(rgba(0x1f1d2eff).into()), elevated_surface_background: Some(rgba(0x1f1d2eff).into()),
surface_background: Some(rgba(0x1f1d2eff).into()), surface_background: Some(rgba(0x1f1d2eff).into()),
background: Some(rgba(0x191724ff).into()), background: Some(rgba(0x191724ff).into()),
@ -38,7 +38,7 @@ pub fn rose_pine() -> UserThemeFamily {
title_bar_background: Some(rgba(0x191724ff).into()), title_bar_background: Some(rgba(0x191724ff).into()),
toolbar_background: Some(rgba(0x1f1d2eff).into()), toolbar_background: Some(rgba(0x1f1d2eff).into()),
tab_bar_background: Some(rgba(0x1f1d2eff).into()), tab_bar_background: Some(rgba(0x1f1d2eff).into()),
tab_inactive_background: Some(rgba(0x000000ff).into()), tab_inactive_background: Some(rgba(0x00000000).into()),
tab_active_background: Some(rgba(0x6e6a861a).into()), tab_active_background: Some(rgba(0x6e6a861a).into()),
editor_background: Some(rgba(0x191724ff).into()), editor_background: Some(rgba(0x191724ff).into()),
editor_gutter_background: Some(rgba(0x191724ff).into()), editor_gutter_background: Some(rgba(0x191724ff).into()),
@ -103,6 +103,20 @@ pub fn rose_pine() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xebbcbaff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x9ccfd8ff).into()),
..Default::default()
},
),
( (
"function".into(), "function".into(),
UserHighlightStyle { UserHighlightStyle {
@ -138,6 +152,34 @@ pub fn rose_pine() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x6e6a86ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x6e6a86ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x6e6a86ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x6e6a86ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -145,6 +187,34 @@ pub fn rose_pine() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.escape".into(),
UserHighlightStyle {
color: Some(rgba(0xf6c177ff).into()),
..Default::default()
},
),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xf6c177ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xf6c177ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xf6c177ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -196,12 +266,12 @@ pub fn rose_pine() -> UserThemeFamily {
appearance: Appearance::Dark, appearance: Appearance::Dark,
styles: UserThemeStylesRefinement { styles: UserThemeStylesRefinement {
colors: ThemeColorsRefinement { colors: ThemeColorsRefinement {
border: Some(rgba(0x000000ff).into()), border: Some(rgba(0x00000000).into()),
border_variant: Some(rgba(0x000000ff).into()), border_variant: Some(rgba(0x00000000).into()),
border_focused: Some(rgba(0x817c9c26).into()), border_focused: Some(rgba(0x817c9c26).into()),
border_selected: Some(rgba(0x000000ff).into()), border_selected: Some(rgba(0x00000000).into()),
border_transparent: Some(rgba(0x000000ff).into()), border_transparent: Some(rgba(0x00000000).into()),
border_disabled: Some(rgba(0x000000ff).into()), border_disabled: Some(rgba(0x00000000).into()),
elevated_surface_background: Some(rgba(0x2a273fff).into()), elevated_surface_background: Some(rgba(0x2a273fff).into()),
surface_background: Some(rgba(0x2a273fff).into()), surface_background: Some(rgba(0x2a273fff).into()),
background: Some(rgba(0x232136ff).into()), background: Some(rgba(0x232136ff).into()),
@ -215,7 +285,7 @@ pub fn rose_pine() -> UserThemeFamily {
title_bar_background: Some(rgba(0x232136ff).into()), title_bar_background: Some(rgba(0x232136ff).into()),
toolbar_background: Some(rgba(0x2a273fff).into()), toolbar_background: Some(rgba(0x2a273fff).into()),
tab_bar_background: Some(rgba(0x2a273fff).into()), tab_bar_background: Some(rgba(0x2a273fff).into()),
tab_inactive_background: Some(rgba(0x000000ff).into()), tab_inactive_background: Some(rgba(0x00000000).into()),
tab_active_background: Some(rgba(0x817c9c14).into()), tab_active_background: Some(rgba(0x817c9c14).into()),
editor_background: Some(rgba(0x232136ff).into()), editor_background: Some(rgba(0x232136ff).into()),
editor_gutter_background: Some(rgba(0x232136ff).into()), editor_gutter_background: Some(rgba(0x232136ff).into()),
@ -280,6 +350,20 @@ pub fn rose_pine() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xea9a97ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x9ccfd8ff).into()),
..Default::default()
},
),
( (
"function".into(), "function".into(),
UserHighlightStyle { UserHighlightStyle {
@ -315,6 +399,34 @@ pub fn rose_pine() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x6e6a86ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x6e6a86ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x6e6a86ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x6e6a86ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -322,6 +434,34 @@ pub fn rose_pine() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.escape".into(),
UserHighlightStyle {
color: Some(rgba(0xf6c177ff).into()),
..Default::default()
},
),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xf6c177ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xf6c177ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xf6c177ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -373,12 +513,12 @@ pub fn rose_pine() -> UserThemeFamily {
appearance: Appearance::Light, appearance: Appearance::Light,
styles: UserThemeStylesRefinement { styles: UserThemeStylesRefinement {
colors: ThemeColorsRefinement { colors: ThemeColorsRefinement {
border: Some(rgba(0x000000ff).into()), border: Some(rgba(0x00000000).into()),
border_variant: Some(rgba(0x000000ff).into()), border_variant: Some(rgba(0x00000000).into()),
border_focused: Some(rgba(0x6e6a8614).into()), border_focused: Some(rgba(0x6e6a8614).into()),
border_selected: Some(rgba(0x000000ff).into()), border_selected: Some(rgba(0x00000000).into()),
border_transparent: Some(rgba(0x000000ff).into()), border_transparent: Some(rgba(0x00000000).into()),
border_disabled: Some(rgba(0x000000ff).into()), border_disabled: Some(rgba(0x00000000).into()),
elevated_surface_background: Some(rgba(0xfffaf3ff).into()), elevated_surface_background: Some(rgba(0xfffaf3ff).into()),
surface_background: Some(rgba(0xfffaf3ff).into()), surface_background: Some(rgba(0xfffaf3ff).into()),
background: Some(rgba(0xfaf4edff).into()), background: Some(rgba(0xfaf4edff).into()),
@ -392,7 +532,7 @@ pub fn rose_pine() -> UserThemeFamily {
title_bar_background: Some(rgba(0xfaf4edff).into()), title_bar_background: Some(rgba(0xfaf4edff).into()),
toolbar_background: Some(rgba(0xfffaf3ff).into()), toolbar_background: Some(rgba(0xfffaf3ff).into()),
tab_bar_background: Some(rgba(0xfffaf3ff).into()), tab_bar_background: Some(rgba(0xfffaf3ff).into()),
tab_inactive_background: Some(rgba(0x000000ff).into()), tab_inactive_background: Some(rgba(0x00000000).into()),
tab_active_background: Some(rgba(0x6e6a860d).into()), tab_active_background: Some(rgba(0x6e6a860d).into()),
editor_background: Some(rgba(0xfaf4edff).into()), editor_background: Some(rgba(0xfaf4edff).into()),
editor_gutter_background: Some(rgba(0xfaf4edff).into()), editor_gutter_background: Some(rgba(0xfaf4edff).into()),
@ -457,6 +597,20 @@ pub fn rose_pine() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xd7827eff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x56949fff).into()),
..Default::default()
},
),
( (
"function".into(), "function".into(),
UserHighlightStyle { UserHighlightStyle {
@ -492,6 +646,34 @@ pub fn rose_pine() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x9893a5ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x9893a5ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x9893a5ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x9893a5ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -499,6 +681,34 @@ pub fn rose_pine() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.escape".into(),
UserHighlightStyle {
color: Some(rgba(0xea9d34ff).into()),
..Default::default()
},
),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0xea9d34ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0xea9d34ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0xea9d34ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -103,6 +103,13 @@ pub fn solarized() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x268bd2ff).into()),
..Default::default()
},
),
( (
"embedded".into(), "embedded".into(),
UserHighlightStyle { UserHighlightStyle {
@ -145,6 +152,13 @@ pub fn solarized() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xb58900ff).into()),
..Default::default()
},
),
( (
"property".into(), "property".into(),
UserHighlightStyle { UserHighlightStyle {
@ -159,6 +173,34 @@ pub fn solarized() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x657b83ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x657b83ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x657b83ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x657b83ff).into()),
..Default::default()
},
),
( (
"string".into(), "string".into(),
UserHighlightStyle { UserHighlightStyle {
@ -173,6 +215,27 @@ pub fn solarized() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x2aa198ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x2aa198ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x2aa198ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {
@ -298,6 +361,13 @@ pub fn solarized() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x268bd2ff).into()),
..Default::default()
},
),
( (
"embedded".into(), "embedded".into(),
UserHighlightStyle { UserHighlightStyle {
@ -340,6 +410,13 @@ pub fn solarized() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"preproc".into(),
UserHighlightStyle {
color: Some(rgba(0xb58900ff).into()),
..Default::default()
},
),
( (
"punctuation.bracket".into(), "punctuation.bracket".into(),
UserHighlightStyle { UserHighlightStyle {
@ -361,6 +438,27 @@ pub fn solarized() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"string.regex".into(),
UserHighlightStyle {
color: Some(rgba(0x2aa198ff).into()),
..Default::default()
},
),
(
"string.special".into(),
UserHighlightStyle {
color: Some(rgba(0x2aa198ff).into()),
..Default::default()
},
),
(
"string.special.symbol".into(),
UserHighlightStyle {
color: Some(rgba(0x2aa198ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -85,6 +85,20 @@ pub fn synthwave_84() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0xf97e72ff).into()),
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x72f1b8ff).into()),
..Default::default()
},
),
( (
"function".into(), "function".into(),
UserHighlightStyle { UserHighlightStyle {
@ -148,6 +162,34 @@ pub fn synthwave_84() -> UserThemeFamily {
..Default::default() ..Default::default()
}, },
), ),
(
"punctuation.bracket".into(),
UserHighlightStyle {
color: Some(rgba(0x36f9f6ff).into()),
..Default::default()
},
),
(
"punctuation.delimiter".into(),
UserHighlightStyle {
color: Some(rgba(0x36f9f6ff).into()),
..Default::default()
},
),
(
"punctuation.list_marker".into(),
UserHighlightStyle {
color: Some(rgba(0x36f9f6ff).into()),
..Default::default()
},
),
(
"punctuation.special".into(),
UserHighlightStyle {
color: Some(rgba(0x36f9f6ff).into()),
..Default::default()
},
),
( (
"tag".into(), "tag".into(),
UserHighlightStyle { UserHighlightStyle {

View file

@ -168,6 +168,14 @@ impl ZedSyntaxToken {
match self { match self {
ZedSyntaxToken::CommentDoc => &[ZedSyntaxToken::Comment], ZedSyntaxToken::CommentDoc => &[ZedSyntaxToken::Comment],
ZedSyntaxToken::VariableSpecial => &[ZedSyntaxToken::Variable], ZedSyntaxToken::VariableSpecial => &[ZedSyntaxToken::Variable],
ZedSyntaxToken::PunctuationBracket
| ZedSyntaxToken::PunctuationDelimiter
| ZedSyntaxToken::PunctuationListMarker
| ZedSyntaxToken::PunctuationSpecial => &[ZedSyntaxToken::Punctuation],
ZedSyntaxToken::StringEscape
| ZedSyntaxToken::StringRegex
| ZedSyntaxToken::StringSpecial
| ZedSyntaxToken::StringSpecialSymbol => &[ZedSyntaxToken::String],
_ => &[], _ => &[],
} }
} }
@ -178,9 +186,12 @@ impl ZedSyntaxToken {
ZedSyntaxToken::Boolean => vec!["constant.language"], ZedSyntaxToken::Boolean => vec!["constant.language"],
ZedSyntaxToken::Comment => vec!["comment"], ZedSyntaxToken::Comment => vec!["comment"],
ZedSyntaxToken::CommentDoc => vec!["comment.block.documentation"], ZedSyntaxToken::CommentDoc => vec!["comment.block.documentation"],
ZedSyntaxToken::Constant => vec!["constant.character"], ZedSyntaxToken::Constant => vec!["constant", "constant.language", "constant.character"],
ZedSyntaxToken::Constructor => { ZedSyntaxToken::Constructor => {
vec!["entity.name.function.definition.special.constructor"] vec![
"entity.name.tag",
"entity.name.function.definition.special.constructor",
]
} }
ZedSyntaxToken::Embedded => vec!["meta.embedded"], ZedSyntaxToken::Embedded => vec!["meta.embedded"],
ZedSyntaxToken::Emphasis => vec!["markup.italic"], ZedSyntaxToken::Emphasis => vec!["markup.italic"],
@ -190,11 +201,7 @@ impl ZedSyntaxToken {
"markup.bold markup.italic", "markup.bold markup.italic",
], ],
ZedSyntaxToken::Enum => vec!["support.type.enum"], ZedSyntaxToken::Enum => vec!["support.type.enum"],
ZedSyntaxToken::Function => vec![ ZedSyntaxToken::Function => vec!["entity.name.function", "variable.function"],
"entity.name.function",
"variable.function",
"support.function",
],
ZedSyntaxToken::Hint => vec![], ZedSyntaxToken::Hint => vec![],
ZedSyntaxToken::Keyword => vec![ ZedSyntaxToken::Keyword => vec![
"keyword", "keyword",
@ -215,7 +222,11 @@ impl ZedSyntaxToken {
ZedSyntaxToken::Number => vec!["constant.numeric", "number"], ZedSyntaxToken::Number => vec!["constant.numeric", "number"],
ZedSyntaxToken::Operator => vec!["operator", "keyword.operator"], ZedSyntaxToken::Operator => vec!["operator", "keyword.operator"],
ZedSyntaxToken::Predictive => vec![], ZedSyntaxToken::Predictive => vec![],
ZedSyntaxToken::Preproc => vec!["preproc"], ZedSyntaxToken::Preproc => vec![
"preproc",
"meta.preprocessor",
"punctuation.definition.preprocessor",
],
ZedSyntaxToken::Primary => vec![], ZedSyntaxToken::Primary => vec![],
ZedSyntaxToken::Property => vec![ ZedSyntaxToken::Property => vec![
"variable.member", "variable.member",
@ -228,7 +239,6 @@ impl ZedSyntaxToken {
"punctuation.section", "punctuation.section",
"punctuation.accessor", "punctuation.accessor",
"punctuation.separator", "punctuation.separator",
"punctuation.terminator",
"punctuation.definition.tag", "punctuation.definition.tag",
], ],
ZedSyntaxToken::PunctuationBracket => vec![ ZedSyntaxToken::PunctuationBracket => vec![