From a9d1808f4c8ab8a4740548eee4026bb6c8d11cc3 Mon Sep 17 00:00:00 2001 From: r3b00thx Date: Thu, 5 Jun 2025 17:06:05 +0300 Subject: [PATCH] style(preview): increase preview contrast In this commit I increased the preview contrast of the color preview buffer background to look better on different colors. --- src/hyprpicker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyprpicker.cpp b/src/hyprpicker.cpp index ebe190f..5588c2f 100644 --- a/src/hyprpicker.cpp +++ b/src/hyprpicker.cpp @@ -464,7 +464,7 @@ void CHyprpicker::renderSurface(CLayerSurface* pSurface, bool forceInactive) { break; }; }; - cairo_set_source_rgba(PCAIRO, 0.0, 0.0, 0.0, 0.5); + cairo_set_source_rgba(PCAIRO, 0.0, 0.0, 0.0, 0.75); double x, y, width = 8 + (11 * previewBuffer.length()), height = 28, radius = 6;