diff --git a/theme/gnome-shell/process-working-dark.svg b/theme/gnome-shell/process-working-dark.svg new file mode 100644 index 0000000..2ad2922 --- /dev/null +++ b/theme/gnome-shell/process-working-dark.svg @@ -0,0 +1,1080 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme/gnome-shell/process-working-light.svg b/theme/gnome-shell/process-working-light.svg new file mode 100644 index 0000000..62d0cf0 --- /dev/null +++ b/theme/gnome-shell/process-working-light.svg @@ -0,0 +1,1080 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme/gnome-shell_css/loginlock.css b/theme/gnome-shell_css/loginlock.css index fdf4b51..1ffc568 100644 --- a/theme/gnome-shell_css/loginlock.css +++ b/theme/gnome-shell_css/loginlock.css @@ -8,6 +8,12 @@ background-color: BACKGROUND-OPAQUE-COLOR; } +/* fixes color of process-working */ +.login-dialog, +.unlock-dialog { + color: TEXT-PRIMARY-COLOR; +} + .login-dialog .caps-lock-warning-label, .login-dialog .login-dialog-message-warning, @@ -102,6 +108,7 @@ /* password */ .login-dialog-prompt-entry { background-color: ACCENT-DISABLED-COLOR; + color: TEXT-PRIMARY-COLOR; border: none; box-shadow: inset 0 0 0 1px BORDER-SHADOW; }