From a3f1051f99e1c4ef6bba8910cdaade980b8c2f75 Mon Sep 17 00:00:00 2001 From: Ziyad Edher Date: Sun, 17 Dec 2023 17:23:21 -0800 Subject: [PATCH] feat: update color to account for alternating lines --- bemenu-dracula | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bemenu-dracula b/bemenu-dracula index c3b0870..e1f85af 100644 --- a/bemenu-dracula +++ b/bemenu-dracula @@ -1,9 +1,12 @@ -export BEMENU_OPTS="--tb '#6272a4'\ +export BEMENU_OPTS="--scrollbar always\ + --tb '#6272a4'\ --tf '#f8f8f2'\ --fb '#282a36'\ --ff '#f8f8f2'\ --nb '#282a36'\ --nf '#6272a4'\ + --ab '#282a36'\ + --af '#6272a4'\ --hb '#44475a'\ --hf '#50fa7b'\ --sb '#44475a'\