From 5f1141c8a5c6ad0ed5b2a9a92020c0423652dd2c Mon Sep 17 00:00:00 2001 From: Dawn Date: Sat, 8 Aug 2026 18:42:58 +0200 Subject: [PATCH] style: cool the sunset gradient base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The warm glow at the bottom of the dusk sky didn't fit — stay in the blue range. Co-Authored-By: Claude Fable 5 --- src/aare/gui/styles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aare/gui/styles.py b/src/aare/gui/styles.py index d9ea5b2d..23d8b63a 100644 --- a/src/aare/gui/styles.py +++ b/src/aare/gui/styles.py @@ -170,7 +170,7 @@ DARK_BACKGROUND_GRADIENT_MID = "#16294d" # fade onset tone DARK_BACKGROUND_GRADIENT_MID_POS = "0.55" # 0..1 — where the fade begins DARK_BACKGROUND_GRADIENT_BLUE = "#2c5f9e" # the blue band DARK_BACKGROUND_GRADIENT_BLUE_POS = "0.90" # 0..1 — warm glow only below this -DARK_BACKGROUND_GRADIENT_BOTTOM = "#d9b98c" +DARK_BACKGROUND_GRADIENT_BOTTOM = "#2c5f9e" # the warm glow doesn't seem to fit DARK_APP_BACKGROUND = ( "qlineargradient(x1:0, y1:0, x2:0, y2:1," f" stop:0 {DARK_BACKGROUND_GRADIENT_TOP},"