diff options
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |