We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde9dc3 commit 459b3feCopy full SHA for 459b3fe
src/lambdaisland/ansi.cljc
@@ -67,7 +67,7 @@
67
of :vga :cmd :osx :putty :mirc :xterm :ubuntu. For finer control bind to
68
*color-scheme* directly."
69
[name & body]
70
- `(binding [*color-scheme* (get color-schemes name)]
+ `(binding [*color-scheme* (get color-schemes ~name)]
71
~@body))
72
73
(defn get-color [n]
0 commit comments