tia-ui

An edge-less UI theme for Atom

frantic1048

543

2

1.0.6

WTFPL

GitHub

Tia UI theme

An edge-less UI theme for Atom.

Preview - Restia background :

preview_restia_background

Preview - Solid background :

preview_solid_background

Usage

Enable Tia ui theme in Atom settings.

Add follow lines to your custom stylesheet, replace <path to your loving image> as you want. If needed, also add background-<option> rules to perfectly fit your flavor:

atom-workspace {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
  url("<path to your loving image>");
}