(load-scheme source)
We currently support iTerm scheme format which is held in Apple Info.plist XML.
source
can be whatever clojure.java.io/reader
accepts, common usages:
"./Solarized Dark.itermcolors"
or"https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Dracula%2B.itermcolors"
We currently support iTerm scheme format which is held in Apple Info.plist XML. `source` can be whatever `clojure.java.io/reader` accepts, common usages: - local path `"./Solarized Dark.itermcolors"` or - a url `"https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Dracula%2B.itermcolors"`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close