Skip to content

Commit

Permalink
feat: remote control icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wiidede committed Mar 1, 2023
1 parent c717932 commit c952978
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 @@ -271,6 +271,9 @@ export default function getTheme({ style, name, soft = false, black = false }) {

'editorInlayHint.foreground': themeColor('punctuation'),
'editorInlayHint.background': '#00000000',

'statusBarItem.remoteBackground': background,
'statusBarItem.remoteForeground': activeForeground,
},
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 @@ -198,7 +198,9 @@
"editorGutter.commentRangeForeground": "#E4E2DC30",
"editorGutter.foldingControlForeground": "#E4E2DC80",
"editorInlayHint.foreground": "#C4D5C6",
"editorInlayHint.background": "#00000000"
"editorInlayHint.background": "#00000000",
"statusBarItem.remoteBackground": "#252526",
"statusBarItem.remoteForeground": "#BCB7B2"
},
"semanticHighlighting": true,
"semanticTokenColors": {
Expand Down

0 comments on commit c952978

Please sign in to comment.