Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

dann254/atom-ice-ui

Repository files navigation

Atom iCe UI Theme

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.

Image

Installation

The easiest way to install Atom ice is to do as follows:

  • Go to Atom > Settings
  • Click "+ Install"
  • Search for atom ice ui and click themes button to search.
  • Browse for atom ice ui and click install

Alternatively you can use the Atom Package Manager:

apm install atom-ice-ui

If you prefer the old look, install using apm

apm install atom-ice-ui@0.5.1

You may also need

Settings

To get here, Go to "Atom > Preferences" Select "Themes" and click the settings icon next to "Atom ice" under UI Theme dropdown

Get cool additions

animated project pane

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.

heartbeat pulse

Image

pulse circles

Image

dash load

Image

gooey-blobs

Image

classic

Custom tree view background

Go to theme settings to choose added tree view backgrounds.

honeycomb small

Image

honeycomb

Image

brick

Image

blueprint

Image

brick weave

Image

checkers

Image

table cloth

Image

weave

Image

classic

Image


Updates v0.4.0

  • More tree view backgrounds
  • more project pane animations
  • sticky project root headers

Contributing

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

Getting The Code

1. Fork

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 .

2. Make Some Changes

Once this is complete you will be able to edit atom-ice files directly in Atom and see your changes in real time.

3. Create a Pull Request

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.

4. Unlink

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.