Compare commits
95 Commits
2022-03-09
...
2022.11.11
Author | SHA1 | Date | |
---|---|---|---|
|
5046c77bd6 | ||
|
e29a1a274e | ||
|
4e824e9f56 | ||
|
0e076fac7f | ||
|
58606ca472 | ||
|
a5af8575ea | ||
|
b20ba63862 | ||
|
061fb44ddd | ||
|
55ac1ac724 | ||
|
c9ae83a600 | ||
|
f5688629fc | ||
|
68cb491705 | ||
|
b93268c6fd | ||
|
cdd240dc9c | ||
|
6cf3fa4d76 | ||
|
c06518bbaf | ||
|
17ecc60b9f | ||
|
fc490d347d | ||
|
54fb124a51 | ||
|
33246c6edc | ||
|
8356e8e780 | ||
|
0f46f4e43a | ||
|
0d85ac8dba | ||
|
4e803409d3 | ||
|
6f60235e85 | ||
|
aad19a2ce7 | ||
|
e49b26158e | ||
|
5b4fc06e13 | ||
|
b72396f2a4 | ||
|
841ed319b8 | ||
|
fabc522745 | ||
|
0a72043615 | ||
|
fb1dd01f08 | ||
|
962c2fa3ea | ||
|
824b99b860 | ||
|
53fc5f8f8d | ||
|
1fba1be462 | ||
|
ac2053c721 | ||
|
5feeded9ac | ||
|
cd2ea34ee8 | ||
|
afa32746d4 | ||
|
b8f6952ef1 | ||
|
843e1fc596 | ||
|
236587d1e2 | ||
|
e4298f2884 | ||
|
a2827d3acf | ||
|
0c6b55499c | ||
|
e10e1701a7 | ||
|
254adbc85f | ||
|
887f6857d2 | ||
|
ae82a48673 | ||
|
f79089d0a0 | ||
|
40ea6d58cc | ||
|
fce6afba30 | ||
|
e3dd0f55b6 | ||
|
12793e3100 | ||
|
6788302102 | ||
|
a63df3b4d6 | ||
|
152bf52fa9 | ||
|
72496c8af7 | ||
|
51166c064e | ||
|
7f331af3f9 | ||
|
fab50e518e | ||
|
40560a8031 | ||
|
eb2f59f89b | ||
|
e19dd39c92 | ||
|
7da87c16a4 | ||
|
66c4f83969 | ||
|
1da3c69cf5 | ||
|
730026118a | ||
|
ead9cc272f | ||
|
58517f999f | ||
|
947f142ed4 | ||
|
8126472e10 | ||
|
4efa977be1 | ||
|
394cca78dc | ||
|
b32696e42a | ||
|
36e472a8c9 | ||
|
82d899780f | ||
|
3626ac79c8 | ||
|
475c54d482 | ||
|
65f141f226 | ||
|
addb24ff8a | ||
|
2c674203ab | ||
|
f618c8e8ec | ||
|
329e8efaec | ||
|
980fbf80e4 | ||
|
b88487dc78 | ||
|
54d3356aaf | ||
|
519c2c9d2a | ||
|
1bce38c8ce | ||
|
30efb63f3b | ||
|
b646d62f32 | ||
|
0d949baee2 | ||
|
b9c524a586 |
12
.gitignore
vendored
@@ -1 +1,13 @@
|
|||||||
*-temp.scss
|
*-temp.scss
|
||||||
|
src/main/gtk-3.0/gtk.css
|
||||||
|
src/main/gtk-3.0/gtk-Light.css
|
||||||
|
src/main/gtk-3.0/gtk-Dark.css
|
||||||
|
src/main/gtk-4.0/gtk.css
|
||||||
|
src/main/gtk-4.0/gtk-Light.css
|
||||||
|
src/main/gtk-4.0/gtk-Dark.css
|
||||||
|
src/main/gnome-shell/gnome-shell.css
|
||||||
|
src/main/gnome-shell/gnome-shell-Light.css
|
||||||
|
src/main/gnome-shell/gnome-shell-Dark.css
|
||||||
|
src/main/cinnamon/cinnamon.css
|
||||||
|
src/main/cinnamon/cinnamon-Light.css
|
||||||
|
src/main/cinnamon/cinnamon-Dark.css
|
||||||
|
11
README.md
@@ -33,6 +33,12 @@ Run the following commands in the terminal:
|
|||||||
-t, --theme VARIANT... Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
|
-t, --theme VARIANT... Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
|
||||||
-c, --color VARIANT... Specify color variant(s) [standard|light|dark] (Default: All variants)
|
-c, --color VARIANT... Specify color variant(s) [standard|light|dark] (Default: All variants)
|
||||||
-s, --size VARIANT... Specify size variant [standard|compact] (Default: standard variant)
|
-s, --size VARIANT... Specify size variant [standard|compact] (Default: standard variant)
|
||||||
|
|
||||||
|
-l, --libadwaita Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme
|
||||||
|
|
||||||
|
-r, --remove,
|
||||||
|
-u, --uninstall Uninstall/Remove installed themes or links
|
||||||
|
|
||||||
--tweaks Specify versions for tweaks [nord|dracula|black|rimless|normal] (only nord and dracula can not mix use with!)
|
--tweaks Specify versions for tweaks [nord|dracula|black|rimless|normal] (only nord and dracula can not mix use with!)
|
||||||
1. nord: Nord ColorScheme version
|
1. nord: Nord ColorScheme version
|
||||||
2. dracula Dracula ColorScheme version
|
2. dracula Dracula ColorScheme version
|
||||||
@@ -51,3 +57,8 @@ Run the following commands in the terminal:
|
|||||||
Automatically install your host GTK+ theme as a Flatpak. Use this:
|
Automatically install your host GTK+ theme as a Flatpak. Use this:
|
||||||
|
|
||||||
- [pakitheme](https://github.com/refi64/pakitheme)
|
- [pakitheme](https://github.com/refi64/pakitheme)
|
||||||
|
|
||||||
|
## Firefox theme
|
||||||
|
[Install Firefox theme](src/other/firefox)
|
||||||
|
|
||||||
|

|
||||||
|
9
build.sh
@@ -22,22 +22,21 @@ fi
|
|||||||
|
|
||||||
SASSC_OPT="-M -t expanded"
|
SASSC_OPT="-M -t expanded"
|
||||||
|
|
||||||
_COLOR_VARIANTS=('' '-light' '-dark')
|
_COLOR_VARIANTS=('' '-Light' '-Dark')
|
||||||
if [ ! -z "${COLOR_VARIANTS:-}" ]; then
|
if [ ! -z "${COLOR_VARIANTS:-}" ]; then
|
||||||
IFS=', ' read -r -a _COLOR_VARIANTS <<< "${COLOR_VARIANTS:-}"
|
IFS=', ' read -r -a _COLOR_VARIANTS <<< "${COLOR_VARIANTS:-}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp -rf src/sass/_tweaks.scss src/sass/_tweaks-temp.scss
|
cp -rf src/sass/_tweaks.scss src/sass/_tweaks-temp.scss
|
||||||
|
cp -rf src/sass/gnome-shell/_common.scss src/sass/gnome-shell/_common-temp.scss
|
||||||
|
|
||||||
for color in "${_COLOR_VARIANTS[@]}"; do
|
for color in "${_COLOR_VARIANTS[@]}"; do
|
||||||
sassc $SASSC_OPT src/main/gtk-3.0/gtk${color}.{scss,css}
|
sassc $SASSC_OPT src/main/gtk-3.0/gtk${color}.{scss,css}
|
||||||
echo "==> Generating the 3.0 gtk${color}.css..."
|
echo "==> Generating the 3.0 gtk${color}.css..."
|
||||||
sassc $SASSC_OPT src/main/gtk-4.0/gtk${color}.{scss,css}
|
sassc $SASSC_OPT src/main/gtk-4.0/gtk${color}.{scss,css}
|
||||||
echo "==> Generating the 4.0 gtk${color}.css..."
|
echo "==> Generating the 4.0 gtk${color}.css..."
|
||||||
sassc $SASSC_OPT src/main/gnome-shell/shell-3-28/gnome-shell${color}.{scss,css}
|
sassc $SASSC_OPT src/main/gnome-shell/gnome-shell${color}.{scss,css}
|
||||||
echo "==> Generating the 3.28 gnome-shell${color}.css..."
|
echo "==> Generating the gnome-shell${color}.css..."
|
||||||
sassc $SASSC_OPT src/main/gnome-shell/shell-40-0/gnome-shell${color}.{scss,css}
|
|
||||||
echo "==> Generating the 40.0 gnome-shell${color}.css..."
|
|
||||||
sassc $SASSC_OPT src/main/cinnamon/cinnamon${color}.{scss,css}
|
sassc $SASSC_OPT src/main/cinnamon/cinnamon${color}.{scss,css}
|
||||||
echo "==> Generating the cinnamon${color}.css..."
|
echo "==> Generating the cinnamon${color}.css..."
|
||||||
done
|
done
|
||||||
|
120
gtkrc.sh
@@ -7,102 +7,102 @@ make_gtkrc() {
|
|||||||
local ctype="${6}"
|
local ctype="${6}"
|
||||||
local window="${7}"
|
local window="${7}"
|
||||||
|
|
||||||
[[ "${color}" == '-light' ]] && local ELSE_LIGHT="${color}"
|
[[ "${color}" == '-Light' ]] && local ELSE_LIGHT="${color}"
|
||||||
[[ "${color}" == '-dark' ]] && local ELSE_DARK="${color}"
|
[[ "${color}" == '-Dark' ]] && local ELSE_DARK="${color}"
|
||||||
|
|
||||||
local GTKRC_DIR="${SRC_DIR}/main/gtk-2.0"
|
local GTKRC_DIR="${SRC_DIR}/main/gtk-2.0"
|
||||||
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
||||||
|
|
||||||
if [[ "${color}" != '-dark' ]]; then
|
if [[ "${color}" != '-Dark' ]]; then
|
||||||
case "$theme" in
|
case "$theme" in
|
||||||
'')
|
'')
|
||||||
theme_color='#3c84f7'
|
theme_color='#3c84f7'
|
||||||
;;
|
;;
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color='#AB47BC'
|
theme_color='#AB47BC'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color='#EC407A'
|
theme_color='#EC407A'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color='#E53935'
|
theme_color='#E53935'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color='#F57C00'
|
theme_color='#F57C00'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color='#FBC02D'
|
theme_color='#FBC02D'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color='#4CAF50'
|
theme_color='#4CAF50'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color='#009688'
|
theme_color='#009688'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color='#464646'
|
theme_color='#464646'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ "$ctype" == '-nord' ]]; then
|
if [[ "$ctype" == '-Nord' ]]; then
|
||||||
case "$theme" in
|
case "$theme" in
|
||||||
'')
|
'')
|
||||||
theme_color='#5e81ac'
|
theme_color='#5e81ac'
|
||||||
;;
|
;;
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color='#b57daa'
|
theme_color='#b57daa'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color='#cd7092'
|
theme_color='#cd7092'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color='#c35b65'
|
theme_color='#c35b65'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color='#d0846c'
|
theme_color='#d0846c'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color='#e4b558'
|
theme_color='#e4b558'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color='#82ac5d'
|
theme_color='#82ac5d'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color='#83b9b8'
|
theme_color='#83b9b8'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color='#3a4150'
|
theme_color='#3a4150'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$ctype" == '-dracula' ]]; then
|
if [[ "$ctype" == '-Dracula' ]]; then
|
||||||
case "$theme" in
|
case "$theme" in
|
||||||
'')
|
'')
|
||||||
theme_color='#a679ec'
|
theme_color='#a679ec'
|
||||||
;;
|
;;
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color='#a679ec'
|
theme_color='#a679ec'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color='#f04cab'
|
theme_color='#f04cab'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color='#f44d4d'
|
theme_color='#f44d4d'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color='#f8a854'
|
theme_color='#f8a854'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color='#e8f467'
|
theme_color='#e8f467'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color='#4be772'
|
theme_color='#4be772'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color='#20eed9'
|
theme_color='#20eed9'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color='#3c3f51'
|
theme_color='#3c3f51'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@@ -112,91 +112,91 @@ make_gtkrc() {
|
|||||||
'')
|
'')
|
||||||
theme_color='#5b9bf8'
|
theme_color='#5b9bf8'
|
||||||
;;
|
;;
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color='#BA68C8'
|
theme_color='#BA68C8'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color='#F06292'
|
theme_color='#F06292'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color='#F44336'
|
theme_color='#F44336'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color='#FB8C00'
|
theme_color='#FB8C00'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color='#FFD600'
|
theme_color='#FFD600'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color='#66BB6A'
|
theme_color='#66BB6A'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color='#4DB6AC'
|
theme_color='#4DB6AC'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color='#DDDDDD'
|
theme_color='#DDDDDD'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ "$ctype" == '-nord' ]]; then
|
if [[ "$ctype" == '-Nord' ]]; then
|
||||||
case "$theme" in
|
case "$theme" in
|
||||||
'')
|
'')
|
||||||
theme_color='#89a3c2'
|
theme_color='#89a3c2'
|
||||||
;;
|
;;
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color='#c89dbf'
|
theme_color='#c89dbf'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color='#dc98b1'
|
theme_color='#dc98b1'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color='#d4878f'
|
theme_color='#d4878f'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color='#dca493'
|
theme_color='#dca493'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color='#eac985'
|
theme_color='#eac985'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color='#a0c082'
|
theme_color='#a0c082'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color='#83b9b8'
|
theme_color='#83b9b8'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color='#d9dce3'
|
theme_color='#d9dce3'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$ctype" == '-dracula' ]]; then
|
if [[ "$ctype" == '-Dracula' ]]; then
|
||||||
case "$theme" in
|
case "$theme" in
|
||||||
'')
|
'')
|
||||||
theme_color='#bd93f9'
|
theme_color='#bd93f9'
|
||||||
;;
|
;;
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color='#bd93f9'
|
theme_color='#bd93f9'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color='#ff79c6'
|
theme_color='#ff79c6'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color='#ff5555'
|
theme_color='#ff5555'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color='#ffb86c'
|
theme_color='#ffb86c'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color='#f1fa8c'
|
theme_color='#f1fa8c'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color='#50fa7b'
|
theme_color='#50fa7b'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color='#50fae9'
|
theme_color='#50fae9'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color='#d9dae3'
|
theme_color='#d9dae3'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@@ -213,7 +213,7 @@ make_gtkrc() {
|
|||||||
titlebar_light='#F2F2F2'
|
titlebar_light='#F2F2F2'
|
||||||
titlebar_dark='#030303'
|
titlebar_dark='#030303'
|
||||||
;;
|
;;
|
||||||
-nord)
|
-Nord)
|
||||||
background_light='#f8fafc'
|
background_light='#f8fafc'
|
||||||
background_dark='#0d0e11'
|
background_dark='#0d0e11'
|
||||||
background_darker='#0f1115'
|
background_darker='#0f1115'
|
||||||
@@ -221,7 +221,7 @@ make_gtkrc() {
|
|||||||
titlebar_light='#f0f1f4'
|
titlebar_light='#f0f1f4'
|
||||||
titlebar_dark='#020203'
|
titlebar_dark='#020203'
|
||||||
;;
|
;;
|
||||||
-dracula)
|
-Dracula)
|
||||||
background_light='#f9f9fb'
|
background_light='#f9f9fb'
|
||||||
background_dark='#0d0d11'
|
background_dark='#0d0d11'
|
||||||
background_darker='#0f1015'
|
background_darker='#0f1015'
|
||||||
@@ -240,7 +240,7 @@ make_gtkrc() {
|
|||||||
titlebar_light='#F2F2F2'
|
titlebar_light='#F2F2F2'
|
||||||
titlebar_dark='#242424'
|
titlebar_dark='#242424'
|
||||||
;;
|
;;
|
||||||
-nord)
|
-Nord)
|
||||||
background_light='#f8fafc'
|
background_light='#f8fafc'
|
||||||
background_dark='#242932'
|
background_dark='#242932'
|
||||||
background_darker='#333a47'
|
background_darker='#333a47'
|
||||||
@@ -248,7 +248,7 @@ make_gtkrc() {
|
|||||||
titlebar_light='#f0f1f4'
|
titlebar_light='#f0f1f4'
|
||||||
titlebar_dark='#1e222a'
|
titlebar_dark='#1e222a'
|
||||||
;;
|
;;
|
||||||
-dracula)
|
-Dracula)
|
||||||
background_light='#f9f9fb'
|
background_light='#f9f9fb'
|
||||||
background_dark='#242632'
|
background_dark='#242632'
|
||||||
background_darker='#343746'
|
background_darker='#343746'
|
||||||
@@ -264,7 +264,7 @@ make_gtkrc() {
|
|||||||
sed -i "s/#2C2C2C/${background_dark}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
sed -i "s/#2C2C2C/${background_dark}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
||||||
sed -i "s/#464646/${background_alt}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
sed -i "s/#464646/${background_alt}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
||||||
|
|
||||||
if [[ "${color}" == '-dark' ]]; then
|
if [[ "${color}" == '-Dark' ]]; then
|
||||||
sed -i "s/#5b9bf8/${theme_color}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
sed -i "s/#5b9bf8/${theme_color}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
||||||
sed -i "s/#3C3C3C/${background_darker}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
sed -i "s/#3C3C3C/${background_darker}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
||||||
sed -i "s/#242424/${titlebar_dark}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
sed -i "s/#242424/${titlebar_dark}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
|
||||||
|
244
install.sh
@@ -23,20 +23,23 @@ fi
|
|||||||
SASSC_OPT="-M -t expanded"
|
SASSC_OPT="-M -t expanded"
|
||||||
|
|
||||||
THEME_NAME=Colloid
|
THEME_NAME=Colloid
|
||||||
THEME_VARIANTS=('' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-teal' '-grey')
|
THEME_VARIANTS=('' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Grey')
|
||||||
COLOR_VARIANTS=('' '-light' '-dark')
|
COLOR_VARIANTS=('' '-Light' '-Dark')
|
||||||
SIZE_VARIANTS=('' '-compact')
|
SIZE_VARIANTS=('' '-Compact')
|
||||||
|
|
||||||
if [[ "$(command -v gnome-shell)" ]]; then
|
if [[ "$(command -v gnome-shell)" ]]; then
|
||||||
|
gnome-shell --version
|
||||||
SHELL_VERSION="$(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f -1)"
|
SHELL_VERSION="$(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f -1)"
|
||||||
if [[ "${SHELL_VERSION:-}" -ge "40" ]]; then
|
if [[ "${SHELL_VERSION:-}" -ge "42" ]]; then
|
||||||
GS_VERSION="new"
|
GS_VERSION="42-0"
|
||||||
|
elif [[ "${SHELL_VERSION:-}" -ge "40" ]]; then
|
||||||
|
GS_VERSION="40-0"
|
||||||
else
|
else
|
||||||
GS_VERSION="old"
|
GS_VERSION="3-28"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "'gnome-shell' not found, using styles for last gnome-shell version available."
|
echo "'gnome-shell' not found, using styles for last gnome-shell version available."
|
||||||
GS_VERSION="new"
|
GS_VERSION="42-0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
@@ -50,9 +53,14 @@ OPTIONS:
|
|||||||
|
|
||||||
-t, --theme VARIANT Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
|
-t, --theme VARIANT Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
|
||||||
|
|
||||||
-c, --color VARIANT Specify color variant(s) [standard|light|dark] (Default: All variants)s)
|
-c, --color VARIANT Specify color variant(s) [standard|light|dark] (Default: All variants))
|
||||||
|
|
||||||
-s, --size VARIANT Specify size variant [standard|compact] (Default: standard variants)
|
-s, --size VARIANT Specify size variant [standard|compact] (Default: standard variant)
|
||||||
|
|
||||||
|
-l, --libadwaita Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme
|
||||||
|
|
||||||
|
-r, --remove,
|
||||||
|
-u, --uninstall Uninstall/Remove installed themes or links
|
||||||
|
|
||||||
--tweaks Specify versions for tweaks [nord|dracula|black|rimless|normal] (only nord and dracula can not mix use with!)
|
--tweaks Specify versions for tweaks [nord|dracula|black|rimless|normal] (only nord and dracula can not mix use with!)
|
||||||
1. nord: Nord ColorScheme version
|
1. nord: Nord ColorScheme version
|
||||||
@@ -74,8 +82,8 @@ install() {
|
|||||||
local ctype="${6}"
|
local ctype="${6}"
|
||||||
local window="${7}"
|
local window="${7}"
|
||||||
|
|
||||||
[[ "${color}" == '-light' ]] && local ELSE_LIGHT="${color}"
|
[[ "${color}" == '-Light' ]] && local ELSE_LIGHT="${color}"
|
||||||
[[ "${color}" == '-dark' ]] && local ELSE_DARK="${color}"
|
[[ "${color}" == '-Dark' ]] && local ELSE_DARK="${color}"
|
||||||
|
|
||||||
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
||||||
|
|
||||||
@@ -102,20 +110,7 @@ install() {
|
|||||||
|
|
||||||
mkdir -p "${THEME_DIR}/gnome-shell"
|
mkdir -p "${THEME_DIR}/gnome-shell"
|
||||||
cp -r "${SRC_DIR}/main/gnome-shell/pad-osd.css" "${THEME_DIR}/gnome-shell"
|
cp -r "${SRC_DIR}/main/gnome-shell/pad-osd.css" "${THEME_DIR}/gnome-shell"
|
||||||
|
sassc $SASSC_OPT "${SRC_DIR}/main/gnome-shell/gnome-shell${color}.scss" "${THEME_DIR}/gnome-shell/gnome-shell.css"
|
||||||
if [[ "$tweaks" == 'true' ]]; then
|
|
||||||
if [[ "${GS_VERSION:-}" == 'new' ]]; then
|
|
||||||
sassc $SASSC_OPT "${SRC_DIR}/main/gnome-shell/shell-40-0/gnome-shell${color}.scss" "${THEME_DIR}/gnome-shell/gnome-shell.css"
|
|
||||||
else
|
|
||||||
sassc $SASSC_OPT "${SRC_DIR}/main/gnome-shell/shell-3-28/gnome-shell${color}.scss" "${THEME_DIR}/gnome-shell/gnome-shell.css"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
if [[ "${GS_VERSION:-}" == 'new' ]]; then
|
|
||||||
cp -r "${SRC_DIR}/main/gnome-shell/shell-40-0/gnome-shell${color}.css" "${THEME_DIR}/gnome-shell/gnome-shell.css"
|
|
||||||
else
|
|
||||||
cp -r "${SRC_DIR}/main/gnome-shell/shell-3-28/gnome-shell${color}.css" "${THEME_DIR}/gnome-shell/gnome-shell.css"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
cp -r "${SRC_DIR}/assets/gnome-shell/common-assets" "${THEME_DIR}/gnome-shell/assets"
|
cp -r "${SRC_DIR}/assets/gnome-shell/common-assets" "${THEME_DIR}/gnome-shell/assets"
|
||||||
cp -r "${SRC_DIR}/assets/gnome-shell/assets${ELSE_DARK:-}/"*.svg "${THEME_DIR}/gnome-shell/assets"
|
cp -r "${SRC_DIR}/assets/gnome-shell/assets${ELSE_DARK:-}/"*.svg "${THEME_DIR}/gnome-shell/assets"
|
||||||
@@ -136,39 +131,21 @@ install() {
|
|||||||
cp -r "${SRC_DIR}/assets/gtk/assets${theme}${ctype}" "${THEME_DIR}/gtk-3.0/assets"
|
cp -r "${SRC_DIR}/assets/gtk/assets${theme}${ctype}" "${THEME_DIR}/gtk-3.0/assets"
|
||||||
cp -r "${SRC_DIR}/assets/gtk/scalable" "${THEME_DIR}/gtk-3.0/assets"
|
cp -r "${SRC_DIR}/assets/gtk/scalable" "${THEME_DIR}/gtk-3.0/assets"
|
||||||
cp -r "${SRC_DIR}/assets/gtk/thumbnails/thumbnail${theme}${ctype}${ELSE_DARK:-}.png" "${THEME_DIR}/gtk-3.0/thumbnail.png"
|
cp -r "${SRC_DIR}/assets/gtk/thumbnails/thumbnail${theme}${ctype}${ELSE_DARK:-}.png" "${THEME_DIR}/gtk-3.0/thumbnail.png"
|
||||||
|
|
||||||
if [[ "$tweaks" == 'true' ]]; then
|
|
||||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-3.0/gtk${color}.scss" "${THEME_DIR}/gtk-3.0/gtk.css"
|
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-3.0/gtk${color}.scss" "${THEME_DIR}/gtk-3.0/gtk.css"
|
||||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-3.0/gtk-dark.scss" "${THEME_DIR}/gtk-3.0/gtk-dark.css"
|
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-3.0/gtk-Dark.scss" "${THEME_DIR}/gtk-3.0/gtk-dark.css"
|
||||||
else
|
|
||||||
cp -r "${SRC_DIR}/main/gtk-3.0/gtk${color}.css" "${THEME_DIR}/gtk-3.0/gtk.css"
|
|
||||||
cp -r "${SRC_DIR}/main/gtk-3.0/gtk-dark.css" "${THEME_DIR}/gtk-3.0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p "${THEME_DIR}/gtk-4.0"
|
mkdir -p "${THEME_DIR}/gtk-4.0"
|
||||||
cp -r "${SRC_DIR}/assets/gtk/assets${theme}${ctype}" "${THEME_DIR}/gtk-4.0/assets"
|
cp -r "${SRC_DIR}/assets/gtk/assets${theme}${ctype}" "${THEME_DIR}/gtk-4.0/assets"
|
||||||
cp -r "${SRC_DIR}/assets/gtk/scalable" "${THEME_DIR}/gtk-4.0/assets"
|
cp -r "${SRC_DIR}/assets/gtk/scalable" "${THEME_DIR}/gtk-4.0/assets"
|
||||||
cp -r "${SRC_DIR}/assets/gtk/thumbnails/thumbnail${theme}${ctype}${ELSE_DARK:-}.png" "${THEME_DIR}/gtk-4.0/thumbnail.png"
|
cp -r "${SRC_DIR}/assets/gtk/thumbnails/thumbnail${theme}${ctype}${ELSE_DARK:-}.png" "${THEME_DIR}/gtk-4.0/thumbnail.png"
|
||||||
|
|
||||||
if [[ "$tweaks" == 'true' ]]; then
|
|
||||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-4.0/gtk${color}.scss" "${THEME_DIR}/gtk-4.0/gtk.css"
|
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-4.0/gtk${color}.scss" "${THEME_DIR}/gtk-4.0/gtk.css"
|
||||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-4.0/gtk-dark.scss" "${THEME_DIR}/gtk-4.0/gtk-dark.css"
|
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-4.0/gtk-Dark.scss" "${THEME_DIR}/gtk-4.0/gtk-dark.css"
|
||||||
else
|
|
||||||
cp -r "${SRC_DIR}/main/gtk-4.0/gtk${color}.css" "${THEME_DIR}/gtk-4.0/gtk.css"
|
|
||||||
cp -r "${SRC_DIR}/main/gtk-4.0/gtk-dark.css" "${THEME_DIR}/gtk-4.0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p "${THEME_DIR}/cinnamon"
|
mkdir -p "${THEME_DIR}/cinnamon"
|
||||||
cp -r "${SRC_DIR}/assets/cinnamon/common-assets" "${THEME_DIR}/cinnamon/assets"
|
cp -r "${SRC_DIR}/assets/cinnamon/common-assets" "${THEME_DIR}/cinnamon/assets"
|
||||||
cp -r "${SRC_DIR}/assets/cinnamon/assets${ELSE_DARK:-}/"*'.svg' "${THEME_DIR}/cinnamon/assets"
|
cp -r "${SRC_DIR}/assets/cinnamon/assets${ELSE_DARK:-}/"*'.svg' "${THEME_DIR}/cinnamon/assets"
|
||||||
cp -r "${SRC_DIR}/assets/cinnamon/theme${theme}${ctype}/"*'.svg' "${THEME_DIR}/cinnamon/assets"
|
cp -r "${SRC_DIR}/assets/cinnamon/theme${theme}${ctype}/"*'.svg' "${THEME_DIR}/cinnamon/assets"
|
||||||
|
|
||||||
if [[ "$tweaks" == 'true' ]]; then
|
|
||||||
sassc $SASSC_OPT "${SRC_DIR}/main/cinnamon/cinnamon${color}.scss" "${THEME_DIR}/cinnamon/cinnamon.css"
|
sassc $SASSC_OPT "${SRC_DIR}/main/cinnamon/cinnamon${color}.scss" "${THEME_DIR}/cinnamon/cinnamon.css"
|
||||||
else
|
|
||||||
cp -r "${SRC_DIR}/main/cinnamon/cinnamon${color}.css" "${THEME_DIR}/cinnamon/cinnamon.css"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cp -r "${SRC_DIR}/assets/cinnamon/thumbnails/thumbnail${theme}${ctype}${color}.png" "${THEME_DIR}/cinnamon/thumbnail.png"
|
cp -r "${SRC_DIR}/assets/cinnamon/thumbnails/thumbnail${theme}${ctype}${color}.png" "${THEME_DIR}/cinnamon/thumbnail.png"
|
||||||
|
|
||||||
mkdir -p "${THEME_DIR}/metacity-1"
|
mkdir -p "${THEME_DIR}/metacity-1"
|
||||||
@@ -190,16 +167,17 @@ install() {
|
|||||||
sed -i "s/button_offset=6/button_offset=12/" "${THEME_DIR}-xhdpi/xfwm4/themerc"
|
sed -i "s/button_offset=6/button_offset=12/" "${THEME_DIR}-xhdpi/xfwm4/themerc"
|
||||||
|
|
||||||
mkdir -p "${THEME_DIR}/plank"
|
mkdir -p "${THEME_DIR}/plank"
|
||||||
if [[ "$color" == '-light' ]]; then
|
if [[ "$color" == '-Light' ]]; then
|
||||||
cp -r "${SRC_DIR}/main/plank/theme-light/"* "${THEME_DIR}/plank"
|
cp -r "${SRC_DIR}/main/plank/theme-Light${ctype}/"* "${THEME_DIR}/plank"
|
||||||
else
|
else
|
||||||
cp -r "${SRC_DIR}/main/plank/theme-dark/"* "${THEME_DIR}/plank"
|
cp -r "${SRC_DIR}/main/plank/theme-Dark${ctype}/"* "${THEME_DIR}/plank"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
themes=()
|
themes=()
|
||||||
colors=()
|
colors=()
|
||||||
sizes=()
|
sizes=()
|
||||||
|
lcolors=()
|
||||||
|
|
||||||
while [[ $# -gt 0 ]]; do
|
while [[ $# -gt 0 ]]; do
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
@@ -215,20 +193,31 @@ while [[ $# -gt 0 ]]; do
|
|||||||
name="${2}"
|
name="${2}"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
|
-r|--remove|-u|--uninstall)
|
||||||
|
uninstall="true"
|
||||||
|
shift
|
||||||
|
;;
|
||||||
|
-l|--libadwaita)
|
||||||
|
libadwaita="true"
|
||||||
|
shift
|
||||||
|
;;
|
||||||
-c|--color)
|
-c|--color)
|
||||||
shift
|
shift
|
||||||
for color in "${@}"; do
|
for color in "${@}"; do
|
||||||
case "${color}" in
|
case "${color}" in
|
||||||
standard)
|
standard)
|
||||||
colors+=("${COLOR_VARIANTS[0]}")
|
colors+=("${COLOR_VARIANTS[0]}")
|
||||||
|
lcolors+=("${COLOR_VARIANTS[0]}")
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
light)
|
light)
|
||||||
colors+=("${COLOR_VARIANTS[1]}")
|
colors+=("${COLOR_VARIANTS[1]}")
|
||||||
|
lcolors+=("${COLOR_VARIANTS[1]}")
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
dark)
|
dark)
|
||||||
colors+=("${COLOR_VARIANTS[2]}")
|
colors+=("${COLOR_VARIANTS[2]}")
|
||||||
|
lcolors+=("${COLOR_VARIANTS[2]}")
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-*|--*)
|
-*|--*)
|
||||||
@@ -328,30 +317,30 @@ while [[ $# -gt 0 ]]; do
|
|||||||
case "$variant" in
|
case "$variant" in
|
||||||
nord)
|
nord)
|
||||||
nord="true"
|
nord="true"
|
||||||
ctype="-nord"
|
ctype="-Nord"
|
||||||
echo -e "Install Nord ColorScheme version! ..."
|
echo -e "Nord ColorScheme version! ..."
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
dracula)
|
dracula)
|
||||||
dracula="true"
|
dracula="true"
|
||||||
ctype="-dracula"
|
ctype="-Dracula"
|
||||||
echo -e "Install Dracula ColorScheme version! ..."
|
echo -e "Dracula ColorScheme version! ..."
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
black)
|
black)
|
||||||
blackness="true"
|
blackness="true"
|
||||||
echo -e "Install Blackness version! ..."
|
echo -e "Blackness version! ..."
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
rimless)
|
rimless)
|
||||||
rimless="true"
|
rimless="true"
|
||||||
echo -e "Install Rimless version! ..."
|
echo -e "Rimless version! ..."
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
normal)
|
normal)
|
||||||
normal="true"
|
normal="true"
|
||||||
window="-normal"
|
window="-Normal"
|
||||||
echo -e "Install Normal window button version! ..."
|
echo -e "Normal window button version! ..."
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-*)
|
-*)
|
||||||
@@ -385,6 +374,10 @@ if [[ "${#colors[@]}" -eq 0 ]] ; then
|
|||||||
colors=("${COLOR_VARIANTS[@]}")
|
colors=("${COLOR_VARIANTS[@]}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "${#lcolors[@]}" -eq 0 ]] ; then
|
||||||
|
lcolors=("${COLOR_VARIANTS[1]}")
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "${#sizes[@]}" -eq 0 ]] ; then
|
if [[ "${#sizes[@]}" -eq 0 ]] ; then
|
||||||
sizes=("${SIZE_VARIANTS[0]}")
|
sizes=("${SIZE_VARIANTS[0]}")
|
||||||
fi
|
fi
|
||||||
@@ -442,44 +435,50 @@ normal_winbutton() {
|
|||||||
sed -i "/\$window_button:/s/mac/normal/" ${SRC_DIR}/sass/_tweaks-temp.scss
|
sed -i "/\$window_button:/s/mac/normal/" ${SRC_DIR}/sass/_tweaks-temp.scss
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gnome_shell_version() {
|
||||||
|
cp -rf ${SRC_DIR}/sass/gnome-shell/_common.scss ${SRC_DIR}/sass/gnome-shell/_common-temp.scss
|
||||||
|
|
||||||
|
sed -i "/\widgets/s/40-0/${GS_VERSION}/" ${SRC_DIR}/sass/gnome-shell/_common-temp.scss
|
||||||
|
|
||||||
|
if [[ "${GS_VERSION}" == '3-28' ]]; then
|
||||||
|
sed -i "/\extensions/s/40-0/${GS_VERSION}/" ${SRC_DIR}/sass/gnome-shell/_common-temp.scss
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
theme_color() {
|
theme_color() {
|
||||||
if [[ "$theme" != '' ]]; then
|
if [[ "$theme" != '' ]]; then
|
||||||
case "$theme" in
|
case "$theme" in
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color='purple'
|
theme_color='purple'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color='pink'
|
theme_color='pink'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color='red'
|
theme_color='red'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color='orange'
|
theme_color='orange'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color='yellow'
|
theme_color='yellow'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color='green'
|
theme_color='green'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color='teal'
|
theme_color='teal'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color='grey'
|
theme_color='grey'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
tweaks_temp
|
||||||
sed -i "/\$theme:/s/default/${theme_color}/" ${SRC_DIR}/sass/_tweaks-temp.scss
|
sed -i "/\$theme:/s/default/${theme_color}/" ${SRC_DIR}/sass/_tweaks-temp.scss
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
theme_tweaks() {
|
theme_tweaks() {
|
||||||
if [[ "$accent" == 'true' || "$compact" == 'true' || "$nord" == 'true' || "$dracula" == 'true' || "$rimless" == 'true' || "$blackness" == 'true' || "$normal" == 'true' ]]; then
|
|
||||||
tweaks='true'
|
|
||||||
install_package; tweaks_temp
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "$accent" = "true" ]] ; then
|
if [[ "$accent" = "true" ]] ; then
|
||||||
theme_color
|
theme_color
|
||||||
fi
|
fi
|
||||||
@@ -509,6 +508,73 @@ theme_tweaks() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uninstall_link() {
|
||||||
|
rm -rf "${HOME}/.config/gtk-4.0/"{assets,windows-assets,gtk.css,gtk-dark.css} && echo -e "\nUninstall ${HOME}/.config/gtk-4.0 links ..."
|
||||||
|
}
|
||||||
|
|
||||||
|
link_libadwaita() {
|
||||||
|
local dest="${1}"
|
||||||
|
local name="${2}"
|
||||||
|
local theme="${3}"
|
||||||
|
local color="${4}"
|
||||||
|
local size="${5}"
|
||||||
|
local ctype="${6}"
|
||||||
|
|
||||||
|
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"
|
||||||
|
ln -sf "${THEME_DIR}/gtk-4.0/assets" "${HOME}/.config/gtk-4.0/assets"
|
||||||
|
ln -sf "${THEME_DIR}/gtk-4.0/gtk.css" "${HOME}/.config/gtk-4.0/gtk.css"
|
||||||
|
ln -sf "${THEME_DIR}/gtk-4.0/gtk-dark.css" "${HOME}/.config/gtk-4.0/gtk-dark.css"
|
||||||
|
}
|
||||||
|
|
||||||
|
link_theme() {
|
||||||
|
for theme in "${themes[@]}"; do
|
||||||
|
for color in "${lcolors[@]}"; do
|
||||||
|
for size in "${sizes[@]}"; do
|
||||||
|
link_libadwaita "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype"
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
clean() {
|
||||||
|
local dest="${1}"
|
||||||
|
local name="${2}"
|
||||||
|
local theme="${3}"
|
||||||
|
local color="${4}"
|
||||||
|
local size="${5}"
|
||||||
|
local type="${6}"
|
||||||
|
local screen="${7}"
|
||||||
|
|
||||||
|
local THEME_DIR="${1}/${2}${3}${4}${5}${6}${7}"
|
||||||
|
|
||||||
|
if [[ ${theme} == '' && ${color} == '' && ${size} == '' && ${type} == '' ]]; then
|
||||||
|
cleantheme='none'
|
||||||
|
elif [[ -d ${THEME_DIR} ]]; then
|
||||||
|
rm -rf ${THEME_DIR}
|
||||||
|
echo -e "Find: ${THEME_DIR} ! removing it ..."
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
clean_theme() {
|
||||||
|
for theme in '' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-teal' '-grey'; do
|
||||||
|
for color in '' '-light' '-dark'; do
|
||||||
|
for size in '' '-compact'; do
|
||||||
|
for type in '' '-nord' '-dracula'; do
|
||||||
|
for screen in '' '-hdpi' '-xhdpi'; do
|
||||||
|
clean "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${theme}" "${color}" "${size}" "${type}" "${screen}"
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
install_theme() {
|
install_theme() {
|
||||||
for theme in "${themes[@]}"; do
|
for theme in "${themes[@]}"; do
|
||||||
for color in "${colors[@]}"; do
|
for color in "${colors[@]}"; do
|
||||||
@@ -524,7 +590,45 @@ install_theme() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
install_theme
|
uninstall() {
|
||||||
|
local dest="${1}"
|
||||||
|
local name="${2}"
|
||||||
|
local theme="${3}"
|
||||||
|
local color="${4}"
|
||||||
|
local size="${5}"
|
||||||
|
local ctype="${6}"
|
||||||
|
|
||||||
|
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
||||||
|
|
||||||
|
if [[ -d "${THEME_DIR}" ]]; then
|
||||||
|
echo -e "Uninstall ${THEME_DIR}... "
|
||||||
|
rm -rf "${THEME_DIR}"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
uninstall_theme() {
|
||||||
|
for theme in "${themes[@]}"; do
|
||||||
|
for color in "${colors[@]}"; do
|
||||||
|
for size in "${sizes[@]}"; do
|
||||||
|
uninstall "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype"
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
if [[ "$uninstall" == 'true' ]]; then
|
||||||
|
if [[ "$libadwaita" == 'true' ]]; then
|
||||||
|
echo -e "\nUninstall ${HOME}/.config/gtk-4.0 links ..."
|
||||||
|
uninstall_link
|
||||||
|
else
|
||||||
|
echo && uninstall_theme && uninstall_link
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
clean_theme && install_package && tweaks_temp && gnome_shell_version && install_theme
|
||||||
|
if [[ "$libadwaita" == 'true' ]]; then
|
||||||
|
uninstall_link && link_theme
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo Done.
|
echo Done.
|
||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 168 B |
69
src/assets/cinnamon/assets-Dark/toggle-off.svg
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg1878"
|
||||||
|
sodipodi:docname="toggle-off.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1882">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter1830"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur1832" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1880"
|
||||||
|
pagecolor="#4d4d4d"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#6b6b6b"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="4.17193"
|
||||||
|
inkscape:cx="-13.662741"
|
||||||
|
inkscape:cy="-9.2283427"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg1878" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
rx="12"
|
||||||
|
ry="12"
|
||||||
|
id="rect2"
|
||||||
|
style="opacity:0.45;fill:#ffffff" />
|
||||||
|
<circle
|
||||||
|
cx="12"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
id="circle1465"
|
||||||
|
style="opacity:0.1;fill:#000000;filter:url(#filter1830)" />
|
||||||
|
<circle
|
||||||
|
cx="12"
|
||||||
|
cy="12.089559"
|
||||||
|
r="9"
|
||||||
|
id="circle4"
|
||||||
|
style="fill:#ffffff" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 573 B |
@@ -1,4 +0,0 @@
|
|||||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#ffffff" opacity=".35" stroke-width="0" style="paint-order:stroke fill markers"/>
|
|
||||||
<circle cx="9.98" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 376 B |
@@ -1,4 +1,73 @@
|
|||||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#000000" opacity=".35" stroke-width="0" style="paint-order:stroke fill markers"/>
|
<svg
|
||||||
<circle cx="9.98" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg1266"
|
||||||
|
sodipodi:docname="toggle-off.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1270">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter1830"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur1832" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1268"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="-29.722455"
|
||||||
|
inkscape:cy="-10.007359"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg1266">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1463" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
rx="12"
|
||||||
|
ry="12"
|
||||||
|
id="rect2"
|
||||||
|
style="fill:#000000;opacity:0.35" />
|
||||||
|
<circle
|
||||||
|
cx="12"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
id="circle1465"
|
||||||
|
style="fill:#000000;filter:url(#filter1830);opacity:0.15" />
|
||||||
|
<circle
|
||||||
|
cx="12"
|
||||||
|
cy="12.089559"
|
||||||
|
r="9"
|
||||||
|
id="circle4"
|
||||||
|
style="fill:#ffffff" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 1.8 KiB |
@@ -1,122 +1,122 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
for theme in '' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-teal' '-grey'; do
|
for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Grey'; do
|
||||||
for type in '' '-nord' '-dracula'; do
|
for type in '' '-Nord' '-Dracula'; do
|
||||||
case "$theme" in
|
case "$theme" in
|
||||||
'')
|
'')
|
||||||
theme_color_dark='#3c84f7'
|
theme_color_dark='#3c84f7'
|
||||||
theme_color_light='#5b9bf8'
|
theme_color_light='#5b9bf8'
|
||||||
;;
|
;;
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color_dark='#AB47BC'
|
theme_color_dark='#AB47BC'
|
||||||
theme_color_light='#BA68C8'
|
theme_color_light='#BA68C8'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color_dark='#EC407A'
|
theme_color_dark='#EC407A'
|
||||||
theme_color_light='#F06292'
|
theme_color_light='#F06292'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color_dark='#E53935'
|
theme_color_dark='#E53935'
|
||||||
theme_color_light='#F44336'
|
theme_color_light='#F44336'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color_dark='#F57C00'
|
theme_color_dark='#F57C00'
|
||||||
theme_color_light='#FB8C00'
|
theme_color_light='#FB8C00'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color_dark='#FBC02D'
|
theme_color_dark='#FBC02D'
|
||||||
theme_color_light='#FFD600'
|
theme_color_light='#FFD600'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color_dark='#4CAF50'
|
theme_color_dark='#4CAF50'
|
||||||
theme_color_light='#66BB6A'
|
theme_color_light='#66BB6A'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color_dark='#009688'
|
theme_color_dark='#009688'
|
||||||
theme_color_light='#4DB6AC'
|
theme_color_light='#4DB6AC'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color_dark='#464646'
|
theme_color_dark='#464646'
|
||||||
theme_color_light='#DDDDDD'
|
theme_color_light='#DDDDDD'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ "$type" == '-nord' ]]; then
|
if [[ "$type" == '-Nord' ]]; then
|
||||||
case "$theme" in
|
case "$theme" in
|
||||||
'')
|
'')
|
||||||
theme_color_dark='#5e81ac'
|
theme_color_dark='#5e81ac'
|
||||||
theme_color_light='#89a3c2'
|
theme_color_light='#89a3c2'
|
||||||
;;
|
;;
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color_dark='#b57daa'
|
theme_color_dark='#b57daa'
|
||||||
theme_color_light='#c89dbf'
|
theme_color_light='#c89dbf'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color_dark='#cd7092'
|
theme_color_dark='#cd7092'
|
||||||
theme_color_light='#dc98b1'
|
theme_color_light='#dc98b1'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color_dark='#c35b65'
|
theme_color_dark='#c35b65'
|
||||||
theme_color_light='#d4878f'
|
theme_color_light='#d4878f'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color_dark='#d0846c'
|
theme_color_dark='#d0846c'
|
||||||
theme_color_light='#dca493'
|
theme_color_light='#dca493'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color_dark='#e4b558'
|
theme_color_dark='#e4b558'
|
||||||
theme_color_light='#eac985'
|
theme_color_light='#eac985'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color_dark='#82ac5d'
|
theme_color_dark='#82ac5d'
|
||||||
theme_color_light='#a0c082'
|
theme_color_light='#a0c082'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color_dark='#63a6a5'
|
theme_color_dark='#63a6a5'
|
||||||
theme_color_light='#83b9b8'
|
theme_color_light='#83b9b8'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color_dark='#3a4150'
|
theme_color_dark='#3a4150'
|
||||||
theme_color_light='#d9dce3'
|
theme_color_light='#d9dce3'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$type" == '-dracula' ]]; then
|
if [[ "$type" == '-Dracula' ]]; then
|
||||||
case "$theme" in
|
case "$theme" in
|
||||||
'')
|
'')
|
||||||
theme_color_dark='#a679ec'
|
theme_color_dark='#a679ec'
|
||||||
theme_color_light='#bd93f9'
|
theme_color_light='#bd93f9'
|
||||||
;;
|
;;
|
||||||
-purple)
|
-Purple)
|
||||||
theme_color_dark='#a679ec'
|
theme_color_dark='#a679ec'
|
||||||
theme_color_light='#bd93f9'
|
theme_color_light='#bd93f9'
|
||||||
;;
|
;;
|
||||||
-pink)
|
-Pink)
|
||||||
theme_color_dark='#f04cab'
|
theme_color_dark='#f04cab'
|
||||||
theme_color_light='#ff79c6'
|
theme_color_light='#ff79c6'
|
||||||
;;
|
;;
|
||||||
-red)
|
-Red)
|
||||||
theme_color_dark='#f44d4d'
|
theme_color_dark='#f44d4d'
|
||||||
theme_color_light='#ff5555'
|
theme_color_light='#ff5555'
|
||||||
;;
|
;;
|
||||||
-orange)
|
-Orange)
|
||||||
theme_color_dark='#f8a854'
|
theme_color_dark='#f8a854'
|
||||||
theme_color_light='#ffb86c'
|
theme_color_light='#ffb86c'
|
||||||
;;
|
;;
|
||||||
-yellow)
|
-Yellow)
|
||||||
theme_color_dark='#e8f467'
|
theme_color_dark='#e8f467'
|
||||||
theme_color_light='#f1fa8c'
|
theme_color_light='#f1fa8c'
|
||||||
;;
|
;;
|
||||||
-green)
|
-Green)
|
||||||
theme_color_dark='#4be772'
|
theme_color_dark='#4be772'
|
||||||
theme_color_light='#50fa7b'
|
theme_color_light='#50fa7b'
|
||||||
;;
|
;;
|
||||||
-teal)
|
-Teal)
|
||||||
theme_color_dark='#20eed9'
|
theme_color_dark='#20eed9'
|
||||||
theme_color_light='#50fae9'
|
theme_color_light='#50fae9'
|
||||||
;;
|
;;
|
||||||
-grey)
|
-Grey)
|
||||||
theme_color_dark='#3c3f51'
|
theme_color_dark='#3c3f51'
|
||||||
theme_color_light='#d9dae3'
|
theme_color_light='#d9dae3'
|
||||||
;;
|
;;
|
||||||
@@ -124,10 +124,12 @@ for theme in '' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-teal' '-
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$type" != '' ]]; then
|
if [[ "$type" != '' ]]; then
|
||||||
|
rm -rf "theme${theme}${type}"
|
||||||
cp -rf "theme" "theme${theme}${type}"
|
cp -rf "theme" "theme${theme}${type}"
|
||||||
sed -i "s/#3c84f7/${theme_color_dark}/g" "theme${theme}${type}"/*.svg
|
sed -i "s/#3c84f7/${theme_color_dark}/g" "theme${theme}${type}"/*.svg
|
||||||
sed -i "s/#5b9bf8/${theme_color_light}/g" "theme${theme}${type}"/*.svg
|
sed -i "s/#5b9bf8/${theme_color_light}/g" "theme${theme}${type}"/*.svg
|
||||||
elif [[ "$theme" != '' ]]; then
|
elif [[ "$theme" != '' ]]; then
|
||||||
|
rm -rf "theme${theme}"
|
||||||
cp -rf "theme" "theme${theme}"
|
cp -rf "theme" "theme${theme}"
|
||||||
sed -i "s/#3c84f7/${theme_color_dark}/g" "theme${theme}"/*.svg
|
sed -i "s/#3c84f7/${theme_color_dark}/g" "theme${theme}"/*.svg
|
||||||
sed -i "s/#5b9bf8/${theme_color_light}/g" "theme${theme}"/*.svg
|
sed -i "s/#5b9bf8/${theme_color_light}/g" "theme${theme}"/*.svg
|
||||||
|
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Dracula/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#a679ec"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#bd93f9;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Dracula/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#a679ec"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Green-Dracula/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#4be772"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#50fa7b;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Green-Dracula/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#4be772"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Green-Nord/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#82ac5d"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#a0c082;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Green-Nord/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#82ac5d"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Green/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#4CAF50"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#66BB6A;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Green/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#4CAF50"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Grey-Dracula/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#3c3f51"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#d9dae3;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Grey-Dracula/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#3c3f51"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Grey-Nord/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#3a4150"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#d9dce3;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Grey-Nord/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#3a4150"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Grey/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#464646"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#DDDDDD;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Grey/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#464646"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Nord/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#5e81ac"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#89a3c2;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Nord/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#5e81ac"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Orange-Dracula/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#f8a854"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#ffb86c;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Orange-Dracula/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#f8a854"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
75
src/assets/cinnamon/theme-Orange-Nord/toggle-on-dark.svg
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg160"
|
||||||
|
sodipodi:docname="toggle-on-dark.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs164">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview162"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.34386"
|
||||||
|
inkscape:cx="21.093355"
|
||||||
|
inkscape:cy="12.164634"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg160" />
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#d0846c"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#dca493;fill-opacity:1"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
81
src/assets/cinnamon/theme-Orange-Nord/toggle-on.svg
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="46"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="toggle-on.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10">
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter898"
|
||||||
|
x="-0.108"
|
||||||
|
y="-0.108"
|
||||||
|
width="1.216"
|
||||||
|
height="1.216">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.81"
|
||||||
|
id="feGaussianBlur900" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.9"
|
||||||
|
inkscape:cx="18.38983"
|
||||||
|
inkscape:cy="-12.79661"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid340"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="-0.019988"
|
||||||
|
width="46"
|
||||||
|
height="24.019987"
|
||||||
|
rx="12.009994"
|
||||||
|
ry="12.009994"
|
||||||
|
fill="#d0846c"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="rect2" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||||
|
id="circle342" />
|
||||||
|
<circle
|
||||||
|
cx="34"
|
||||||
|
cy="12"
|
||||||
|
r="9"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width="0"
|
||||||
|
style="paint-order:stroke fill markers"
|
||||||
|
id="circle4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |