This is a dark Atom UI theme with a cool glow of cyan and a black background.
It was created on a mac so it might look crappy elsewhere.
The easiest way to install Atom ice is to do as follows:
- Go to Atom > Settings
- Click "+ Install"
- Search for
atom ice ui
and clickthemes
button to search. - Browse for
atom ice ui
and clickinstall
Alternatively you can use the Atom Package Manager:
apm install atom-ice-ui
apm install [email protected]
- Matching syntax theme > atom-ice-syntax
- File icons > file-icons to get the cool icons.
To get here, Go to "Atom > Preferences" Select "Themes" and click the settings icon next to "Atom ice" under UI Theme dropdown
Go to theme settings to choose added animations. The project text on the upper left corner of the editor is replaced by an animation. Please note that the animations use a lot of cpu power. You can also change the tab to a few selected octicons.
Go to theme settings to choose added tree view backgrounds.
- More tree view backgrounds
- more project pane animations
- sticky project root headers
Anyone is welcome to contribute to the development of this theme. It can be a lot of work to keep up on, and I'll take help wherever i can get it :)
If you're keen to contribute, start by forking the repo and cloning it to your computer.
Note: To use the development version, you must first install the production version (apm uninstall atom-ice-ui
), then and run the following commands:
# To install the local version as an Atom Theme
apm link .
# Open with dev mode:
atom --dev .
Once this is complete you will be able to edit atom-ice files directly in Atom and see your changes in real time.
Once you are satisfied, with your updates, commit your change, push them to your fork and submit a pull request with a description of the changes that you made.
Once you're done working locally and ready to install the production version again, simply run apm unlink .
from the root of the atom-ice-ui project.