spmenu/themes/README.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2023-03-30 19:21:08 +02:00
# spmenu themes
spmenu has a profile feature, which allows you to quickly switch between
configuration files. For this reason, it is possible to quickly switch between colorschemes.
2023-03-30 19:21:08 +02:00
legacy/ contains themes applied through .Xresources, while the current directory contains
themes included from spmenu.conf.
2023-03-30 19:21:08 +02:00
Feel free to contribute your own colorschemes here in either form.
## Usage (.Xresources)
**NOTE: These is nothing wrong with using the .Xresources themes, despite them
having the 'legacy' name.**
2023-03-30 19:21:08 +02:00
To switch between profiles in spmenu, you use Ctrl+Shift+p. It will spawn a
list of installed profiles, but also allows you to add/remove profiles.
If you want to install a profile, simply copy it to
`~/.config/spmenu/profiles/`. Pressing the keybind will list it. Simply select
it to start using it!
To switch back remove the profile or switch back to the default profile using 'Default'.
Alternatively, run `install.sh` to install all the themes instantly.
## Usage (spmenurc)
2023-04-20 18:44:12 +02:00
Install it, and `@include` it in your spmenu.conf. Or if you prefer, replace
your spmenu.conf with it.