Add an option to control background image tinting for window gaps

This commit is contained in:
pagedown
2022-11-21 12:21:06 +08:00
parent 4290a8f9ba
commit 08d74a6c56
7 changed files with 34 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ typedef struct {
BackgroundImageLayout background_image_layout;
ImageAnchorPosition window_logo_position;
bool background_image_linear;
float background_tint, window_logo_alpha;
float background_tint, background_tint_gaps, window_logo_alpha;
bool dynamic_background_opacity;
float inactive_text_alpha;