Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
Tweaks and fixes for #152, #153
Browse files Browse the repository at this point in the history
Darker text color for the dark theme. (#CCC).
Fix some Evolution rule leakage that was affecting other things (#152).
New check icon.
Put duplicate GTK2 check and radio assets in separate sheet.
  • Loading branch information
godlyranchdressing committed Sep 6, 2017
1 parent 70c59de commit ca00a01
Show file tree
Hide file tree
Showing 305 changed files with 606 additions and 7,525 deletions.
Binary file modified United-Antergos-Compact.tar.gz
Binary file not shown.
Binary file modified United-Antergos.tar.gz
Binary file not shown.
Binary file modified United-Arch-Compact.tar.gz
Binary file not shown.
Binary file modified United-Arch.tar.gz
Binary file not shown.
Binary file modified United-Debian-Compact.tar.gz
Binary file not shown.
Binary file modified United-Debian.tar.gz
Binary file not shown.
Binary file modified United-Fedora-Compact.tar.gz
Binary file not shown.
Binary file modified United-Fedora.tar.gz
Binary file not shown.
Binary file modified United-Latest-Compact.tar.gz
Binary file not shown.
Binary file modified United-Latest.tar.gz
Binary file not shown.
Binary file modified United-Manjaro-Compact.tar.gz
Binary file not shown.
Binary file modified United-Manjaro.tar.gz
Binary file not shown.
Binary file modified United-OpenSUSE-Compact.tar.gz
Binary file not shown.
Binary file modified United-OpenSUSE.tar.gz
Binary file not shown.
Binary file modified United-Solus-Compact.tar.gz
Binary file not shown.
Binary file modified United-Solus.tar.gz
Binary file not shown.
Binary file modified United-Ubuntu-alt-Compact.tar.gz
Binary file not shown.
Binary file modified United-Ubuntu-alt.tar.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions compile-compact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ for distro in `cat $VARIANTS`; do
##### GTK2 #####
GTK=src/gtk-2.0/distro-gtk-files/$distro
COMMON=src/gtk-2.0/common-files${SIZE,,}
CR=src/gtk-2.0/checks-radios/
INPUT=src/gtk-2.0
OUTPUT=Compiled$SIZE/$THEME-${distro^}$SIZE/$THEME-${distro^}$2$SIZE/gtk-2.0
rm $OUTPUT/assets/* -R
Expand All @@ -95,6 +96,8 @@ for distro in `cat $VARIANTS`; do
cp $INPUT/common-assets-dark/* $OUTPUT/assets/ -R
cp $INPUT/distro-assets/$distro/$distro-dark-assets/* $OUTPUT/assets/
fi

cp $CR/* $OUTPUT/assets
done
done

Expand Down
6 changes: 4 additions & 2 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ for distro in `cat $VARIANTS`; do

if [[ "$1" = "" ]]; then
cp $INPUT/common-assets/window-buttons/* $OUTPUT/assets
cp $INPUT/common-assets/window-buttons-dark/* $OUTPUT/assets
elif [[ "$2" = "-Dark" ]] || [[ "$2" = "-Darker" ]]; then
cp $INPUT/common-assets/window-buttons-dark/* $OUTPUT/assets
fi
Expand All @@ -80,6 +81,7 @@ for distro in `cat $VARIANTS`; do
##### GTK2 #####
GTK=src/gtk-2.0/distro-gtk-files/$distro
COMMON=src/gtk-2.0/common-files${SIZE,,}
CR=src/gtk-2.0/checks-radios/
INPUT=src/gtk-2.0
OUTPUT=Compiled$SIZE/$THEME-${distro^}$SIZE/$THEME-${distro^}$2$SIZE/gtk-2.0
rm $OUTPUT/assets/* -R
Expand All @@ -95,7 +97,7 @@ for distro in `cat $VARIANTS`; do
cp $INPUT/common-assets-dark/* $OUTPUT/assets/ -R
cp $INPUT/distro-assets/$distro/$distro-dark-assets/* $OUTPUT/assets/
fi

cp $CR/* $OUTPUT/assets
done
done

echo "Done!"
2 changes: 1 addition & 1 deletion compress-compact.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash
DISTROS="../distros.txt"
SIZE=""
SIZE="-Compact"

cd Compiled$SIZE
for distro in `cat $DISTROS`; do
Expand Down
10 changes: 0 additions & 10 deletions extras/login-gnome-shell/fedora/assets/noise-texture.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<file>assets/dash/running2-indicator.svg</file>
<file>assets/dash/running3-indicator.svg</file>
<file>assets/dash/running4-indicator.svg</file>
<file>assets/noise-texture.svg</file>
<file>assets/osd_background.svg</file>
<file>assets/overview_gradient.svg</file>
<file>f25.png</file>
Expand Down
10 changes: 0 additions & 10 deletions extras/login-gnome-shell/opensuse/assets/noise-texture.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<file>assets/dash/running2-indicator.svg</file>
<file>assets/dash/running3-indicator.svg</file>
<file>assets/dash/running4-indicator.svg</file>
<file>assets/noise-texture.svg</file>
<file>assets/osd_background.svg</file>
<file>assets/overview_gradient.svg</file>
<file>1920x1080.jpg</file>
Expand Down
10 changes: 0 additions & 10 deletions extras/login-gnome-shell/ubuntu/assets/noise-texture.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<file>assets/dash/running2-indicator.svg</file>
<file>assets/dash/running3-indicator.svg</file>
<file>assets/dash/running4-indicator.svg</file>
<file>assets/noise-texture.svg</file>
<file>assets/osd_background.svg</file>
<file>assets/overview_gradient.svg</file>
<file>wallpaper.png</file>
Expand Down
21 changes: 11 additions & 10 deletions src/gnome-shell/common-assets/checkbox-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 12 additions & 11 deletions src/gnome-shell/common-assets/checkbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions src/gnome-shell/common-assets/noise-texture.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/gnome-shell/gnome-shell-theme.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<file>assets/dash/running2-indicator.svg</file>
<file>assets/dash/running3-indicator.svg</file>
<file>assets/dash/running4-indicator.svg</file>
<file>assets/noise-texture.svg</file>
<file>assets/osd_background.svg</file>
<file>assets/overview_gradient.svg</file>
<file>gnome-shell.css</file>
Expand Down
7 changes: 3 additions & 4 deletions src/gnome-shell/sass/common-partials/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3011,7 +3011,7 @@ $legacy_icon_size: 24px;
}

#panel.lock-screen {
background-color: $alt_bg_color;
background-color: $panel_bg_color;
}

.screen-shield-background {
Expand All @@ -3020,10 +3020,9 @@ $legacy_icon_size: 24px;
}

#lockDialogGroup {
background: $primary_color url("assets/noise-texture.svg");

//background: $primary_color url("assets/background.png");
background: url("assets/overview_gradient.svg") transparentize($black, 0.4);
background-size: cover;
spacing: 24px;
}

#screenShieldNotifications {
Expand Down
Loading

0 comments on commit ca00a01

Please sign in to comment.