aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/switch.d/rofi
blob: 19b900807de2684588b1754df61cfe5a46befa2d (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
cat << EOF > "$XDG_CONFIG_HOME/rofi/colors"
export background="$bg"
export foreground="$fg"
export accent="$accent"
export accent_text="$accent_text"
EOF