Skip to content

40ants/lw-color-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LispWorks Color Theme Extension

How To Use It

First, set up the quicklisp distribution with LispWorks extensions:

(ql-dist:install-dist "http://dist.ultralisp.org/lispworks.txt"
                      :prompt nil)

Next, load the extension and choose the theme. You can place these lines into your ~/.lispworks init file:

(ql:quickload :lw-color-theme)

(lw-color-theme:color-theme "solarized-light")

Pay attention, this extension should be loaded in the init files. If you'll try to quickload it from the REPL and then change the color theme, it will not work propertly.

About

LispWorks Editor color theme addon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 100.0%