From b78c02a5b853fb14f82bc44be338991e0c6408c8 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 10 Jun 2024 16:57:03 +1200 Subject: [PATCH] ksh: add BEMENU_OPTS --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 5365c24..47faf50 100644 --- a/.profile +++ b/.profile @@ -3,3 +3,4 @@ export EDITOR="emacsclient -c" export TERMINAL=foot export PATH="$PATH":"$HOME"/.local/bin export MANPATH="$(man -w)":"$HOME"/.nix-profile/share/man +export BEMENU_OPTS='--fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f38ba8" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e"'