This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-27
Channels
- # aleph (2)
- # beginners (19)
- # boot (15)
- # cider (1)
- # cljsrn (1)
- # clojure (68)
- # clojure-austin (12)
- # clojure-dev (2)
- # clojure-france (6)
- # clojure-italy (46)
- # clojure-russia (45)
- # clojure-spec (55)
- # clojure-uk (41)
- # clojurescript (117)
- # component (15)
- # cursive (54)
- # datomic (24)
- # events (2)
- # funcool (1)
- # instaparse (4)
- # klipse (30)
- # lein-figwheel (3)
- # leiningen (4)
- # luminus (4)
- # om (10)
- # onyx (13)
- # parinfer (36)
- # proton (1)
- # reagent (1)
- # ring (2)
- # ring-swagger (1)
- # rum (19)
- # test-check (6)
- # testing (9)
- # untangled (1)
correct, each theme is a package so to install it it needs to go into additional-packages
.
proton uses theme-switch under the hood (https://github.com/t9md/atom-theme-switch), so to specify themes you'd have to put them in your .proton
file like so:
["theme-switch.profiles" ["nucleus-dark-ui atom-dark-fusion-syntax"
"atom-material-ui atom-material-syntax"
"atom-dark-ui atom-dark-syntax"
"atom-light-ui atom-light-syntax"
"one-dark-ui one-dark-syntax"
"one-light-ui one-light-syntax"]]