mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2025-12-30 05:10:05 +01:00
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.
This commit is contained in:
parent
289603c9b4
commit
a9d1808f4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue