Fork of the original One Light UI Theme to make a perfect companion of the Solarized Dark Syntax Theme.
The One Light UI generates a pale teal background color when used with Solarized Dark Syntax Theme. That unavailable in solarized colorspace, and I think it is not so pretty. :)
Use either Atom's Settings -> Install
interface, or:
$ apm install solarized-one-light-ui
In the theme settings you can change the Font Size to scale the whole UI up or down.
Switch between 3 Tab Sizing mode:
Even
(default) - In Even mode all tabs will be the same size. Great for quickly closing many tabs.Maximum
- In Maximum mode the tabs will expand to take up the full width.Minimum
- In Minimum mode the tabs will only take as little space as needed and also show longer file names.
Choose where Tab Close Button shown:
Right
(default)Left
You can Hide dock toggle buttons.
Note: When hiding the toggle buttons, opening a dock needs to be done by using the keyboard or other alternatives.
Also you can Make tree-view project headers sticky.
It's also possible to resize only certain areas by adding the following to your styles.less
(Use DevTools to find the right selectors):
.theme-solarized-one-light-ui {
.tab-bar { font-size: 18px; }
.tree-view { font-size: 14px; }
.status-bar { font-size: 12px; }
}