Skip to content

Commit db8a11c

Browse files
committed
Add Tahoe Abstract theme
1 parent 7e93094 commit db8a11c

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

scripts/make_thumbnails.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
os.chdir(os.path.dirname(os.path.realpath(__file__)))
1010

11+
# Thumbnails for theme repo: width=384, quality=95
12+
# Thumbnails for MS Store: width=1920, quality=-1 (png)
1113
img_width = int(sys.argv[1]) if len(sys.argv) > 1 else 256
1214
img_height = int(img_width * 9 / 16)
1315
jpeg_quality = int(sys.argv[2]) if len(sys.argv) > 2 else 95

src/resources/default_themes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Sonoma_Abstract:
5353
- https://gitlab.com/t1m0thyj/wdd-themes/-/package_files/81679380/download
5454
- https://bitbucket.org/t1m0thyj/wdd-themes/downloads/Sonoma_Abstract.ddw
5555

56+
Tahoe_Abstract:
57+
- https://github.com/t1m0thyj/WDD-mac-themes/releases/download/tahoe/Tahoe_Abstract.ddw
58+
- https://gitlab.com/t1m0thyj/wdd-themes/-/package_files/218854387/download
59+
5660
The_Beach:
5761
- https://github.com/t1m0thyj/WDD-mac-themes/releases/download/big-sur/The_Beach.ddw
5862
- https://gitlab.com/t1m0thyj/wdd-themes/-/package_files/50073316/download
58.9 KB
Loading
51.7 KB
Loading
9.23 KB
Loading

0 commit comments

Comments
 (0)