mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 03:58:09 +00:00
feat: zaps / profiles
This commit is contained in:
@ -10,8 +10,8 @@ Color LAYER_1 = Color.fromARGB(255, 23, 23, 23);
|
||||
Color LAYER_2 = Color.fromARGB(255, 34, 34, 34);
|
||||
Color LAYER_3 = Color.fromARGB(255, 50, 50, 50);
|
||||
Color LAYER_4 = Color.fromARGB(255, 121, 121, 121);
|
||||
Color LAYER_5 = Color.fromARGB(255, 173, 173, 173);
|
||||
|
||||
Color PRIMARY_1 = Color.fromARGB(255, 248, 56, 217);
|
||||
Color SECONDARY_1 = Color.fromARGB(255, 52, 210, 254);
|
||||
Color NEUTRAL_500 = Color.fromARGB(255, 155, 155, 155);
|
||||
Color NEUTRAL_800 = Color.fromARGB(255, 32, 32, 32);
|
||||
Color ZAP_1 = Color.fromARGB(255, 255, 141, 43);
|
||||
|
Reference in New Issue
Block a user