From ff7e17988d5868c72cfb39d09ccf4efb05d3ceda Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 22 Nov 2025 08:30:00 +0100 Subject: feat!: combine `Primary`, `Secondary`, `Tertiary` and `Error` Now only a singular `ColorQuartet` struct exists. Also rename some `Surface` and `Inverse` fields for consistency. --- src/selection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection.rs') diff --git a/src/selection.rs b/src/selection.rs index cbf8bd4..0846fac 100644 --- a/src/selection.rs +++ b/src/selection.rs @@ -17,6 +17,6 @@ impl Catalog for Theme { pub fn default(theme: &Theme) -> Style { Style { color: None, - selection: theme.colors().primary.primary_container, + selection: theme.colors().primary.container, } } -- cgit v1.2.3