透明な背景色のアトム



Transparent Background Color Atom



アトムバージョン1.7+
下に挿入されます

html, html * { background: rgba(0, 0, 0, 0) !important } atom-pane, atom-panel, atom-notification { background: rgba(0, 0, 0, 0.5) !important } atom-overlay > * { background: rgba(0, 0, 0, 0.9) !important } atom-text-editor::shadow { .cursor-line { background-color: rgba(0, 0, 0, 0.2) !important } .selection .region { background-color: rgba(0, 0, 0, 0.2) !important } .gutter { background-color: rgba(0, 0, 0, 0) !important } }

Atomの1.9より前のバージョンの場合



html * { background: rgba(0, 0, 0, 0) !important }

バージョンが1.9以降の場合

html, html * { background: rgba(0, 0, 0, 0) !important }