diff --git a/.gitignore b/.gitignore index 6a57422..731c455 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ node_modules/ .sass-cache/ *.css.map -_gnome-shell/ \ No newline at end of file +_gnome-shell/ + +install.sh \ No newline at end of file diff --git a/gtk-3.0/apps/_pantheon.scss b/gtk-3.0/apps/_pantheon.scss index 355b0d3..70b51f5 100755 --- a/gtk-3.0/apps/_pantheon.scss +++ b/gtk-3.0/apps/_pantheon.scss @@ -271,13 +271,13 @@ LibraryWindow { *********/ .avatar { - border: 1px solid transparentize(#000, 0.35); + border: 1px solid transparentize(#000, 0.77); border-radius: 50%; box-shadow: - inset 0 0 0 1px transparentize(#fff, 0.05), - inset 0 1px 0 0 transparentize(#fff, 0.45), - inset 0 -1px 0 0 transparentize(#fff, 0.15), - 0 1px 3px transparentize(#000, 0.12), - 0 1px 2px transparentize(#000, 0.24); + inset 0 0 0 1px transparentize(#fff, 0.95), + inset 0 1px 0 0 transparentize(#fff, 0.55), + inset 0 -1px 0 0 transparentize(#fff, 0.85), + 0 1px 3px transparentize(#000, 0.88), + 0 1px 2px transparentize(#000, 0.77); } diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 63cc6f4..2ba9ef8 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5723,9 +5723,9 @@ LibraryWindow .the-button-in-the-combobox { * Avatar * *********/ .avatar { - border: 1px solid rgba(0, 0, 0, 0.65); + border: 1px solid rgba(0, 0, 0, 0.23); border-radius: 50%; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.95), inset 0 1px 0 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 0 rgba(255, 255, 255, 0.85), 0 1px 3px rgba(0, 0, 0, 0.88), 0 1px 2px rgba(0, 0, 0, 0.76); } + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); } /******** * Unity * diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index cde2db6..2b2ecf0 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5748,9 +5748,9 @@ LibraryWindow .the-button-in-the-combobox { * Avatar * *********/ .avatar { - border: 1px solid rgba(0, 0, 0, 0.65); + border: 1px solid rgba(0, 0, 0, 0.23); border-radius: 50%; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.95), inset 0 1px 0 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 0 rgba(255, 255, 255, 0.85), 0 1px 3px rgba(0, 0, 0, 0.88), 0 1px 2px rgba(0, 0, 0, 0.76); } + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); } /******** * Unity *