From f9e30792ac2476241a653c6568010bf0a6feb589 Mon Sep 17 00:00:00 2001 From: doryan Date: Thu, 3 Oct 2024 00:42:43 +0400 Subject: [PATCH] feat(colors): change colorscheme --- rofi/colors.rasi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rofi/colors.rasi b/rofi/colors.rasi index c369ef5..9c56410 100644 --- a/rofi/colors.rasi +++ b/rofi/colors.rasi @@ -1,8 +1,8 @@ * { - selected: #FFCC4D; - background: #353F5D; - foreground: #C8C7D1; - background-alt: #414D72; - urgent: #353F5D; - active: #FF7FA3; + selected: #93D4C5; + background: #333333; + foreground: #A6A6A6; + background-alt: #272727; + urgent: #8393A1; + active: #E0A3B6; }