From 6770ad37369a27a5fb632f6da01b3908d7d8a7f4 Mon Sep 17 00:00:00 2001 From: Kat <65649991+00-kat@users.noreply.github.com> Date: Sat, 22 Feb 2025 05:52:40 +0000 Subject: [PATCH] Clarify configuration of `macos-icon-screen-color`'s gradient. --- src/config/Config.zig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index a5f5b56b3..7e41b604b 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2075,9 +2075,11 @@ keybind: Keybinds = .{}, /// The color of the screen in the macOS app icon. /// -/// The screen is a gradient so you can specify multiple colors that -/// make up the gradient. Comma-separated colors may be specified as -/// as either hex (`#RRGGBB` or `RRGGBB`) or as named X11 colors. +/// The screen is a linear gradient so you can specify multiple colors +/// that make up the gradient. Up to 64 comma-separated colors may be +/// specified as either hex (`#RRGGBB` or `RRGGBB`) or as named X11 +/// colors. The first color is the bottom of the gradient and the last +/// color is the top of the gradient. /// /// Note: This configuration is required when `macos-icon` is set to /// `custom-style`.