mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-30 15:30:17 +08:00
refa intro panel gesture
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
11
lib/utils/bili_colors.dart
Normal file
11
lib/utils/bili_colors.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:flutter/widgets.dart' show Color;
|
||||
|
||||
abstract final class BiliColors {
|
||||
static const pinkLight = Color(0xFFFF6699);
|
||||
static const pinkDark = Color(0xFFD44E7D);
|
||||
|
||||
static const blueLight = Color(0xFF008AC5);
|
||||
static const blueDark = Color(0xFF2C9CC8);
|
||||
|
||||
static const yellow = Color(0xFFFFCC00);
|
||||
}
|
||||
Reference in New Issue
Block a user