From bee80afebc230ef4e43679903c1d621f1ddbf1ec Mon Sep 17 00:00:00 2001 From: wiidede Date: Tue, 13 Jun 2023 15:39:49 +0800 Subject: [PATCH] feat: sticky scroll color --- src/theme.ts | 3 +++ themes/liquid-ray-theme.json | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/theme.ts b/src/theme.ts index f5bb250..26766b0 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -274,6 +274,9 @@ export default function getTheme({ style, name, soft = false, black = false }) { 'statusBarItem.remoteBackground': background, 'statusBarItem.remoteForeground': activeForeground, + + 'editorStickyScroll.background': activeBackground, + 'editorStickyScrollHover.background': hoverBackground, }, semanticHighlighting: true, semanticTokenColors: { diff --git a/themes/liquid-ray-theme.json b/themes/liquid-ray-theme.json index 65427e9..dc015bb 100644 --- a/themes/liquid-ray-theme.json +++ b/themes/liquid-ray-theme.json @@ -200,7 +200,9 @@ "editorInlayHint.foreground": "#C4D5C6", "editorInlayHint.background": "#00000000", "statusBarItem.remoteBackground": "#252526", - "statusBarItem.remoteForeground": "#BCB7B2" + "statusBarItem.remoteForeground": "#BCB7B2", + "editorStickyScroll.background": "#202021", + "editorStickyScrollHover.background": "#29292A" }, "semanticHighlighting": true, "semanticTokenColors": {