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:
atom ice ui
and click themes
button to search.atom ice ui
and click install
Alternatively you can use the Atom Package Manager:
apm install atom-ice-ui
apm install atom-ice-ui@0.5.1
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.
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 Themeapm 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.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.