├── assets
├── preview.webp
├── bemenu-frappe.png
├── bemenu-latte.png
├── bemenu-mocha.png
└── bemenu-macchiato.png
├── LICENSE
├── bemenu.tera
└── README.md
/assets/preview.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/bemenu/HEAD/assets/preview.webp
--------------------------------------------------------------------------------
/assets/bemenu-frappe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/bemenu/HEAD/assets/bemenu-frappe.png
--------------------------------------------------------------------------------
/assets/bemenu-latte.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/bemenu/HEAD/assets/bemenu-latte.png
--------------------------------------------------------------------------------
/assets/bemenu-mocha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/bemenu/HEAD/assets/bemenu-mocha.png
--------------------------------------------------------------------------------
/assets/bemenu-macchiato.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/catppuccin/bemenu/HEAD/assets/bemenu-macchiato.png
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2022 Catppuccin
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/bemenu.tera:
--------------------------------------------------------------------------------
1 | ---
2 | whiskers:
3 | version: 2.0.0
4 | ---
5 |
6 | 
7 |
8 | Catppuccin for bemenu
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | ## Previews
23 |
24 |
25 | 🌻 Latte
26 |
27 |
28 |
29 | 🪴 Frappé
30 |
31 |
32 |
33 | 🌺 Macchiato
34 |
35 |
36 |
37 | 🌿 Mocha
38 |
39 |
40 |
41 | ## Usage
42 |
43 | - Launch from your wm, script or command bemenu adding the desired theme as params:
44 | {% for id, flavor in flavors %}
45 | {%- set palette = flavor.colors -%}
46 | ```sh
47 | # {{ flavor.name }}
48 | bemenu-run --fb "#{{ palette.base.hex }}" --ff "#{{ palette.text.hex }}" --nb "#{{ palette.base.hex }}" --nf "#{{ palette.text.hex }}" --tb "#{{ palette.base.hex }}" --hb "#{{ palette.base.hex }}" --tf "#{{ palette.red.hex }}" --hf "#{{ palette.yellow.hex }}" --af "#{{ palette.text.hex }}" --ab "#{{ palette.base.hex }}"
49 | ```
50 | {% endfor %}
51 | {% for id, flavor in flavors %}
52 | {%- set palette = flavor.colors -%}
53 | ```sh
54 | # {{ flavor.name }}
55 | set $menu bemenu-run --fb "#{{ palette.base.hex }}" --ff "#{{ palette.text.hex }}" --nb "#{{ palette.base.hex }}" --nf "#{{ palette.text.hex }}" --tb "#{{ palette.base.hex }}" --hb "#{{ palette.base.hex }}" --tf "#{{ palette.red.hex }}" --hf "#{{ palette.yellow.hex }}" --af "#{{ palette.text.hex }}" --ab "#{{ palette.base.hex }}"
56 | bindsym $mod+d exec $menu
57 | ```
58 | {% endfor %}
59 | {% for id, flavor in flavors %}
60 | {%- set palette = flavor.colors -%}
61 | ```sh
62 | # {{ flavor.name }}
63 | export BEMENU_OPTS='--fb "#{{ palette.base.hex }}" --ff "#{{ palette.text.hex }}" --nb "#{{ palette.base.hex }}" --nf "#{{ palette.text.hex }}" --tb "#{{ palette.base.hex }}" --hb "#{{ palette.base.hex }}" --tf "#{{ palette.red.hex }}" --hf "#{{ palette.yellow.hex }}" --af "#{{ palette.text.hex }}" --ab "#{{ palette.base.hex }}"'
64 | ```
65 | {% endfor %}
66 |
67 | ## 💝 Thanks to
68 |
69 | - [Iván Ruzo](https://github.com/iruzo)
70 | - [Crony Akatsuki](https://github.com/cronyakatsuki)
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 | Copyright © 2022-present Catppuccin Org
80 |
81 |
82 |
83 |
84 |
85 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | 
3 |
4 | Catppuccin for bemenu
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | ## Previews
19 |
20 |
21 | 🌻 Latte
22 |
23 |
24 |
25 | 🪴 Frappé
26 |
27 |
28 |
29 | 🌺 Macchiato
30 |
31 |
32 |
33 | 🌿 Mocha
34 |
35 |
36 |
37 | ## Usage
38 |
39 | - Launch from your wm, script or command bemenu adding the desired theme as params:
40 | ```sh
41 | # Latte
42 | bemenu-run --fb "#eff1f5" --ff "#4c4f69" --nb "#eff1f5" --nf "#4c4f69" --tb "#eff1f5" --hb "#eff1f5" --tf "#d20f39" --hf "#df8e1d" --af "#4c4f69" --ab "#eff1f5"
43 | ```
44 | ```sh
45 | # Frappé
46 | bemenu-run --fb "#303446" --ff "#c6d0f5" --nb "#303446" --nf "#c6d0f5" --tb "#303446" --hb "#303446" --tf "#e78284" --hf "#e5c890" --af "#c6d0f5" --ab "#303446"
47 | ```
48 | ```sh
49 | # Macchiato
50 | bemenu-run --fb "#24273a" --ff "#cad3f5" --nb "#24273a" --nf "#cad3f5" --tb "#24273a" --hb "#24273a" --tf "#ed8796" --hf "#eed49f" --af "#cad3f5" --ab "#24273a"
51 | ```
52 | ```sh
53 | # Mocha
54 | bemenu-run --fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f38ba8" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e"
55 | ```
56 |
57 | ```sh
58 | # Latte
59 | set $menu bemenu-run --fb "#eff1f5" --ff "#4c4f69" --nb "#eff1f5" --nf "#4c4f69" --tb "#eff1f5" --hb "#eff1f5" --tf "#d20f39" --hf "#df8e1d" --af "#4c4f69" --ab "#eff1f5"
60 | bindsym $mod+d exec $menu
61 | ```
62 | ```sh
63 | # Frappé
64 | set $menu bemenu-run --fb "#303446" --ff "#c6d0f5" --nb "#303446" --nf "#c6d0f5" --tb "#303446" --hb "#303446" --tf "#e78284" --hf "#e5c890" --af "#c6d0f5" --ab "#303446"
65 | bindsym $mod+d exec $menu
66 | ```
67 | ```sh
68 | # Macchiato
69 | set $menu bemenu-run --fb "#24273a" --ff "#cad3f5" --nb "#24273a" --nf "#cad3f5" --tb "#24273a" --hb "#24273a" --tf "#ed8796" --hf "#eed49f" --af "#cad3f5" --ab "#24273a"
70 | bindsym $mod+d exec $menu
71 | ```
72 | ```sh
73 | # Mocha
74 | set $menu bemenu-run --fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f38ba8" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e"
75 | bindsym $mod+d exec $menu
76 | ```
77 |
78 | ```sh
79 | # Latte
80 | export BEMENU_OPTS='--fb "#eff1f5" --ff "#4c4f69" --nb "#eff1f5" --nf "#4c4f69" --tb "#eff1f5" --hb "#eff1f5" --tf "#d20f39" --hf "#df8e1d" --af "#4c4f69" --ab "#eff1f5"'
81 | ```
82 | ```sh
83 | # Frappé
84 | export BEMENU_OPTS='--fb "#303446" --ff "#c6d0f5" --nb "#303446" --nf "#c6d0f5" --tb "#303446" --hb "#303446" --tf "#e78284" --hf "#e5c890" --af "#c6d0f5" --ab "#303446"'
85 | ```
86 | ```sh
87 | # Macchiato
88 | export BEMENU_OPTS='--fb "#24273a" --ff "#cad3f5" --nb "#24273a" --nf "#cad3f5" --tb "#24273a" --hb "#24273a" --tf "#ed8796" --hf "#eed49f" --af "#cad3f5" --ab "#24273a"'
89 | ```
90 | ```sh
91 | # Mocha
92 | export BEMENU_OPTS='--fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f38ba8" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e"'
93 | ```
94 |
95 |
96 | ## 💝 Thanks to
97 |
98 | - [Iván Ruzo](https://github.com/iruzo)
99 | - [Crony Akatsuki](https://github.com/cronyakatsuki)
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 | Copyright © 2022-present Catppuccin Org
109 |
110 |
111 |
112 |
113 |
--------------------------------------------------------------------------------