https://github.com/71zenith/lem-base16-themes
https://github.com/71zenith/lem-base16-themes
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/71zenith/lem-base16-themes
- Owner: 71zenith
- License: mit
- Created: 2024-06-03T10:08:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T10:18:32.000Z (about 2 years ago)
- Last Synced: 2025-02-06T02:45:08.297Z (over 1 year ago)
- Language: Common Lisp
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/lukpank/lem-base16-themes/blob/master/LICENSE).
## Author
Łukasz Pankowski