mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 03:58:09 +00:00
init
This commit is contained in:
17
lib/theme.dart
Normal file
17
lib/theme.dart
Normal file
@ -0,0 +1,17 @@
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
BorderRadius DEFAULT_BR = BorderRadius.all(Radius.circular(12));
|
||||
|
||||
Color FONT_COLOR = Color.fromARGB(255, 255, 255, 255);
|
||||
Color LAYER_0 = Color.fromARGB(255, 10, 10, 10);
|
||||
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 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);
|
Reference in New Issue
Block a user