Merge pull request #2050 from Pangoraw/fix_unfocused_opacity

gtk: One's complement the opacity of overlay for unfocused splits
This commit is contained in:
Mitchell Hashimoto
2024-08-06 09:52:50 -07:00
committed by GitHub

View File

@ -422,7 +422,7 @@ fn loadRuntimeCss(config: *const Config, provider: *c.GtkCssProvider) !void {
&css_buf,
fmt,
.{
config.@"unfocused-split-opacity",
1.0 - config.@"unfocused-split-opacity",
fill.r,
fill.g,
fill.b,