A minimalist UI theme.
Works well with the distraction free syntax theme.
This UI theme highlights only the main parts of the editor (the active tab and the text editor), leaving the other elements darker or hidden.
This custom style configuration do hide some status bar informations.
.status-bar {encoding-selector-status,grammar-selector-status,.file-info,.github-branch,.github-StatusBarTile,.line-ending-tile {display: none;}}
And this one do hide the scrollbars.
::-webkit-scrollbar {display: none;}
Default view :
Tree view, with new and modified files :
Search box :
Tabs (active, modified, hovered) :
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.