mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 21:38:38 -07:00
update
This commit is contained in:
@@ -692,13 +692,15 @@ uninstall() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
uninstall_theme() {
|
uninstall_theme() {
|
||||||
for theme in "${themes[@]}"; do
|
for theme in "${THEME_VARIANTS[@]}"; do
|
||||||
for color in "${colors[@]}"; do
|
for color in "${COLOR_VARIANTS[@]}"; do
|
||||||
for size in "${sizes[@]}"; do
|
for size in "${SIZE_VARIANTS[@]}"; do
|
||||||
|
for scheme in "${SCHEME_VARIANTS[@]}"; do
|
||||||
uninstall "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$scheme"
|
uninstall "${dest:-$DEST_DIR}" "${name:-$THEME_NAME}" "$theme" "$color" "$size" "$scheme"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ "$uninstall" == 'true' ]]; then
|
if [[ "$uninstall" == 'true' ]]; then
|
||||||
|
@@ -3733,7 +3733,7 @@ list {
|
|||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
|
|
||||||
> row {
|
> row {
|
||||||
padding: $space-size;
|
padding: 2px;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -4619,7 +4619,7 @@ separator.sidebar {
|
|||||||
|
|
||||||
> row {
|
> row {
|
||||||
min-height: $small-size;
|
min-height: $small-size;
|
||||||
padding: $space-size;
|
padding: $space-size / 2;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
margin: $space-size / 4 $space-size;
|
margin: $space-size / 4 $space-size;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user