ghoulish-ui

Dark, bold & colorful theme with file type icons and a customizable background image.

angela-d

3,672

2

1.1.3

MIT

GitHub

Ghoulish UI

Colorful, dark and bold UI theme for Atom code editor

Features

Compatible syntax themes

Install

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

ghoulish screenshot 2

ghoulish screenshot

Background Size

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.

Image Path

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

If you want to disable file type icons

In index.less change:

.icons(true);

to:

.icons(false);

Credits