An edge-less UI theme for Atom.
This theme is in early stage. Don't use.
TODO:
- button style
- cursor style
- linter inline notify style
- setting options support
- ヾ(゚∀゚○)ツ
Ok, you really want to use now ?
apm install frantic1048/Tia-ui
Enable Tia ui theme in Atom settings.
Add follow line to your custom stylesheet, replace <path to your loving image>
as you want. If needed, also add background- 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>");
}