An edge-less UI theme for Atom.
Preview - Restia background :
Preview - Solid background :
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>");
}