diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-22 09:52:33 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-22 09:52:33 +0100 |
commit | 4e5ce102f0b049d9a2ec505048fb544070b84f99 (patch) | |
tree | b9f3985a161a0c62ec29479160deff9fae77817a /.config/rofi | |
parent | 1691ec2ca0fd951f207c221d24361a787c55fea3 (diff) |
added mode script for toggling dark/light mode
Diffstat (limited to '.config/rofi')
-rw-r--r-- | .config/rofi/config.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 64484d2..20a6bba 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -12,8 +12,8 @@ configuration { } * { - background-color: #121213; - text-color: #f4e0d8; + background-color: ${ROFIBGCOLOR}; + text-color: ${ROFIFGCOLOR}; spacing: 0; width: 450; line-padding: 5; @@ -48,6 +48,6 @@ element { } element selected { - background-color: #AF9DDE; + background-color: ${ROFIACCOLOR}; text-color: @background-color; } |