Skip to content

Commit

Permalink
feat: sticky scroll color
Browse files Browse the repository at this point in the history
  • Loading branch information
wiidede committed Jun 13, 2023
1 parent 7eb5467 commit bee80af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
4 changes: 3 additions & 1 deletion themes/liquid-ray-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit bee80af

Please sign in to comment.