aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/bemenurc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/bemenurc')
-rwxr-xr-xdotfiles/.config/bemenurc10
1 files changed, 5 insertions, 5 deletions
diff --git a/dotfiles/.config/bemenurc b/dotfiles/.config/bemenurc
index 3b016cb..a05d7b2 100755
--- a/dotfiles/.config/bemenurc
+++ b/dotfiles/.config/bemenurc
@@ -5,19 +5,19 @@ BEMENU_BACKEND=wayland
BEMENU_FN="monospace 10"
## textcolour for title
-BEMENU_TF="#D8DEE9"
+BEMENU_TF="#d8dee9"
## background colour for unselected menu-items
-BEMENU_NB="#1D2021"
+BEMENU_NB="#232328"
## textcolour for unselected menu-items
-BEMENU_NF="#D8DEE9"
+BEMENU_NF="#faf6e5"
## background colour for highlighted menu-items
-BEMENU_HB="#5B8277"
+BEMENU_HB="#7fac96"
## textcolour for highlighted menu-items
-BEMENU_HF="#E5E9F0"
+BEMENU_HF="#151517"
## command for the terminal application to be used:
TERMINAL_CMD="terminal -e"