Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpine/base16-stumpwm
Base16 Themes for StumpWM
https://github.com/tpine/base16-stumpwm
Last synced: 3 months ago
JSON representation
Base16 Themes for StumpWM
- Host: GitHub
- URL: https://github.com/tpine/base16-stumpwm
- Owner: tpine
- License: gpl-2.0
- Created: 2017-07-13T03:52:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T23:13:39.000Z (10 months ago)
- Last Synced: 2024-06-12T01:50:26.574Z (5 months ago)
- Language: Common Lisp
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stumpwm - Base16 - Base16 Themes (Themes)
README
Base16 Themes for StumpWM
================================[Base16](https://github.com/chriskempson/base16) provides carefully chosen syntax highlighting and a default set of sixteen colors suitable for a wide range of applications. Base16 is not a single theme but a set of guidelines with numerous implementations.
This repository contains a Base16 Template for StumpWM and a StumpWM Module which allows easy selection of a Base16 Scheme from within StumpWM.
# Installation #
In order to install the StumpWM Module you require the cl-base16 dependency which is not on quicklisp but can be found here: [https://github.com/tpine/cl-base16](https://github.com/tpine/cl-base16) and installed into your quicklisp local projects directory.
# Example Usage #
```lisp
(set-module-dir "/path/to/stumpwm/module/dir/")(load-module :stumpwm-base16)
;;; On first run execute this to pull the themes from github
;;; This command may take some time to complete
(stumpwm-base16:update);;; Load theme by passing a string with the theme name
(stumpwm-base16:load-theme "dracula")
```# Using stumpwm-base16 #
The module provides two commands ``` load-theme``` and ``` select-theme ```.
``` load-theme ``` provides a basic interface to select your theme and is best used in your stumpwm init file to select a theme on startup.
``` select-theme ``` provides a menu to browse and select the theme you wish to use.