Liking cljdoc? Tell your friends :D
Clojure only.

com.phronemophobic.membrane.term.color-scheme


load-schemeclj

(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:

  • local path "./Solarized Dark.itermcolors" or
  • a url "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"`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close