summarylogtreecommitdiffstats
path: root/atom-editor-transparent.install
blob: 4c57de829df79ed2c52e8232d999f8e3f92fddec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
    cat << EOF
Make sure to write this line to your custom stylesheet:

    html, atom-workspace {background-color: transparent;}

Because Atom has preset background-colors on elements.
You may need to reset more elements' background according to
specific UI theme you are using.

If you use tia-ui theme then just that line is enough.

To run directly with /usr/bin/atom, use like this:

    atom --enable-transparent-visuals --disable-gpu

append more option as you like.
EOF
}