Skip to content

Commit

Permalink
change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xianfei committed Jul 8, 2023
1 parent 1f1ad4a commit b6515ee
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 264 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ SysMocap

### 特色

🌟 好看的用户图形界面(得益于Material Design 3自动取色系统)
🌟 好看的用户图形界面(得益于Material Design 3自动取色系统),且支持深色模式

![UI](https://user-images.githubusercontent.com/8101613/213859221-0297a443-7df3-493e-b8e0-c1b439791fcf.jpg)
![UI-dark](https://github.com/xianfei/SysMocap/assets/8101613/5a4ee656-9431-4518-b80e-d5956f8712c0)

🌟 简单易用,只需拖拽即可导入虚拟形象模型

Expand Down
13 changes: 13 additions & 0 deletions icons/convert_icon.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sips -z 16 16 sysmocap-icon-2.png --out tmp.iconset/icon_16x16.png
sips -z 32 32 sysmocap-icon-2.png --out tmp.iconset/icon_16x16@2x.png
sips -z 32 32 sysmocap-icon-2.png --out tmp.iconset/icon_32x32.png
sips -z 64 64 sysmocap-icon-2.png --out tmp.iconset/icon_32x32@2x.png
sips -z 128 128 sysmocap-icon-2.png --out tmp.iconset/icon_128x128.png
sips -z 256 256 sysmocap-icon-2.png --out tmp.iconset/icon_128x128@2x.png
sips -z 256 256 sysmocap-icon-2.png --out tmp.iconset/icon_256x256.png
sips -z 512 512 sysmocap-icon-2.png --out tmp.iconset/icon_256x256@2x.png
sips -z 512 512 sysmocap-icon-2.png --out tmp.iconset/icon_512x512.png
sips -z 1024 1024 sysmocap-icon-2.png --out tmp.iconset/icon_512x512@2x.png
iconutil -c icns tmp.iconset -o sysmocap.icns
# brew install imagemagick
convert -density 384 sysmocap-icon-2.png -define icon:auto-resize sysmocap.ico
Binary file added icons/sysmocap-icon-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/sysmocap.icns
Binary file not shown.
Binary file added icons/sysmocap.ico
Binary file not shown.
Binary file added icons/tmp.iconset/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tmp.iconset/icon_128x128@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tmp.iconset/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tmp.iconset/icon_16x16@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tmp.iconset/icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tmp.iconset/icon_256x256@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tmp.iconset/icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tmp.iconset/icon_32x32@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tmp.iconset/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tmp.iconset/icon_512x512@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mainview/framework.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<div
class="titlebar-ver"
>
v{{appVersion}}
Beta, v{{appVersion}}
</div>
</div>

Expand Down
3 changes: 2 additions & 1 deletion mainview/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ blockquote {
opacity: 0.8;
position: absolute;
display: inline-block;
width: 34px;
width: 62px;
height: 14px;
line-height: 14px;
text-align: center;
Expand All @@ -54,6 +54,7 @@ blockquote {
padding: 2px;
border-radius: 7px;
margin: 3px;
margin-left: 6px;
}

@media (prefers-color-scheme: dark) {
Expand Down
Loading

0 comments on commit b6515ee

Please sign in to comment.