mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-02 11:16:10 -04:00
clean up build
This commit is contained in:
parent
b54868cc55
commit
5703da0802
30 changed files with 377 additions and 74 deletions
19
lib/theming/themes/dark.dart
Normal file
19
lib/theming/themes/dark.dart
Normal file
|
@ -0,0 +1,19 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
ThemeData darkTheme = ThemeData.dark();
|
||||
|
||||
// late Color primaryColor = const Color(0xFF343455);
|
||||
// late Color secondaryColor = const Color(0xFF3D3E77);
|
||||
// late Color tertiaryColor = const Color(0xFFBB108E);
|
||||
// late Color alternate = const Color(0xFF5086DF);
|
||||
// late Color primaryBackground = const Color(0xFF252534);
|
||||
// late Color secondaryBackground = const Color(0xFF292D44);
|
||||
// late Color primaryText = const Color(0xFFD0D0E0);
|
||||
// late Color secondaryText = const Color(0xFFB0B0D0);
|
||||
|
||||
// late Color disabledText = Color(0x808F8F8F);
|
||||
// late Color primaryEdge = Color(0xFF555594);
|
||||
// late Color header = Color(0xFF8A8AD8);
|
||||
// late Color textBackground = Color(0xFF181820);
|
||||
// late Color active = Color(0xFF463BAD);
|
||||
// late Color inactive = Color(0xFF2E2E3C);
|
Loading…
Add table
Add a link
Reference in a new issue