From a53e5fda41ed89e8f23c32b83fd41d647f862c4a Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 30 Mar 2023 19:21:08 +0200 Subject: [PATCH] add some themes that can be installed --- themes/Nord | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ themes/README.md | 16 ++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 themes/Nord create mode 100644 themes/README.md diff --git a/themes/Nord b/themes/Nord new file mode 100644 index 0000000..ea65cc2 --- /dev/null +++ b/themes/Nord @@ -0,0 +1,49 @@ +! Nord color scheme 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_menubgcolor: #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_numfgcolor: #2E3440 +spmenu.col_numbgcolor: #A3BE8C +spmenu.col_normhlfgcolor: #88C0D0 +spmenu.col_normhlbgcolor: #2E3440 +spmenu.col_selhlfgcolor: #EBCB8B +spmenu.col_selhlbgcolor: #2E3440 +spmenu.col_caretfgcolor: #D8DEE9 +spmenu.col_bordercolor: #5E81AC +spmenu.col_modefgcolor: #2E3440 +spmenu.col_modebgcolor: #81A1C1 +spmenu.col_sgrcolor0: #3b4252 +spmenu.col_sgrcolor1: #bf616a +spmenu.col_sgrcolor2: #a3be8c +spmenu.col_sgrcolor3: #ebcb8b +spmenu.col_sgrcolor4: #81a1c1 +spmenu.col_sgrcolor5: #b48ead +spmenu.col_sgrcolor6: #88c0d0 +spmenu.col_sgrcolor7: #e5e9f0 +spmenu.col_sgrcolor8: #4c566a +spmenu.col_sgrcolor9: #bf616a +spmenu.col_sgrcolor10: #a3be8c +spmenu.col_sgrcolor11: #ebcb8b +spmenu.col_sgrcolor12: #81a1c1 +spmenu.col_sgrcolor13: #b48ead +spmenu.col_sgrcolor14: #8fbcbb +spmenu.col_sgrcolor15: #eceff4 diff --git a/themes/README.md b/themes/README.md new file mode 100644 index 0000000..0302476 --- /dev/null +++ b/themes/README.md @@ -0,0 +1,16 @@ +# 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. + +Feel free to contribute your own colorschemes here. + +## Usage + +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'.