diff options
author | listout <listout@protonmail.com> | 2022-01-09 23:02:02 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-09 23:02:02 +0530 |
commit | e5aea263402b21ba6d998f122cd4979f29f68063 (patch) | |
tree | 84231f952edb3e427afe4b8fc1efcf6ceba4ef43 | |
parent | cf78c4a7983d829e1b5e28d72bbbe08e0b358d11 (diff) |
new background and foreground color
-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 23ad288..8deedfb 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -12,9 +12,9 @@ configuration { } * { - bg: #111116; - fg: #cecccf; - accent: #ffffff; + bg: #1a1a24; + fg: #e6e6f1; + accent: #e6e6f1; background-color: @bg; } |