From e5aea263402b21ba6d998f122cd4979f29f68063 Mon Sep 17 00:00:00 2001 From: listout Date: Sun, 9 Jan 2022 23:02:02 +0530 Subject: new background and foreground color --- .config/rofi/config.rasi | 6 +++--- 1 file 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; } -- cgit v1.2.3