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/cinnamon/assets/add-workspace-hover.svg | |
parent | 700c23d2f61fc5e03095c363fd13470861678f75 (diff) | |
download | dotfiles-f627c63713c809c658e48de0b3e5bef226badaec.tar.gz dotfiles-f627c63713c809c658e48de0b3e5bef226badaec.zip |
Diffstat (limited to 'themes/materia-cyberpunk-neon/cinnamon/assets/add-workspace-hover.svg')
-rw-r--r-- | themes/materia-cyberpunk-neon/cinnamon/assets/add-workspace-hover.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/materia-cyberpunk-neon/cinnamon/assets/add-workspace-hover.svg b/themes/materia-cyberpunk-neon/cinnamon/assets/add-workspace-hover.svg new file mode 100644 index 0000000..6addf58 --- /dev/null +++ b/themes/materia-cyberpunk-neon/cinnamon/assets/add-workspace-hover.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="35" height="200"> + <defs> + <filter id="a" x="-.5" y="-.5" width="2" height="2" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation="1.65"/> + </filter> + </defs> + <path d="M7 5h28v190H7a2 2 0 01-2-2V7c0-1.1.9-2 2-2z" fill="#000000" fill-opacity=".4" filter="url(#a)" transform="translate(0 1)"/> + <path d="M7 5h28v190H7a2 2 0 01-2-2V7c0-1.1.9-2 2-2z" fill="#0abdc6"/> + <path d="M18 94a1 1 0 00-1 1v4h-4a1 1 0 100 2h4v4a1 1 0 102 0v-4h4a1 1 0 100-2h-4v-4a1 1 0 00-1-1zm8 6a8 8 0 01-8 8 8 8 0 01-8-8 8 8 0 018-8 8 8 0 018 8z" fill="#000000" fill-opacity=".87"/> +</svg> |