make tux color follow accent color
This commit is contained in:
parent
d84bdb5051
commit
3c97a8c600
@ -0,0 +1,3 @@
|
|||||||
|
.symbolic-accent-bg {
|
||||||
|
color: @accent_bg_color;
|
||||||
|
}
|
@ -16,7 +16,7 @@ pub fn content() -> gtk::Box {
|
|||||||
|
|
||||||
tux_icon.set_icon_name(Some("tux-symbolic"));
|
tux_icon.set_icon_name(Some("tux-symbolic"));
|
||||||
|
|
||||||
tux_icon.add_css_class("valid-action");
|
tux_icon.add_css_class("symbolic-accent-bg");
|
||||||
|
|
||||||
content_box.append(&tux_icon);
|
content_box.append(&tux_icon);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user