mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user