add: user theme_color_text_link setting
This commit is contained in:
parent
b9ffe00042
commit
535a854a47
6 changed files with 95 additions and 58 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue