ENH:dark mode of imgui part

Change-Id: I42975f9004be1a348db83f1a5790490dbc444c9d
This commit is contained in:
liz.li 2022-11-15 19:28:46 +08:00 committed by Lane.Wei
parent 1400e9d63a
commit df260dd724
81 changed files with 877 additions and 297 deletions

View file

@ -0,0 +1,4 @@
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50 98C76.5097 98 98 76.5097 98 50C98 23.4903 76.5097 2 50 2C23.4903 2 2 23.4903 2 50C2 76.5097 23.4903 98 50 98Z" fill="#3E3E45"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 50C23 48.3431 24.3431 47 26 47H74C75.6569 47 77 48.3431 77 50C77 51.6569 75.6569 53 74 53H26C24.3431 53 23 51.6569 23 50Z" fill="#818183"/>
</svg>

After

Width:  |  Height:  |  Size: 441 B