add: user theme_color_text_link setting

This commit is contained in:
trisua 2025-04-11 20:31:50 -04:00
parent b9ffe00042
commit 535a854a47
6 changed files with 95 additions and 58 deletions

View file

@ -81,6 +81,9 @@ pub struct UserSettings {
/// Text on elements with the surface backgrounds.
#[serde(default)]
pub theme_color_text: String,
/// Links on all elements.
#[serde(default)]
pub theme_color_text_link: String,
/// Some cards, buttons, or anything else with a darker background color than the surface.
#[serde(default)]
pub theme_color_lowered: String,