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 left panel (hover on the left to show).
.atom-dock-inner.left.atom-dock-open:hover {width: unset;}.atom-dock-inner.left.atom-dock-open {width: 5px;position: absolute;z-index: 100;}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.