This is a dark Atom Syntax theme with a cool glow of cyan and a black background.
The easiest way to install Atom ice is to do as follows:
+ Install
atom ice syntax
and click themes
button to search.atom ice syntax
and click install
Alternatively you can use the Atom Package Manager:
apm install atom-ice-syntax
apm install atom-ice-syntax@0.2.0
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-syntax
), 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-syntax project.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.