Hey! When installed, atom starts up with just white UI. I've tried changing the UI from One Light to One Dark and restarting. Also, made sure the transparency setting in macOS was disabled. Would really love to get this package up and running!
This is in my styles.less:
.one-vibrancy { // <- Add selectors here atom-pane, atom-panel, .tree-view { background-color: transparent !important; } }
