Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iruzo/onedark-bemenu

Onedark theme for bemenu
https://github.com/iruzo/onedark-bemenu

bemenu color-scheme one-dark onedark

Last synced: 18 days ago
JSON representation

Onedark theme for bemenu

Awesome Lists containing this project

README

        


One Dark theme for bemenu

![onedark](https://raw.githubusercontent.com/iruzo/onedark-bemenu/main/assets/color.webp)



## Usage

- Launch from your wm, script or command bemenu adding the desired theme as params:
```sh
# dark
bemenu-run -i -l 20 --fb "#282C34" --ff "#abb2bf" --nb "#282C34" --nf "#abb2bf" --tb "#282C34" --hb "#282C34" --tf "#e06c75" --hf "#e5c07b" --nf "#abb2bf" --af "#abb2bf" --ab "#282C34"
```

- Example for i3/sway config:
```sh
set $menu bemenu-run -i -l 20 --fb "#282C34" --ff "#abb2bf" --nb "#282C34" --nf "#abb2bf" --tb "#282C34" --hb "#282C34" --tf "#e06c75" --hf "#e5c07b" --nf "#abb2bf" --af "#abb2bf" --ab "#282C34"
bindsym $mod+d exec $menu
```

- You can also use an environment variale to set the theme.
```sh
export BEMENU_OPTS='-i -l 20 --fb "#282C34" --ff "#abb2bf" --nb "#282C34" --nf "#abb2bf" --tb "#282C34" --hb "#282C34" --tf "#e06c75" --hf "#e5c07b" --nf "#abb2bf" --af "#abb2bf" --ab "#282C34"
```