This commit is contained in:
speedie 2023-05-21 17:04:51 +02:00
parent 9693b34379
commit dcee52372f
13 changed files with 28 additions and 88 deletions

View file

@ -1,11 +1,11 @@
User themes User themes
=========== ===========
spmenu has since version 0.3 supported profiles. Profiles allow the user to bring up a list of themes (or options in general) and override options on-the-fly. This in itself is done through a shell script called `spmenu_profile` bundled with spmenu. This script interacts with spmenu. If you press `Ctrl+Shift+p` with the default configuration, a list of profiles should pop up. By default you likely have none, and that's maybe also why you're here. spmenu has since version 1.1 supported user themes. Themes override the overall design of spmenu, through for example defining colors. Version 0.3 through 1.0 supported profiles. Profiles are no longer supported in spmenu, but you can still find the old profiles [here](https://git.speedie.site/spmenu-themes).
This wiki article is meant to be a list of themes and profiles for spmenu. Users may edit this article to add their own profiles with credit given of course, and users may download others' profiles to use with spmenu. This wiki article is meant to be a list of themes for spmenu. Users may edit this article to add their own profiles with credit given of course, and users may download others' profiles to use with spmenu.
There are two different types. There are themes and profiles. Themes should either be copied to `~/.config/spmenu/theme.conf` either manually or by using a theme manager. Profiles are in .Xresources syntax and should be placed in `~/.config/spmenu/profiles/` for the profile list to find it. Profiles are only compatible with spmenu 1.0 and earlier and is considered a legacy format, while themes are compatible with spmenu 1.1 and later. You may also want to see [[Theme managers]] for a list of theme managers that can be used to install these. If you do not want to use a theme manager, simply copy the theme you want to use to `~/.config/spmenu/theme.conf`
Tip: Use `Ctrl+f` to search through the page. Tip: Use `Ctrl+f` to search through the page.
@ -18,73 +18,83 @@ Tip: Use `Ctrl+f` to search through the page.
### Official themes ### Official themes
**NOTE: Themes are only compatible with spmenu 1.1 and later. Users of 1.0 and earlier should use the older profiles feature.**
![image](/pages/images/arc-dark.png) ![image](/pages/images/arc-dark.png)
- [Arc Dark](https://git.speedie.site/spmenu/plain/themes/Arc-Dark.conf) - [Arc Dark](https://git.speedie.site/spmenu-themes/plain/Arc-Dark.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Arc Dark theme](https://github.com/arc-design/arc-theme) into spmenu. - This profile implements the [Arc Dark theme](https://github.com/arc-design/arc-theme) into spmenu.
![image](/pages/images/catppucino.png) ![image](/pages/images/catppucino.png)
- [Catppuccin](https://git.speedie.site/spmenu/plain/themes/Catppuccin.conf) - [Catppuccin](https://git.speedie.site/spmenu-themes/plain/Catppuccin.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Catppuccin theme](https://github.com/catppuccin/catppuccin) into spmenu which all furries seem to like. - This profile implements the [Catppuccin theme](https://github.com/catppuccin/catppuccin) into spmenu which all furries seem to like.
![image](/pages/images/cyberpunk.png) ![image](/pages/images/cyberpunk.png)
- [Cyberpunk Neon](https://git.speedie.site/spmenu/plain/themes/Cyberpunk-Neon.conf) - [Cyberpunk Neon](https://git.speedie.site/spmenu-themes/plain/Cyberpunk-Neon.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Cyberpunk Neon colorscheme](https://github.com/Roboron3042/Cyberpunk-Neon) into spmenu. This was partially taken from the [st patch](https://st.suckless.org/patches/cyberpunk-neon/), credit where credit is due. - This profile implements the [Cyberpunk Neon colorscheme](https://github.com/Roboron3042/Cyberpunk-Neon) into spmenu. This was partially taken from the [st patch](https://st.suckless.org/patches/cyberpunk-neon/), credit where credit is due.
![image](/pages/images/doom.png) ![image](/pages/images/doom.png)
- [Doom One](https://git.speedie.site/spmenu/plain/themes/Doom-One.conf) - [Doom One](https://git.speedie.site/spmenu-themes/plain/Doom-One.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Doom One](https://github.com/doomemacs/themes) colorscheme into spmenu. For those of you that like DistroTube's dmenu, this should get you close to that look. - This profile implements the [Doom One](https://github.com/doomemacs/themes) colorscheme into spmenu. For those of you that like DistroTube's dmenu, this should get you close to that look.
![image](/pages/images/dracula.png) ![image](/pages/images/dracula.png)
- [Dracula](https://git.speedie.site/spmenu/plain/themes/Dracula.conf) - [Dracula](https://git.speedie.site/spmenu-themes/plain/Dracula.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Dracula](https://draculatheme.com/) colorscheme into spmenu. - This profile implements the [Dracula](https://draculatheme.com/) colorscheme into spmenu.
![image](/pages/images/gruvbox-dark.png) ![image](/pages/images/gruvbox-dark.png)
- [Gruvbox (Dark)](https://git.speedie.site/spmenu/plain/themes/Gruvbox-Dark.conf) - [Gruvbox (Dark)](https://git.speedie.site/spmenu-themes/plain/Gruvbox-Dark.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Gruvbox Dark](https://github.com/morhetz/gruvbox) colorscheme into spmenu. - This profile implements the [Gruvbox Dark](https://github.com/morhetz/gruvbox) colorscheme into spmenu.
- [Disable global colors](https://git.speedie.site/spmenu/plain/themes/No-Global-Colors.conf) ![image](/pages/images/gruvbox-light.png)
- [Gruvbox (Light)](https://git.speedie.site/spmenu-themes/plain/Gruvbox-Light.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Gruvbox Light](https://github.com/morhetz/gruvbox) colorscheme into spmenu.
![image](/pages/images/gruvbox-material.png)
- [Gruvbox Material](https://git.speedie.site/spmenu-themes/plain/Gruvbox-Material.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Gruvbox Material](https://github.com/sainnhe/gruvbox-material) colorscheme into spmenu.
- [Disable global colors](https://git.speedie.site/spmenu-themes/plain/No-Global-Colors.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile disables global colors, meaning programs like Pywal will not function with spmenu. This is nice if you want to use Pywal everywhere except spmenu. - This profile disables global colors, meaning programs like Pywal will not function with spmenu. This is nice if you want to use Pywal everywhere except spmenu.
![image](/pages/images/nord.png) ![image](/pages/images/nord.png)
- [Nord](https://git.speedie.site/spmenu/plain/themes/Nord.conf) - [Nord](https://git.speedie.site/spmenu-themes/plain/Nord.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Nord](https://www.nordtheme.com/) colorscheme into spmenu. - This profile implements the [Nord](https://www.nordtheme.com/) colorscheme into spmenu.
![image](/pages/images/solarized-dark.png) ![image](/pages/images/solarized-dark.png)
- [Solarized (Dark)](https://git.speedie.site/spmenu/plain/themes/Solarized-Dark.conf) - [Solarized (Dark)](https://git.speedie.site/spmenu-themes/plain/Solarized-Dark.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Dark' variant. - This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Dark' variant.
![image](/pages/images/solarized-light.png) ![image](/pages/images/solarized-light.png)
- [Solarized (Light)](https://git.speedie.site/spmenu/plain/themes/Solarized-Light.conf) - [Solarized (Light)](https://git.speedie.site/spmenu-themes/plain/Solarized-Light.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Light' variant. - This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Light' variant.
![image](/pages/images/tokyo-night.png) ![image](/pages/images/tokyo-night.png)
- [Tokyo Night](https://git.speedie.site/spmenu/plain/themes/Tokyo-Night.conf) - [Tokyo Night](https://git.speedie.site/spmenu-themes/plain/Tokyo-Night.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme) colorscheme into spmenu, ported from the VS Code theme. - This profile implements the [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme) colorscheme into spmenu, ported from the VS Code theme.
- [dmenu](https://git.speedie.site/spmenu/plain/themes/dmenu.conf) - [dmenu](https://git.speedie.site/spmenu-themes/plain/dmenu.conf)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This config tries to match dmenu as closely as possible, even stripping away spmenu only features to an extent. - This config tries to match dmenu as closely as possible, even stripping away spmenu only features to an extent.
@ -92,74 +102,4 @@ Tip: Use `Ctrl+f` to search through the page.
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site)) - Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This config is the default configuration for spmenu. This is automatically installed to `/usr/share/spmenu/spmenu.conf` so you *usually* don't need a copy of this. - This config is the default configuration for spmenu. This is automatically installed to `/usr/share/spmenu/spmenu.conf` so you *usually* don't need a copy of this.
### Official profiles ### User-submitted themes
**NOTE: Profiles are only compatible with spmenu 1.0 and earlier. Users of 1.1 and later should use the newer theme.conf instead, along with optionally a theme manager.**
![image](/pages/images/arc-dark.png)
- [Arc Dark](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Arc-Dark)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Arc Dark theme](https://github.com/arc-design/arc-theme) into spmenu.
![image](/pages/images/catppucino.png)
- [Catppuccin](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Catppuccin)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Catppuccin theme](https://github.com/catppuccin/catppuccin) into spmenu which all furries seem to like.
![image](/pages/images/cyberpunk.png)
- [Cyberpunk Neon](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Cyberpunk-Neon)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Cyberpunk Neon colorscheme](https://github.com/Roboron3042/Cyberpunk-Neon) into spmenu. This was partially taken from the [st patch](https://st.suckless.org/patches/cyberpunk-neon/), credit where credit is due.
![image](/pages/images/doom.png)
- [Doom One](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Doom-One)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Doom One](https://github.com/doomemacs/themes) colorscheme into spmenu. For those of you that like DistroTube's dmenu, this should get you close to that look.
![image](/pages/images/dracula.png)
- [Dracula](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Dracula)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Dracula](https://draculatheme.com/) colorscheme into spmenu.
![image](/pages/images/gruvbox-dark.png)
- [Gruvbox (Dark)](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Gruvbox-Dark)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Gruvbox Dark](https://github.com/morhetz/gruvbox) colorscheme into spmenu.
- [Disable global colors](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/No-Global-Colors)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile disables global colors, meaning programs like Pywal will not function with spmenu. This is nice if you want to use Pywal everywhere except spmenu.
![image](/pages/images/nord.png)
- [Nord](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Nord)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Nord](https://www.nordtheme.com/) colorscheme into spmenu.
![image](/pages/images/solarized-dark.png)
- [Solarized (Dark)](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Solarized-Dark)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Dark' variant.
![image](/pages/images/solarized-light.png)
- [Solarized (Light)](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Solarized-Light)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Solarized](https://ethanschoonover.com/solarized/) colorscheme into spmenu. Specifically the 'Light' variant.
![image](/pages/images/tokyo-night.png)
- [Tokyo Night](https://raw.githubusercontent.com/speediegq/spmenu-themes/master/legacy/Tokyo-Night)
- Author: [speedie](https://speedie.site) ([speedie@speedie.site](mailto:speedie@speedie.site))
- This profile implements the [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme) colorscheme into spmenu, ported from the VS Code theme.
### User-submitted profiles
### User-submitted config files

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 KiB

After

Width:  |  Height:  |  Size: 871 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 872 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 KiB

After

Width:  |  Height:  |  Size: 862 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 KiB

After

Width:  |  Height:  |  Size: 871 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 KiB

After

Width:  |  Height:  |  Size: 873 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 KiB

After

Width:  |  Height:  |  Size: 869 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 KiB

After

Width:  |  Height:  |  Size: 872 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 KiB

After

Width:  |  Height:  |  Size: 872 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 869 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 KiB

After

Width:  |  Height:  |  Size: 871 KiB