From 993917ddcedd58927a068cc804d81f1018d7bc0e Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 6 Jun 2023 10:14:44 -0500 Subject: Fix gtk theme setting --- .../gnome-shell/assets/checkbox-hover.svg | 101 +++++++++++++++++++++ .../gnome-shell/assets/checkbox-off-hover.svg | 99 ++++++++++++++++++++ .../gnome-shell/assets/checkbox-off.svg | 99 ++++++++++++++++++++ .../Plata-Lumine/gnome-shell/assets/checkbox.svg | 101 +++++++++++++++++++++ .../gnome-shell/assets/dash-placeholder.svg | 94 +++++++++++++++++++ themes/Plata-Lumine/gnome-shell/assets/go-down.svg | 89 ++++++++++++++++++ themes/Plata-Lumine/gnome-shell/assets/go-left.svg | 89 ++++++++++++++++++ .../Plata-Lumine/gnome-shell/assets/go-right.svg | 89 ++++++++++++++++++ themes/Plata-Lumine/gnome-shell/assets/go-up.svg | 96 ++++++++++++++++++++ .../gnome-shell/assets/media-control-active.svg | 95 +++++++++++++++++++ .../gnome-shell/assets/media-control-hover.svg | 88 ++++++++++++++++++ 11 files changed, 1040 insertions(+) create mode 100644 themes/Plata-Lumine/gnome-shell/assets/checkbox-hover.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/checkbox-off-hover.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/checkbox-off.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/checkbox.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/dash-placeholder.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/go-down.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/go-left.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/go-right.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/go-up.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/media-control-active.svg create mode 100644 themes/Plata-Lumine/gnome-shell/assets/media-control-hover.svg (limited to 'themes/Plata-Lumine/gnome-shell/assets') diff --git a/themes/Plata-Lumine/gnome-shell/assets/checkbox-hover.svg b/themes/Plata-Lumine/gnome-shell/assets/checkbox-hover.svg new file mode 100644 index 0000000..55a5729 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/checkbox-hover.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/checkbox-off-hover.svg b/themes/Plata-Lumine/gnome-shell/assets/checkbox-off-hover.svg new file mode 100644 index 0000000..fb72be7 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/checkbox-off-hover.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/checkbox-off.svg b/themes/Plata-Lumine/gnome-shell/assets/checkbox-off.svg new file mode 100644 index 0000000..fa5563f --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/checkbox-off.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/checkbox.svg b/themes/Plata-Lumine/gnome-shell/assets/checkbox.svg new file mode 100644 index 0000000..8a9083b --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/checkbox.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/dash-placeholder.svg b/themes/Plata-Lumine/gnome-shell/assets/dash-placeholder.svg new file mode 100644 index 0000000..69c5df0 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/dash-placeholder.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/go-down.svg b/themes/Plata-Lumine/gnome-shell/assets/go-down.svg new file mode 100644 index 0000000..13804c3 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/go-down.svg @@ -0,0 +1,89 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/go-left.svg b/themes/Plata-Lumine/gnome-shell/assets/go-left.svg new file mode 100644 index 0000000..cb8d2e0 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/go-left.svg @@ -0,0 +1,89 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/go-right.svg b/themes/Plata-Lumine/gnome-shell/assets/go-right.svg new file mode 100644 index 0000000..de9ceaf --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/go-right.svg @@ -0,0 +1,89 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/go-up.svg b/themes/Plata-Lumine/gnome-shell/assets/go-up.svg new file mode 100644 index 0000000..402f312 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/go-up.svg @@ -0,0 +1,96 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/media-control-active.svg b/themes/Plata-Lumine/gnome-shell/assets/media-control-active.svg new file mode 100644 index 0000000..244a29f --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/media-control-active.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Plata-Lumine/gnome-shell/assets/media-control-hover.svg b/themes/Plata-Lumine/gnome-shell/assets/media-control-hover.svg new file mode 100644 index 0000000..83dc105 --- /dev/null +++ b/themes/Plata-Lumine/gnome-shell/assets/media-control-hover.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + -- cgit v1.2.3