Skip to content

Commit ec65b36

Browse files
committed
score: set desired to 128
1 parent fb5fe22 commit ec65b36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Prebuilt binaries are avaliable for `linux`, `windows` and `macos`. If prebuilt
4848
pip3 install https://github.com/T-Dynamos/materialyoucolor-python/archive/master.zip
4949

5050
```
51+
### OS Specific
5152

5253
#### Arch Linux
5354

materialyoucolor/score/score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(
1818

1919

2020
SCORE_OPTION_DEFAULTS = ScoreOptions(
21-
desired=4, # 4 colors matches what Android wallpaper picker ,
21+
desired=128,
2222
fallback_color_argb=0xFF4285F4, # Google Blue.
2323
filter=True, # Avoid unsuitable colors.
2424
dislike_filter=False, # Fix globally disliked colors

0 commit comments

Comments
 (0)