Colorful, dark and bold UI theme for Atom code editor
The easiest way to install Ghoulish is to do so from the Atom UI:
Alternatively, you can use the Atom Package Manager:
apm install ghoulish-ui
For best appearance, use a background that matches the scale of your desktop resolution.
For example, if your screen resolution is set to 1920 x 1080, also select a background of the same size.
You do not have to use the atom://
prefix for your image (unless your image is stored in the Atom config directory, which I wouldn't recommend.)
The image can be stored anywhere on your computer, but make sure its kept locally, on the same drive (or an accessible mount/partition that Atom has at least read access to).
For best results, get the folder path from your file manager's address bar and append the filename (with extension: .png, .jpg, etc.).
In index.less
change:
.icons(true);
to:
.icons(false);
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.