ayu-theme / vscode-ayu

ayu theme for vscode
https://marketplace.visualstudio.com/items?itemName=teabyii.ayu
MIT License
569 stars 93 forks source link

Improve margin with Activity bar hidden #107

Open andreiborisov opened 4 years ago

andreiborisov commented 4 years ago

When Activity bar is hidden, Explorer seems to be a little bit cramped to the edge compared to the original ayu theme. It would be nice to increase the margin between the window edge and Explorer:

VS Code: CleanShot 2020-08-15 at 00 46 03@2x

Sublime Text: CleanShot 2020-08-15 at 00 46 11@2x

andreiborisov commented 4 years ago

Perhaps, something like this, where a caret is inline with a status bar and Explorer icons are inline with EXPLORER title text:

CleanShot 2020-08-15 at 01 18 09@2x

Looks way cleaner to me (this is "#workbench\.view\.explorer > div > div > div.split-view-container > div.split-view-view": "left: 9px; width: calc(100% - 9px)")