mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-12 02:42:56 +02:00
...
This commit is contained in:
@@ -72,7 +72,7 @@ func parse_background() (err error) {
|
||||
if err != nil {
|
||||
return fmt.Errorf("Invalid value for --background: %w", err)
|
||||
}
|
||||
remove_alpha = &images.NRGBColor{col.Red, col.Green, col.Blue}
|
||||
remove_alpha = &images.NRGBColor{R: col.Red, G: col.Green, B: col.Blue}
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user