diff options
author | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
commit | f627c63713c809c658e48de0b3e5bef226badaec (patch) | |
tree | 4e2724ce7f762f065e2b5c6342a4e2975ab24fae /themes/materia-cyberpunk-neon/metacity-1/assets | |
parent | 700c23d2f61fc5e03095c363fd13470861678f75 (diff) | |
download | dotfiles-f627c63713c809c658e48de0b3e5bef226badaec.tar.gz dotfiles-f627c63713c809c658e48de0b3e5bef226badaec.zip |
Diffstat (limited to 'themes/materia-cyberpunk-neon/metacity-1/assets')
8 files changed, 24 insertions, 0 deletions
diff --git a/themes/materia-cyberpunk-neon/metacity-1/assets/button.svg b/themes/materia-cyberpunk-neon/metacity-1/assets/button.svg new file mode 100644 index 0000000..51c67bf --- /dev/null +++ b/themes/materia-cyberpunk-neon/metacity-1/assets/button.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> + <circle cx="12" cy="12" r="12"/> +</svg> diff --git a/themes/materia-cyberpunk-neon/metacity-1/assets/close.svg b/themes/materia-cyberpunk-neon/metacity-1/assets/close.svg new file mode 100644 index 0000000..1fe0805 --- /dev/null +++ b/themes/materia-cyberpunk-neon/metacity-1/assets/close.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> + <path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z"/> +</svg> diff --git a/themes/materia-cyberpunk-neon/metacity-1/assets/maximize.svg b/themes/materia-cyberpunk-neon/metacity-1/assets/maximize.svg new file mode 100644 index 0000000..02d76eb --- /dev/null +++ b/themes/materia-cyberpunk-neon/metacity-1/assets/maximize.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/themes/materia-cyberpunk-neon/metacity-1/assets/menu.svg b/themes/materia-cyberpunk-neon/metacity-1/assets/menu.svg new file mode 100644 index 0000000..ad8570a --- /dev/null +++ b/themes/materia-cyberpunk-neon/metacity-1/assets/menu.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> + <circle cx="12" cy="12" r="2"/> +</svg> diff --git a/themes/materia-cyberpunk-neon/metacity-1/assets/minimize.svg b/themes/materia-cyberpunk-neon/metacity-1/assets/minimize.svg new file mode 100644 index 0000000..dc1fa3f --- /dev/null +++ b/themes/materia-cyberpunk-neon/metacity-1/assets/minimize.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/themes/materia-cyberpunk-neon/metacity-1/assets/shade.svg b/themes/materia-cyberpunk-neon/metacity-1/assets/shade.svg new file mode 100644 index 0000000..29aeeae --- /dev/null +++ b/themes/materia-cyberpunk-neon/metacity-1/assets/shade.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> + <path d="m6 14 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> +</svg> diff --git a/themes/materia-cyberpunk-neon/metacity-1/assets/unmaximize.svg b/themes/materia-cyberpunk-neon/metacity-1/assets/unmaximize.svg new file mode 100644 index 0000000..cd03f34 --- /dev/null +++ b/themes/materia-cyberpunk-neon/metacity-1/assets/unmaximize.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/themes/materia-cyberpunk-neon/metacity-1/assets/unshade.svg b/themes/materia-cyberpunk-neon/metacity-1/assets/unshade.svg new file mode 100644 index 0000000..fa98887 --- /dev/null +++ b/themes/materia-cyberpunk-neon/metacity-1/assets/unshade.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> + <path d="m18 10-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> +</svg> |