Skip to content

Commit

Permalink
Tweak gutter background and color
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Feb 12, 2022
1 parent 16031f3 commit 2a0e002
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions view/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,21 @@
}

.gutter {
background-color: var(--vscode-widget-shadow);
background-color: var(--divider-background);

background-repeat: no-repeat;
background-position: 50%;
}

.gutter.gutter-vertical {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
.vscode-dark .gutter.gutter-vertical {
background-image: url('images/gutter-dark.png');
cursor: ns-resize;
}
.vscode-light .gutter.gutter-vertical {
background-image: url('images/gutter-light.png');
cursor: ns-resize;
}

#paper, #monitorbox {
box-sizing: border-box;
overflow: auto;
Expand Down
Binary file added view/scss/images/gutter-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added view/scss/images/gutter-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a0e002

Please sign in to comment.