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,
|
&css_buf,
|
||||||
fmt,
|
fmt,
|
||||||
.{
|
.{
|
||||||
config.@"unfocused-split-opacity",
|
1.0 - config.@"unfocused-split-opacity",
|
||||||
fill.r,
|
fill.r,
|
||||||
fill.g,
|
fill.g,
|
||||||
fill.b,
|
fill.b,
|
||||||
|
Reference in New Issue
Block a user