delete legacy themes, they won't be supported in 1.1

This commit is contained in:
speedie 2023-05-01 19:00:08 +02:00
parent 594b06fa86
commit 2c862a3ba8
14 changed files with 4 additions and 544 deletions

View file

@ -1,31 +1,6 @@
# spmenu themes # spmenu themes
spmenu has a profile feature, which allows you to quickly switch between ## Usage
configuration files. For this reason, it is possible to quickly switch between colorschemes.
legacy/ contains themes applied through .Xresources, while the current
directory contains themes that are supposed to replace ~/.config/spmenu/theme.conf.
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. They're being phased out though as of spmenu 1.1
in favor of the config file like themes.**
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)
Copy any of the themes to ~/.config/spmenu/theme.conf. Make sure `theme` is enabled in Copy any of the themes to ~/.config/spmenu/theme.conf. Make sure `theme` is enabled in
your config file though. your config file though.

View file

@ -1,8 +1,6 @@
#!/bin/sh #!/bin/sh
# install.sh # install.sh
# This script installs all the profiles, allowing spmenu to see and choose them. # This script installs all the profiles
CONFDIR="${XDG_CONFIG_HOME:-$HOME/.config}" CONFDIR="${XDG_CONFIG_HOME:-$HOME/.config}"
mkdir -p "$CONFDIR/spmenu/profiles/" "$CONFDIR/spmenu/configs" mkdir -p "$CONFDIR/spmenu/themes"
cp ./legacy/* "$CONFDIR/spmenu/profiles/" cp ./*.conf "$CONFDIR/spmenu/themes"
cp ./*.theme ./*.conf "$CONFDIR/spmenu/configs"
rm -f "$CONFDIR/spmenu/profiles/install.sh" "$CONFDIR/spmenu/profiles/README.md" "$CONFDIR/spmenu/configs/sample.theme"

View file

@ -1,51 +0,0 @@
! Arc-Dark colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
spmenu.col_itemnormfg: #d3dae3
spmenu.col_itemnormbg: #383c4a
spmenu.col_itemselfg: #000000
spmenu.col_itemselbg: #73c5e2
spmenu.col_itemnormprifg: #d3dae3
spmenu.col_itemnormpribg: #383c4a
spmenu.col_itemselprifg: #d3dae3
spmenu.col_itemselpribg: #8ca9bf
spmenu.col_menu: #383c4a
spmenu.col_promptfg: #383c4a
spmenu.col_promptbg: #fdc35f
spmenu.col_larrowfg: #8ca9bf
spmenu.col_rarrowfg: #8ca9bf
spmenu.col_larrowbg: #383c4a
spmenu.col_rarrowbg: #383c4a
spmenu.col_inputfg: #d3dae3
spmenu.col_inputbg: #383c4a
spmenu.col_numfg: #383c4a
spmenu.col_numbg: #add488
spmenu.col_normhlfg: #4877b1
spmenu.col_normhlbg: #383c4a
spmenu.col_selhlfg: #63686d
spmenu.col_selhlbg: #373c4a
spmenu.col_caretfg: #fcfcfc
spmenu.col_border: #e16f7e
spmenu.col_modefg: #373c4a
spmenu.col_modebg: #73c5e2
spmenu.col_capsfg: #373c4a
spmenu.col_capsbg: #e2afec
spmenu.col_sgr0: #4b5164
spmenu.col_sgr1: #e14245
spmenu.col_sgr2: #5ca75b
spmenu.col_sgr3: #f6ab32
spmenu.col_sgr4: #4877b1
spmenu.col_sgr5: #a660c3
spmenu.col_sgr6: #5294e2
spmenu.col_sgr7: #a9a9aa
spmenu.col_sgr8: #616981
spmenu.col_sgr9: #e16f7e
spmenu.col_sgr10: #add488
spmenu.col_sgr11: #fdc35f
spmenu.col_sgr12: #8ca9bf
spmenu.col_sgr13: #e2afec
spmenu.col_sgr14: #73c5e2
spmenu.col_sgr15: #fcfcfc

View file

@ -1,51 +0,0 @@
! Catppuccin colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
spmenu.col_itemnormfg: #cad3f5
spmenu.col_itemnormbg: #24273a
spmenu.col_itemselfg: #181926
spmenu.col_itemselbg: #91d7e3
spmenu.col_itemnormprifg: #cad3f5
spmenu.col_itemnormpribg: #24273a
spmenu.col_itemselprifg: #181926
spmenu.col_itemselpribg: #91d7e3
spmenu.col_menu: #24273a
spmenu.col_promptfg: #24273a
spmenu.col_promptbg: #ED8796
spmenu.col_larrowfg: #EED49F
spmenu.col_rarrowfg: #EED49F
spmenu.col_larrowbg: #24273a
spmenu.col_rarrowbg: #24273a
spmenu.col_inputfg: #B8C0E0
spmenu.col_inputbg: #24273a
spmenu.col_numfg: #24273a
spmenu.col_numbg: #A6DA95
spmenu.col_normhlfg: #8BD5CA
spmenu.col_normhlbg: #494D64
spmenu.col_selhlfg: #EED49F
spmenu.col_selhlbg: #494D64
spmenu.col_caretfg: #cad3f5
spmenu.col_border: #8AADF4
spmenu.col_modefg: #24273a
spmenu.col_modebg: #F5BDE6
spmenu.col_capsfg: #24273a
spmenu.col_capsbg: #8AADF4
spmenu.col_sgr0: #494D64
spmenu.col_sgr1: #ED8796
spmenu.col_sgr2: #A6DA95
spmenu.col_sgr3: #EED49F
spmenu.col_sgr4: #8AADF4
spmenu.col_sgr5: #F5BDE6
spmenu.col_sgr6: #8BD5CA
spmenu.col_sgr7: #B8C0E0
spmenu.col_sgr8: #5B6078
spmenu.col_sgr9: #ED8796
spmenu.col_sgr10: #A6DA95
spmenu.col_sgr11: #EED49F
spmenu.col_sgr12: #8AADF4
spmenu.col_sgr13: #F5BDE6
spmenu.col_sgr14: #8BD5CA
spmenu.col_sgr15: #A5ADCB

View file

@ -1,51 +0,0 @@
! Cyberpunk-Neon colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
itemnormfg = "#0abdc6";
itemnormbg = "#000b1e";
itemselfg = "#000b1e";
itemselbg = "#0abdc6";
itemnormprifg = "#0abdc6";
itemnormpribg = "#000b1e";
itemselprifg = "#000b1e";
itemselpribg = "#d300c4";
menu = "#000b1e";
promptfg = "#000b1e";
promptbg = "#d300c4";
larrowfg = "#ff0000";
rarrowfg = "#ff0000";
larrowbg = "#000b1e";
rarrowbg = "#000b1e";
inputfg = "#0abdc6";
inputbg = "#000b1e";
numfg = "#000b1e";
numbg = "#00ff00";
normhlfg = "#0abdc6";
normhlbg = "#123e7c";
selhlfg = "#d7d7d5";
selhlbg = "#1c61c2";
caretfg = "#0abdc6";
border = "#711c91";
modefg = "#000b1e";
modebg = "#d300c4";
capsfg = "#000b1e";
capsbg = "#1c61c2";
sgr0 = "#123e7c";
sgr1 = "#ff0000";
sgr2 = "#d300c4";
sgr3 = "#f57800";
sgr4 = "#123e7c";
sgr5 = "#711c91";
sgr6 = "#0abdc6";
sgr7 = "#d7d7d5";
sgr8 = "#1c61c2";
sgr9 = "#ff0000";
sgr10 = "#d300c4";
sgr11 = "#f57800";
sgr12 = "#00ff00";
sgr13 = "#711c91";
sgr14 = "#0abdc6";
sgr15 = "#d7d7d5";

View file

@ -1,51 +0,0 @@
! Doom-One colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
spmenu.col_itemnormfg: #d7d7d7
spmenu.col_itemnormbg: #282c34
spmenu.col_itemselfg: #282c34
spmenu.col_itemselbg: #ff6c6b
spmenu.col_itemnormprifg: #d7d7d7
spmenu.col_itemnormpribg: #5b6268
spmenu.col_itemselprifg: #d7d7d7
spmenu.col_itemselpribg: #da8548
spmenu.col_menu: #282c34
spmenu.col_promptfg: #282c34
spmenu.col_promptbg: #c678dd
spmenu.col_larrowfg: #5699af
spmenu.col_rarrowfg: #5699af
spmenu.col_larrowbg: #282c34
spmenu.col_rarrowbg: #282c34
spmenu.col_inputfg: #d7d7d7
spmenu.col_inputbg: #282c34
spmenu.col_numfg: #282c34
spmenu.col_numbg: #98be65
spmenu.col_normhlfg: #88C0D0
spmenu.col_normhlbg: #282c34
spmenu.col_selhlfg: #ecbe7b
spmenu.col_selhlbg: #282c34
spmenu.col_caretfg: #d7d7d7
spmenu.col_border: #ff6c6b
spmenu.col_modefg: #282c34
spmenu.col_modebg: #51afef
spmenu.col_capsfg: #282c34
spmenu.col_capsbg: #da8548
spmenu.col_sgr0: #1c1f24
spmenu.col_sgr1: #ff6c6b
spmenu.col_sgr2: #98be65
spmenu.col_sgr3: #da8548
spmenu.col_sgr4: #51afef
spmenu.col_sgr5: #c678dd
spmenu.col_sgr6: #5699af
spmenu.col_sgr7: #202328
spmenu.col_sgr8: #5b6268
spmenu.col_sgr9: #da8548
spmenu.col_sgr10: #4db5bd
spmenu.col_sgr11: #ecbe7b
spmenu.col_sgr12: #3071db
spmenu.col_sgr13: #a9a1e1
spmenu.col_sgr14: #46d9ff
spmenu.col_sgr15: #dfdfdf

View file

@ -1,51 +0,0 @@
! Dracula colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
spmenu.col_itemnormfg: #f8f8f2
spmenu.col_itemnormbg: #282a36
spmenu.col_itemselfg: #000000
spmenu.col_itemselbg: #bd93f9
spmenu.col_itemnormprifg: #f8f8f2
spmenu.col_itemnormpribg: #282a36
spmenu.col_itemselprifg: #000000
spmenu.col_itemselpribg: #bd93f9
spmenu.col_menu: #282a36
spmenu.col_promptfg: #282a36
spmenu.col_promptbg: #ff5555
spmenu.col_larrowfg: #f1fa8c
spmenu.col_rarrowfg: #f1fa8c
spmenu.col_larrowbg: #282a36
spmenu.col_rarrowbg: #282a36
spmenu.col_inputfg: #f8f8f2
spmenu.col_inputbg: #282a36
spmenu.col_numfg: #282a36
spmenu.col_numbg: #50fa7b
spmenu.col_normhlfg: #ffffff
spmenu.col_normhlbg: #000000
spmenu.col_selhlfg: #f1fa8c
spmenu.col_selhlbg: #000000
spmenu.col_caretfg: #f8f8f2
spmenu.col_border: #ff79c6
spmenu.col_modefg: #282a36
spmenu.col_modebg: #ff79c6
spmenu.col_capsfg: #282a36
spmenu.col_capsbg: #8b39fd
spmenu.col_sgr0: #000000
spmenu.col_sgr1: #ff5555
spmenu.col_sgr2: #50fa7b
spmenu.col_sgr3: #f1fa8c
spmenu.col_sgr4: #bd93f9
spmenu.col_sgr5: #ff79c6
spmenu.col_sgr6: #8be9fd
spmenu.col_sgr7: #bbbbbb
spmenu.col_sgr8: #44475a
spmenu.col_sgr9: #ff5555
spmenu.col_sgr10: #50fa7b
spmenu.col_sgr11: #f1fa8c
spmenu.col_sgr12: #bd93f9
spmenu.col_sgr13: #ff79c6
spmenu.col_sgr14: #8b39fd
spmenu.col_sgr15: #ffffff

View file

@ -1,51 +0,0 @@
! Gruvbox-Dark colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
spmenu.col_itemnormfg: #fbf1c7
spmenu.col_itemnormbg: #282828
spmenu.col_itemselfg: #504945
spmenu.col_itemselbg: #98971a
spmenu.col_itemnormprifg: #fcf1c7
spmenu.col_itemnormpribg: #504945
spmenu.col_itemselprifg: #fbf1c7
spmenu.col_itemselpribg: #fe8019
spmenu.col_menu: #282828
spmenu.col_promptfg: #3c3836
spmenu.col_promptbg: #fb4934
spmenu.col_larrowfg: #98971a
spmenu.col_rarrowfg: #98971a
spmenu.col_larrowbg: #282828
spmenu.col_rarrowbg: #282828
spmenu.col_inputfg: #fbf1c7
spmenu.col_inputbg: #282828
spmenu.col_numfg: #282828
spmenu.col_numbg: #b16286
spmenu.col_normhlfg: #458588
spmenu.col_normhlbg: #282828
spmenu.col_selhlfg: #fabd2f
spmenu.col_selhlbg: #282828
spmenu.col_caretfg: #fbf1c7
spmenu.col_border: #d79921
spmenu.col_modefg: #3c3836
spmenu.col_modebg: #d65d0e
spmenu.col_capsfg: #3c3836
spmenu.col_capsbg: #d3869b
spmenu.col_sgr0: #282828
spmenu.col_sgr1: #cc241d
spmenu.col_sgr2: #98971a
spmenu.col_sgr3: #d79921
spmenu.col_sgr4: #458588
spmenu.col_sgr5: #b16286
spmenu.col_sgr6: #689d6a
spmenu.col_sgr7: #a89984
spmenu.col_sgr8: #928374
spmenu.col_sgr9: #fb4934
spmenu.col_sgr10: #b8bb26
spmenu.col_sgr11: #fabd2f
spmenu.col_sgr12: #83a598
spmenu.col_sgr13: #d3869b
spmenu.col_sgr14: #8ec07c
spmenu.col_sgr15: #ebdbb2

View file

@ -1,4 +0,0 @@
! This "colorscheme" simply disables global colors.
! Apply 'default' first if you want the default colorscheme.
! Note that applying another profile after this one containing `globalcolors` will override this profile.
spmenu.globalcolors: 0

View file

@ -1,51 +0,0 @@
! Nord colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
spmenu.col_itemnormfg: #eceff4
spmenu.col_itemnormbg: #2e3440
spmenu.col_itemselfg: #eceff4
spmenu.col_itemselbg: #bf616a
spmenu.col_itemnormprifg: #eceff4
spmenu.col_itemnormpribg: #3b4252
spmenu.col_itemselprifg: #eceff4
spmenu.col_itemselpribg: #d08770
spmenu.col_menu: #2e3440
spmenu.col_promptfg: #2e3440
spmenu.col_promptbg: #b48ead
spmenu.col_larrowfg: #8fbcbb
spmenu.col_rarrowfg: #8fbcbb
spmenu.col_larrowbg: #2e3440
spmenu.col_rarrowbg: #2e3440
spmenu.col_inputfg: #eceff4
spmenu.col_inputbg: #2e3440
spmenu.col_numfg: #2e3440
spmenu.col_numbg: #a3be8c
spmenu.col_normhlfg: #88c0d0
spmenu.col_normhlbg: #2e3440
spmenu.col_selhlfg: #ebcb8b
spmenu.col_selhlbg: #2e3440
spmenu.col_caretfg: #d8dee9
spmenu.col_border: #5e81ac
spmenu.col_modefg: #2e3440
spmenu.col_modebg: #81a1c1
spmenu.col_capsfg: #2e3440
spmenu.col_capsbg: #ebcb8b
spmenu.col_sgr0: #3b4252
spmenu.col_sgr1: #bf616a
spmenu.col_sgr2: #a3be8c
spmenu.col_sgr3: #ebcb8b
spmenu.col_sgr4: #81a1c1
spmenu.col_sgr5: #b48ead
spmenu.col_sgr6: #88c0d0
spmenu.col_sgr7: #e5e9f0
spmenu.col_sgr8: #4c566a
spmenu.col_sgr9: #bf616a
spmenu.col_sgr10: #a3be8c
spmenu.col_sgr11: #ebcb8b
spmenu.col_sgr12: #81a1c1
spmenu.col_sgr13: #b48ead
spmenu.col_sgr14: #8fbcbb
spmenu.col_sgr15: #eceff4

View file

@ -1,50 +0,0 @@
! Solarized-Dark colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
spmenu.col_itemnormfg: #eee8d5
spmenu.col_itemnormbg: #002b36
spmenu.col_itemselfg: #eee8d5
spmenu.col_itemselbg: #dc322f
spmenu.col_itemnormprifg: #eee8d5
spmenu.col_itemnormpribg: #002b36
spmenu.col_itemselprifg: #eee8d5
spmenu.col_itemselpribg: #586e75
spmenu.col_menu: #002b36
spmenu.col_promptfg: #262626
spmenu.col_promptbg: #b58900
spmenu.col_larrowfg: #2aa198
spmenu.col_rarrowfg: #2aa198
spmenu.col_larrowbg: #002b36
spmenu.col_rarrowbg: #002b36
spmenu.col_inputfg: #eee8d5
spmenu.col_inputbg: #002b36
spmenu.col_numfg: #262626
spmenu.col_numbg: #cb4b16
spmenu.col_normhlfg: #268bd2
spmenu.col_normhlbg: #002b36
spmenu.col_selhlfg: #ffffd7
spmenu.col_selhlbg: #262626
spmenu.col_caretfg: #eee8d5
spmenu.col_border: #859900
spmenu.col_modefg: #262626
spmenu.col_modebg: #859900
spmenu.col_capsfg: #262626
spmenu.col_capsbg: #2aa198
spmenu.col_sgr0: #073642
spmenu.col_sgr1: #dc322f
spmenu.col_sgr2: #859900
spmenu.col_sgr3: #b58900
spmenu.col_sgr4: #268bd2
spmenu.col_sgr5: #d33682
spmenu.col_sgr6: #2aa198
spmenu.col_sgr7: #eee8d5
spmenu.col_sgr8: #002b36
spmenu.col_sgr9: #cb4b16
spmenu.col_sgr10: #586e75
spmenu.col_sgr11: #657b83
spmenu.col_sgr12: #839496
spmenu.col_sgr13: #6c71c4
spmenu.col_sgr14: #93a1a1
spmenu.col_sgr15: #fdf6e3

View file

@ -1,51 +0,0 @@
! Solarized-Light colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
spmenu.col_itemnormfg: #657b83
spmenu.col_itemnormbg: #fdf6e3
spmenu.col_itemselfg: #657b83
spmenu.col_itemselbg: #dc322f
spmenu.col_itemnormprifg: #657b83
spmenu.col_itemnormpribg: #fdf6e3
spmenu.col_itemselprifg: #657b83
spmenu.col_itemselpribg: #586e75
spmenu.col_menu: #fdf6e3
spmenu.col_promptfg: #262626
spmenu.col_promptbg: #b58900
spmenu.col_larrowfg: #2aa198
spmenu.col_rarrowfg: #2aa198
spmenu.col_larrowbg: #fdf6e3
spmenu.col_rarrowbg: #fdf6e3
spmenu.col_inputfg: #657b83
spmenu.col_inputbg: #fdf6e3
spmenu.col_numfg: #262626
spmenu.col_numbg: #cb4b16
spmenu.col_normhlfg: #268bd2
spmenu.col_normhlbg: #fdf6e3
spmenu.col_selhlfg: #ffffd7
spmenu.col_selhlbg: #262626
spmenu.col_caretfg: #657b83
spmenu.col_border: #859900
spmenu.col_modefg: #262626
spmenu.col_modebg: #859900
spmenu.col_capsfg: #262626
spmenu.col_capsbg: #2aa198
spmenu.col_sgr0: #eee8d5
spmenu.col_sgr1: #dc322f
spmenu.col_sgr2: #859900
spmenu.col_sgr3: #b58900
spmenu.col_sgr4: #268bd2
spmenu.col_sgr5: #d33682
spmenu.col_sgr6: #2aa198
spmenu.col_sgr7: #073642
spmenu.col_sgr8: #fdf6e3
spmenu.col_sgr9: #cb4b16
spmenu.col_sgr10: #93a1a1
spmenu.col_sgr11: #839496
spmenu.col_sgr12: #657b83
spmenu.col_sgr13: #6c71c4
spmenu.col_sgr14: #586e75
spmenu.col_sgr15: #002b36

View file

@ -1,51 +0,0 @@
! Tokyo-Night colorscheme for spmenu
! We must disable global colors first, because otherwise we can use Pywal to override.
! If you want that, then you may set this to 1.
spmenu.globalcolors: 0
spmenu.col_itemnormfg: #a9b1d6
spmenu.col_itemnormbg: #1a1b26
spmenu.col_itemselfg: #32344a
spmenu.col_itemselbg: #e0af68
spmenu.col_itemnormprifg: #a9b1d6
spmenu.col_itemnormpribg: #444B6A
spmenu.col_itemselprifg: #a9b1d6
spmenu.col_itemselpribg: #D08770
spmenu.col_menu: #1a1b26
spmenu.col_promptfg: #1a1b26
spmenu.col_promptbg: #ad8ee6
spmenu.col_larrowfg: #7da6ff
spmenu.col_rarrowfg: #7da6ff
spmenu.col_larrowbg: #1a1b26
spmenu.col_rarrowbg: #1a1b26
spmenu.col_inputfg: #a9b1d6
spmenu.col_inputbg: #1a1b26
spmenu.col_numfg: #1a1b26
spmenu.col_numbg: #9ece6a
spmenu.col_normhlfg: #7aa2f7
spmenu.col_normhlbg: #1a1b26
spmenu.col_selhlfg: #e0af68
spmenu.col_selhlbg: #1a1b26
spmenu.col_caretfg: #a9b1d6
spmenu.col_border: #7da6ff
spmenu.col_modefg: #1a1b26
spmenu.col_modebg: #ff7a93
spmenu.col_capsfg: #1a1b26
spmenu.col_capsbg: #b9f27c
spmenu.col_sgr0: #32344a
spmenu.col_sgr1: #f7768e
spmenu.col_sgr2: #9ece6a
spmenu.col_sgr3: #e0af68
spmenu.col_sgr4: #7aa2f7
spmenu.col_sgr5: #ad8ee6
spmenu.col_sgr6: #449dab
spmenu.col_sgr7: #787c99
spmenu.col_sgr8: #444b6a
spmenu.col_sgr9: #ff7a93
spmenu.col_sgr10: #b9f27c
spmenu.col_sgr11: #ff9e64
spmenu.col_sgr12: #7da6ff
spmenu.col_sgr13: #bb9af7
spmenu.col_sgr14: #0db9d7
spmenu.col_sgr15: #acb0d0