Skip to content

Commit b694f7d

Browse files
committedJan 11, 2025
new readme pictures
1 parent 8ddcf7e commit b694f7d

19 files changed

+15
-15
lines changed
 

‎README.md

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
![page48](Screenshots/meant_to_be_coast.png)
1+
![page48](Screenshots/weather_clean_purple.png)
22

3-
<h1 align="center">Overmorrow</h1>
3+
<h1 align="center">overmorrow</h1>
44

55
<div align="center">
6-
<img alt="GitHub License" src="https://img.shields.io/github/license/bmaroti9/Overmorrow?style=flat-square&labelColor=%231B262E&color=%23E7F5F4">
7-
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/bmaroti9/Overmorrow?style=flat-square&labelColor=%231B262E&color=%23E7F5F4">
6+
<img alt="GitHub License" src="https://img.shields.io/github/license/bmaroti9/Overmorrow?style=flat-square&labelColor=%23FFF8F9&color=%23F0BD48">
7+
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/bmaroti9/Overmorrow?style=flat-square&labelColor=%23FFF8F9&color=%235AB8D8">
88
<img alt="GitHub Downloads (all assets, all releases)"
9-
src="https://img.shields.io/github/downloads/bmaroti9/Overmorrow/total?style=flat-square&labelColor=%231B262E&color=%23E7F5F4">
9+
src="https://img.shields.io/github/downloads/bmaroti9/Overmorrow/total?style=flat-square&labelColor=%23FFF8F9&color=%23915C7F">
1010

1111
<img alt="GitHub Downloads (all assets, all releases)"
12-
src="https://img.shields.io/github/stars/bmaroti9/Overmorrow?style=flat-square&labelColor=%231B262E&color=%23E7F5F4">
13-
<img alt="GitHub Release" src="https://img.shields.io/github/forks/bmaroti9/Overmorrow?style=flat-square&labelColor=%231B262E&color=%23E7F5F4">
12+
src="https://img.shields.io/github/stars/bmaroti9/Overmorrow?style=flat-square&labelColor=%23FFF8F9&color=%23D37D7C">
13+
<img alt="GitHub Release" src="https://img.shields.io/github/forks/bmaroti9/Overmorrow?style=flat-square&labelColor=%23FFF8F9&color=%23726B85">
1414
</a>
1515

1616
minimalist colorful weather app
@@ -54,18 +54,19 @@ minimalist colorful weather app
5454
## Screenshots
5555

5656
<div align="left">
57-
<img src="Screenshots/Screenshot_20241205_212848.png" alt="colorful2" width="120">
58-
<img src="Screenshots/Screenshot_20241221_140407.png" alt="colorful1" width="120">
59-
<img src="Screenshots/Screenshot_20241221_135813.png" alt="colorful3" width="120">
60-
<img src="Screenshots/Screenshot_20241205_210845.png" alt="colorful4" width="120">
61-
<img src="Screenshots/Screenshot_20241221_135351.png" alt="colorful5" width="120">
57+
<img src="Screenshots/overmorrow_evolved1.png" alt="colorful2" width="130">
58+
<img src="Screenshots/overmorrow_evolved2.png" alt="colorful1" width="130">
59+
<img src="Screenshots/overmorrow_evolved3.png" alt="colorful3" width="130">
60+
<img src="Screenshots/overmorrow_evolved4.png" alt="colorful4" width="130">
61+
<img src="Screenshots/overmorrow_evolved5.png" alt="colorful5" width="130">
62+
<img src="Screenshots/overmorrow_evolved6.png" alt="colorful5" width="130">
6263
</div>
6364

6465
## Tablet mode
6566

6667
<div align="left">
67-
<img src="Screenshots/Screenshot_20240820_085425.png" alt="colorful2" width="350">
68-
<img src="Screenshots/Screenshot_20240820_084013.png" alt="colorful1" width="350">
68+
<img src="Screenshots/overmorrow_evolved_tablet1.png" alt="colorful2" width="350">
69+
<img src="Screenshots/overmorrow_evolved_tablet2.png" alt="colorful1" width="350">
6970
</div>
7071

7172
## Why make Overmorrow?
-3.41 MB
Binary file not shown.
-838 KB
Binary file not shown.
-3.46 MB
Binary file not shown.
-2.62 MB
Binary file not shown.
-619 KB
Binary file not shown.
-2.01 MB
Binary file not shown.
-208 KB
Binary file not shown.
-193 KB
Binary file not shown.

‎Screenshots/overmorrow_evolved1.png

1.17 MB
Loading

‎Screenshots/overmorrow_evolved2.png

418 KB
Loading

‎Screenshots/overmorrow_evolved3.png

586 KB
Loading

‎Screenshots/overmorrow_evolved4.png

363 KB
Loading

‎Screenshots/overmorrow_evolved5.png

423 KB
Loading

‎Screenshots/overmorrow_evolved6.png

793 KB
Loading
1.16 MB
Loading
1.23 MB
Loading

‎Screenshots/weather_clean_purple.png

1.29 MB
Loading

‎lib/settings_page.dart

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ List<Color> getColors(primary, back, settings, dif, {force = "-1"}) {
7575
x = brightness == Brightness.dark ? "dark" : "light";
7676
}
7777

78-
7978
//surface
8079
//primary
8180
//primaryLight

0 commit comments

Comments
 (0)
Please sign in to comment.