properly organize custom colors
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class AppColors {
|
||||
AppColors._();
|
||||
|
||||
static const Color seedColor = Color(0xFF167C80);
|
||||
|
||||
static const Color privateTabPurple = Color(0xFF8000D7);
|
||||
|
||||
static const Color privateTabBackground = Color(0xFF25003E);
|
||||
|
||||
static const Color privateSelectionOverlay = Color(0x648000D7);
|
||||
|
||||
static const Color torPurple = Color(0xFF7D4698);
|
||||
|
||||
static const Color torActiveGreen = Color(0xFF68B030);
|
||||
|
||||
static const Color torBackgroundGrey = Color(0xFF333A41);
|
||||
|
||||
static const Color dialogOverlay = Color(0x44000000);
|
||||
}
|
||||
Reference in New Issue
Block a user