Skip to content

Commit

Permalink
tweak some gutter stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
furudean committed Oct 6, 2024
1 parent 31dff7f commit 01c6c5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/arrow-right-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/lib/decoration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ function set_decorations(
) {
current_decoration = vscode.window.createTextEditorDecorationType({
gutterIconPath: context.asAbsolutePath('dist/arrow-right.svg'),
gutterIconSize: '60%',
gutterIconSize: '70%',
dark: {
gutterIconPath: context.asAbsolutePath(
'dist/arrow-right-white.svg'
),
},
overviewRulerColor: new vscode.ThemeColor(
'editor.selectionHighlightBackground'
'editorCursor.foreground'
),
overviewRulerLane: vscode.OverviewRulerLane.Center,
})
Expand Down

0 comments on commit 01c6c5a

Please sign in to comment.