mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 14:14:39 +00:00
use bedtime moon for dark mode
This commit is contained in:
+1
-1
@@ -635,7 +635,7 @@ object AppearanceScope {
|
||||
verticalArrangement = Arrangement.Center,
|
||||
horizontalAlignment = Alignment.CenterHorizontally
|
||||
) {
|
||||
Icon(painterResource(if (themeMode == DefaultThemeMode.LIGHT) MR.images.ic_light_mode else MR.images.ic_dark_mode), stringResource(MR.strings.color_mode_light), tint = MaterialTheme.colors.secondary)
|
||||
Icon(painterResource(if (themeMode == DefaultThemeMode.LIGHT) MR.images.ic_light_mode else MR.images.ic_bedtime_moon), stringResource(MR.strings.color_mode_light), tint = MaterialTheme.colors.secondary)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M483.82-81.5q-83.12 0-156.43-31.82-73.32-31.81-127.85-86.25Q145-254 113.25-327.25 81.5-400.5 81.5-484q0-131.24 77-236.62t202.35-146.46q16.05-4.92 29.85 4.83t11.8 25.75q-6.5 88.5 24 170.4t94 145.35Q583.5-458 665.75-427t170.75 24q15-1.5 24.75 12.25t5.25 29.25q-40 125.5-145.35 202.75Q615.81-81.5 483.82-81.5ZM484-139q100.95 0 183.22-57.5Q749.5-254 800-343q-90.29-7.95-173.55-41.22Q543.2-417.5 479.5-481q-63.96-62.86-96.73-145.68Q350-709.5 342.5-798.5q-89 48.5-146.25 131.03Q139-584.95 139-484q0 144.38 100.31 244.69T484-139Zm-5-342Z"/></svg>
|
||||
|
After Width: | Height: | Size: 640 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M480-121.5q-149.5 0-254-104.5T121.5-480q0-133 78.75-227.5T406-829q21-4.5 35.25-1T463-815.75q7 10.25 6 26t-9.5 37.25q-8 22.5-12.25 45.53Q443-683.93 443-660q0 90.42 63.29 153.71Q569.58-443 660-443q24 0 46.25-3.75t44.25-10.75q24-9 40.75-8.5t26.75 8q9.5 8 12.25 22.96Q833-420.09 828-398q-28 118.5-121.6 197.5t-226.4 79Zm.16-57.5q108.84 0 190.59-68.25T773-408q-25.83 10.95-54.92 16.73-29.08 5.77-57.99 5.77-114.41 0-194.5-80.09t-80.09-194.5q0-23.91 5.02-51.99Q395.55-740.17 409-776q-99.5 27.5-164.75 110.51Q179-582.47 179-479.83q0 125.37 87.84 213.1Q354.68-179 480.16-179Zm-3.66-298.5Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 690 B |
Reference in New Issue
Block a user