aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.bemenurc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.bemenurc')
-rwxr-xr-xdotfiles/.bemenurc14
1 files changed, 6 insertions, 8 deletions
diff --git a/dotfiles/.bemenurc b/dotfiles/.bemenurc
index 2897a5b..d0429fd 100755
--- a/dotfiles/.bemenurc
+++ b/dotfiles/.bemenurc
@@ -5,25 +5,23 @@
BEMENU_BACKEND=wayland
## define the font for dmenu to be used
-BEMENU_FN="FuraCodeNerdFontMono 8"
+BEMENU_FN="BlexMonoNerdFontMono 10"
## textcolour for title
-BEMENU_TF="#F9FAF9"
+BEMENU_TF="#D8DEE9"
## background colour for unselected menu-items
-BEMENU_NB="#000000"
+BEMENU_NB="#1B1E25"
## textcolour for unselected menu-items
-BEMENU_NF="#DAC99D"
+BEMENU_NF="#D8DEE9"
## background colour for highlighted menu-items
-BEMENU_HB="#689D6A"
+BEMENU_HB="#5B8277"
## textcolour for highlighted menu-items
-BEMENU_HF="#F9FAF9"
+BEMENU_HF="#E5E9F0"
## command for the terminal application to be used:
TERMINAL_CMD="terminal -e"
-## export our variables
-BEMENU_OPTIONS="--tf=$BEMENU_TF --fn=$BEMENU_FN --nb=$BEMENU_NB --nf=$BEMENU_NF --hf=$BEMENU_HF --hb=$BEMENU_HB"