mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
update
This commit is contained in:
@@ -536,6 +536,8 @@ link_libadwaita() {
|
||||
|
||||
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
||||
|
||||
rm -rf "${HOME}/.config/gtk-4.0/"{assets,gtk.css,gtk-dark.css}
|
||||
|
||||
echo -e "\nLink '$THEME_DIR/gtk-4.0' to '${HOME}/.config/gtk-4.0' for libadwaita..."
|
||||
|
||||
mkdir -p "${HOME}/.config/gtk-4.0"
|
||||
|
@@ -3375,7 +3375,7 @@ separator {
|
||||
%circular_list {
|
||||
border-radius: $corner-radius + 1px;
|
||||
box-shadow: none;
|
||||
border: 1px solid $divider;
|
||||
border: 1px solid $border;
|
||||
}
|
||||
|
||||
%circular_row {
|
||||
@@ -3395,6 +3395,10 @@ separator {
|
||||
border-radius: $corner-radius;
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid $border;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: inset 0 0 0 1000px $overlay-focus;
|
||||
}
|
||||
@@ -3402,7 +3406,7 @@ separator {
|
||||
|
||||
listview,
|
||||
list {
|
||||
border-color: $divider;
|
||||
border-color: $border;
|
||||
background-color: $base;
|
||||
|
||||
row { padding: $space-size; }
|
||||
|
Reference in New Issue
Block a user