1
0
Fork 0
forked from Nexus/nexus

new screenshots, update readme

This commit is contained in:
Henry Hiles 2026-06-06 17:38:54 -04:00
commit 84a729aea8
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@ import "package:color_hash/color_hash.dart";
import "package:flutter/material.dart";
extension ToColor on String {
Color get colorHash => ColorHash(this, lightness: .7, saturation: .7).color;
Color get colorHash => ColorHash(this, lightness: .5, saturation: .7).color;
}