From 97e6333827f9987451c0b2f821b43621815a40cd Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 15 Nov 2021 12:58:37 +0100 Subject: .profile: adjust bemenu colors --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 47e7b2e..4854e54 100644 --- a/.profile +++ b/.profile @@ -66,7 +66,7 @@ export RSYNC_RSH='ssh -T -x -o Compression=no' # make weechat use xdg config home export WEECHAT_HOME="${XDG_CONFIG_HOME}/weechat" # central bemenu config -export BEMENU_OPTS='-i -n -m focused --fn "Iosevka Fixed SS08 10" --nb "#1c1c1c" --nf "#fffffb" --tb "#4E4371" --tf "#fffffb" --fb "#1c1c1c" --ff "#fffffb" --sb "#ddd23b" --sf "#1c1c1c" --hb "#4E4371" --hf "#fffffb" --scb "#1c1c1c" --scf "#4E4371"' +export BEMENU_OPTS='-i -n -m focused --fn "Iosevka Fixed SS08 10" --nb "#0c0c0c" --nf "#fffffb" --tb "#4E4371" --tf "#fffffb" --fb "#0c0c0c" --ff "#fffffb" --sb "#ddd23b" --sf "#0c0c0c" --hb "#4E4371" --hf "#fffffb" --scb "#0c0c0c" --scf "#4E4371"' # zettelkasten export ZK_NOTEBOOK_DIR=${HOME}/Documents/zk -- cgit 1.4.1