Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDexter Gaon-Shatford <dexter@gaonshatford.ca>2022-01-18 08:56:03 +0300
committerDexter Gaon-Shatford <dexter@gaonshatford.ca>2022-01-18 09:55:49 +0300
commit7c33f13115353a7563b67883637943db1fb42367 (patch)
treec671c15cac287e7257e9ca69d9c3e1af81ea0f02 /themes
parent5574cc8e2462349ae953a9d0a4ed2dbe7dfeeba9 (diff)
CHANGE(ui): Make lock icons fit with other icons
The current channel lock icons introduced for 1.4.x use a line-art style. This stands out against the other icons that show in the channel tree (user mute status, comments, friend hearts, etc.) because they are all filled in. The included changes to the icons are: - Switch to a filled-in style - Set opacity to 75% to match other icons - Slightly shrink them, as they look somewhat large compared to the channel comment icon.
Diffstat (limited to 'themes')
-rw-r--r--themes/Default/lock_locked.svg11
-rw-r--r--themes/Default/lock_unlocked.svg11
2 files changed, 6 insertions, 16 deletions
diff --git a/themes/Default/lock_locked.svg b/themes/Default/lock_locked.svg
index 77fbb5eea..984c680ae 100644
--- a/themes/Default/lock_locked.svg
+++ b/themes/Default/lock_locked.svg
@@ -5,16 +5,11 @@
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
- <dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
- <g stroke="#ea4335">
- <path d="m28.7 130.69h242.6v151.71h-242.6z" fill="none" stroke-linejoin="round" stroke-width="26.666"/>
- <path d="m70.208 130.23s-0.18471-43.411 0-63.689c0-64.821 159.67-65.653 159.67 0v63.667" fill="none" stroke-width="26.666"/>
- <g transform="matrix(2.0963 0 0 1.9396 -100.27 -155.27)" fill="#ea4335">
- <ellipse cx="119.39" cy="176.13" rx="6.978" ry="7.541" stroke-linejoin="round" stroke-width="10.746"/>
- <path d="m112.19 180.38-1.1308 28.275h16.833l-1.09-28.254" stroke-width=".806"/>
- </g>
+ <g transform="matrix(.76383 0 0 .76579 35.426 35.133)" opacity=".75" stroke="#ea4335" stroke-width="34.866">
+ <path d="m28.7 130.69h242.6v151.71h-242.6z" fill="#ea4335" stroke-linejoin="round"/>
+ <path d="m70.208 130.23s-0.18471-43.411 0-63.689c0-64.821 159.67-65.653 159.67 0v63.667" fill="none" stroke-width="39.225"/>
</g>
</svg>
diff --git a/themes/Default/lock_unlocked.svg b/themes/Default/lock_unlocked.svg
index f3e15832d..2b3493970 100644
--- a/themes/Default/lock_unlocked.svg
+++ b/themes/Default/lock_unlocked.svg
@@ -5,16 +5,11 @@
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
- <dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
- <g stroke="#34a853">
- <path d="m28.7 130.69h242.6v151.71h-242.6z" fill="none" stroke-linejoin="round" stroke-width="26.666"/>
- <path d="m70.208 142.99s-0.18471-56.177 0-76.455c0-64.821 159.67-63.663 159.67-29.916v31.988" fill="none" stroke-width="26.666"/>
- <g transform="matrix(2.0963 0 0 1.9396 -100.27 -155.27)" fill="#34a853">
- <ellipse cx="119.39" cy="176.13" rx="6.978" ry="7.541" stroke-linejoin="round" stroke-width="10.746"/>
- <path d="m112.19 180.38-1.1308 28.275h16.833l-1.09-28.254" stroke-width=".806"/>
- </g>
+ <g transform="matrix(.74985 0 0 .74963 37.552 36.487)" opacity=".75" stroke="#34a853">
+ <path d="m28.7 130.17h242.6v149.22h-242.6z" fill="#34a853" stroke-linejoin="round" stroke-width="37.535"/>
+ <path d="m70.208 142.99s-0.04402-82.965 0-103.24c0.1407-64.821 159.67-63.663 159.67-29.916v31.988" fill="none" stroke="#34a853" stroke-width="40.014"/>
</g>
</svg>