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