Skip to content

lukpank/lem-base16-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base16 themes for Lem editor/IDE

Installation

To use base16 themes in Lem editor run

$ ros install lukpank/lem-base16-themes

then add to your ~/.lem/init.lisp the following lines

(load-library "base16-themes")
(load-theme "espresso")

changing the theme espresso to the theme you want to use.

You can also change the theme interactively with M-x load-theme.

Regenerating themes

To regenerate src/themes.lisp run in slime REPL

(load "/path/to/lem-base16-themes/lem-base16-themes-generate.asd")
(ql:quickload "lem-base16-themes-generate")
(lem-base16-themes-generate:regenerate-themes)

License

Licensed under MIT License.

Author

Łukasz Pankowski

About

base16 themes for Lem editor/IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published