diff options
author | listout <listout@protonmail.com> | 2021-12-03 14:29:39 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-12-03 14:29:39 +0530 |
commit | 6648963dc5909f38fd8a9d82e61d49d8f61a5e53 (patch) | |
tree | 6e1e52f5d371779beb14362d77f4d18442fbc0a5 /.config/rofi | |
parent | 21b584b60d31f646e11560197f368b8111f1d9b2 (diff) |
moved to jellybeans font
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 69d5a99..bac6076 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -12,9 +12,9 @@ configuration { } * { - bg: #1c1c1c; - fg: #b5b4c9; - accent: #fdfbee; + bg: #121212; + fg: #dedede; + accent: #ffffff; background-color: @bg; } |