Skip to content

senki/solarized-one-light-ui

 
 

Repository files navigation

Solarized Light UI Theme Build Status

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. :)

solarized-one-light-ui v1 10 8

Install

Use either Atom's Settings -> Install interface, or:

$ apm install solarized-one-light-ui

Settings

Theme Setup

In the theme settings you can change the Font Size to scale the whole UI up or down.

Switch between 3 Tab Sizing mode:

  1. Even (default) - In Even mode all tabs will be the same size. Great for quickly closing many tabs.
  2. Maximum - In Maximum mode the tabs will expand to take up the full width.
  3. 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:

  1. Right (default)
  2. 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.

Customize

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; }
}

About

Solarized One light UI Theme for Atom. A perfect companion for the Solarized Dark Syntax Theme.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 93.4%
  • CoffeeScript 6.6%