mock-foundation / moc

A (really) native and powerful macOS and iPadOS Telegram client, optimized for moderating large communities and personal use. Currently in alpha
GNU General Public License v3.0
126 stars 7 forks source link

Support for dynamic username coloring #152

Closed levochkaa closed 2 years ago

levochkaa commented 2 years ago

added dynamic username coloring #145

Screenshot 2022-09-17 at 3 56 08 PM

also, support for increased contrast accessibility

Screenshot 2022-09-17 at 6 34 15 PM

and contrastRatio() on Color for future improvements (like themes support)

extension Color {
    func contrastRatio() -> Double
}