Docs change: Note instead of simple text and Removing two times showing info. (#5920)

In docs option reference, for macos-icon info. It is showing two times
similar thing. And Note looks good instead of just text because it wont
work without `custom-style`. So a Big Note is a good highlight.
This commit is contained in:
Mitchell Hashimoto
2025-02-24 09:41:26 -08:00
committed by GitHub

View File

@ -2060,7 +2060,9 @@ keybind: Keybinds = .{},
/// * `plastic` - A glossy, dark plastic frame.
/// * `chrome` - A shiny chrome frame.
///
/// This only has an effect when `macos-icon` is set to `custom-style`.
/// Note: This configuration is required when `macos-icon` is set to
/// `custom-style`.
///
@"macos-icon-frame": MacAppIconFrame = .aluminum,
/// The color of the ghost in the macOS app icon.
@ -2068,8 +2070,6 @@ keybind: Keybinds = .{},
/// Note: This configuration is required when `macos-icon` is set to
/// `custom-style`.
///
/// This only has an effect when `macos-icon` is set to `custom-style`.
///
/// Specified as either hex (`#RRGGBB` or `RRGGBB`) or a named X11 color.
@"macos-icon-ghost-color": ?Color = null,
@ -2084,7 +2084,6 @@ keybind: Keybinds = .{},
/// Note: This configuration is required when `macos-icon` is set to
/// `custom-style`.
///
/// This only has an effect when `macos-icon` is set to `custom-style`.
@"macos-icon-screen-color": ?ColorList = null,
/// Put every surface (tab, split, window) into a dedicated Linux cgroup.