From fe590cf41deba509c75ce2773eaeb1ab6391bf64 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 18 Aug 2022 22:21:55 +0100 Subject: [PATCH] Fix rofi and update --- users/daniel/configs/desktop/rofi/colour.rasi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/users/daniel/configs/desktop/rofi/colour.rasi b/users/daniel/configs/desktop/rofi/colour.rasi index 7bb4b39..544d43f 100644 --- a/users/daniel/configs/desktop/rofi/colour.rasi +++ b/users/daniel/configs/desktop/rofi/colour.rasi @@ -27,7 +27,7 @@ } #window { - background-color: @background; + background-color: @background-color; border: 3; border-radius: 6; border-color: @bordercolor; @@ -58,7 +58,7 @@ padding: 1px ; } #element.normal.normal { - background-color: @background; + background-color: @background-color; text-color: @foreground; } #element.normal.urgent { @@ -67,7 +67,7 @@ } #element.normal.active { background-color: @active-background; - text-color: @background; + text-color: @background-color; } #element.selected.normal { background-color: @selected-background; @@ -79,10 +79,10 @@ } #element.selected.active { background-color: @selected-active-background; - text-color: @background; + text-color: @background-color; } #element.alternate.normal { - background-color: @background; + background-color: @background-color; text-color: @foreground; } #element.alternate.urgent {