fix(cosmic-theme): inverted Qt link_button colors
This commit is contained in:
parent
e1dad541b2
commit
dc3c194f09
1 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ impl Theme {
|
|||
decoration_hover: self.accent_text_color(),
|
||||
foreground_active: self.accent_text_color(),
|
||||
foreground_inactive: self.background.on.mix(bg, 0.1),
|
||||
foreground_link: self.link_button.base,
|
||||
foreground_link: self.link_button.on,
|
||||
foreground_negative: self.destructive_text_color(),
|
||||
foreground_neutral: self.warning_text_color(),
|
||||
foreground_normal: self.background.on,
|
||||
|
|
@ -73,7 +73,7 @@ impl Theme {
|
|||
decoration_hover: selected,
|
||||
foreground_active: selected_text,
|
||||
foreground_inactive: selected_text.mix(selected, 0.5),
|
||||
foreground_link: self.link_button.on,
|
||||
foreground_link: self.link_button.base,
|
||||
foreground_negative: self.destructive_color(),
|
||||
foreground_neutral: self.warning_color(),
|
||||
foreground_normal: selected_text,
|
||||
|
|
@ -106,7 +106,7 @@ impl Theme {
|
|||
decoration_hover: dark.accent_text_color(),
|
||||
foreground_active: dark.accent_text_color(),
|
||||
foreground_inactive: dark.background.on.mix(dark.background.base, 0.1),
|
||||
foreground_link: dark.link_button.base,
|
||||
foreground_link: dark.link_button.on,
|
||||
foreground_negative: dark.destructive_text_color(),
|
||||
foreground_neutral: dark.warning_text_color(),
|
||||
foreground_normal: dark.background.on,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue