Skip to content

Commit e850c21

Browse files
committed
A thing for the BottomBar enhancement
1 parent d4e0fc5 commit e850c21

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Helium/gtk-4.0/_tauos.scss

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,6 +2113,31 @@ $colors: (
21132113
2
21142114
);
21152115
border-radius: 999px;
2116+
2117+
.vibrant {
2118+
background: $accent_container_bg_color;
2119+
color: $accent_container_fg_color;
2120+
2121+
& > box {
2122+
padding: 4px 4px 4px 0;
2123+
}
2124+
2125+
& .iconic-button:hover {
2126+
background: background: state-color(
2127+
$surface_container_bg_color,
2128+
$accent_container_bg_color,
2129+
1
2130+
);
2131+
color: $window_fg_color;
2132+
}
2133+
& .iconic-button:active {
2134+
background: background: state-color(
2135+
$surface_container_bg_color,
2136+
$accent_container_bg_color,
2137+
2
2138+
);
2139+
color: $window_fg_color;
2140+
}
21162141
}
21172142
}
21182143

0 commit comments

Comments
 (0)