style.dart 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. import 'package:flutter/material.dart';
  2. class AppColors {
  3. static const APPBarColor = 0xffededed;
  4. static const APPBarTextColor = 0xff010101;
  5. static const APPCardColor = 0xff303030;
  6. static const TabIconNormal = 0xff999999;
  7. static const TabIconActive = 0xff46c11b;
  8. static const AppBarPopupMenuTextColor = 0xffffffff;
  9. static const TitleColor = 0xff353535;
  10. static const ConversationItemBg = 0xffffffff;
  11. static const DesTextColor = 0xff9e9e9e;
  12. static const DividerColor = 0xffd9d9d9;
  13. static const NotifyDotBg = 0xffff3e3e;
  14. static const NotifyDotText = 0xffffffff;
  15. static const ConversationMuteIcon = 0xffd8d8d8;
  16. static const DeviceInfoItemBg = 0xfff5f5f5;
  17. static const DeviceInfoItemText = 0xff606062;
  18. static const PrimaryColor = 0xffebebeb;
  19. static const BackgroundColor = 0xffededed;
  20. static const AppBarColor = 0xffededed;
  21. static const ActionIconColor = 0xff000000;
  22. static const ActionMenuBgColor = 0xff4c4c4c;
  23. static const CardBgColor = 0xffffffff;
  24. static const AppBarPopupMenuColor = 0xffffffff;
  25. static const DeviceInfoItemIcon = 0xff606062;
  26. static const ContactGroupTitleBg = 0xffebebeb;
  27. static const ContactGroupTitleText = 0xff888888;
  28. static const IndexLetterBoxBg = Colors.black45;
  29. static const HeaderCardBg = Colors.white;
  30. static const HeaderCardTitleText = 0xff353535;
  31. static const HeaderCardDesText = 0xff7f7f7f;
  32. static const ButtonDesText = 0xff8c8c8c;
  33. static const ButtonArrowColor = 0xffadadad;
  34. static const NewTagBg = 0xfffa5251;
  35. static const FullWithIconButton = 0xff3d3d3d;
  36. static const KeyboardArrowRight = 0xffacacac;
  37. static const TextBobuleRight = 0xff9def71;
  38. static const TextBobuleLeft = 0xffffffff;
  39. static const TextBobule = 0xff3e3e3e;
  40. static const ChatDetailBg = 0xffefefef;
  41. static const ChatTime = 0xffababab;
  42. }
  43. class ICons {
  44. static const String FONT_FAMILY = 'wxIconFont';
  45. static const IconData MESSAGE = const IconData(
  46. 0xe622, fontFamily: ICons.FONT_FAMILY);
  47. static const IconData ADDRESSLIST = const IconData(
  48. 0xe648, fontFamily: ICons.FONT_FAMILY);
  49. static const IconData DISCOVER = const IconData(
  50. 0xe613, fontFamily: ICons.FONT_FAMILY);
  51. static const IconData MINE = const IconData(
  52. 0xe670, fontFamily: ICons.FONT_FAMILY);
  53. static const IconData MESSAGE_ACTIVE = const IconData(
  54. 0xe620, fontFamily: ICons.FONT_FAMILY);
  55. static const IconData ADDRESSLIST_ACTIVE = const IconData(
  56. 0xe603, fontFamily: ICons.FONT_FAMILY);
  57. static const IconData DISCOVER_ACTIVE = const IconData(
  58. 0xe600, fontFamily: ICons.FONT_FAMILY);
  59. static const IconData MINE_ACTIVE = const IconData(
  60. 0xe601, fontFamily: ICons.FONT_FAMILY);
  61. static const IconData QR_SCAN = const IconData(
  62. 0xe634, fontFamily: ICons.FONT_FAMILY);
  63. static const IconData GROUP_CHAT = const IconData(
  64. 0xe620, fontFamily: ICons.FONT_FAMILY);
  65. static const IconData ADD_FRIEND = const IconData(
  66. 0xe624, fontFamily: ICons.FONT_FAMILY);
  67. static const IconData PAYMENT = const IconData(
  68. 0xe602, fontFamily: ICons.FONT_FAMILY);
  69. static const IconData HELP = const IconData(
  70. 0xe63b, fontFamily: ICons.FONT_FAMILY);
  71. static const IconData MUTE_ICON = const IconData(
  72. 0xe75e, fontFamily: ICons.FONT_FAMILY);
  73. static const IconData MAC = const IconData(
  74. 0xe673, fontFamily: ICons.FONT_FAMILY);
  75. static const IconData WINDOWS = const IconData(
  76. 0xe64f, fontFamily: ICons.FONT_FAMILY);
  77. static const IconData SEARCH = const IconData(
  78. 0xe63e, fontFamily: ICons.FONT_FAMILY);
  79. static const IconData ADD = const IconData(
  80. 0xe6d3, fontFamily: ICons.FONT_FAMILY);
  81. static const IconData ER_CODE = const IconData(
  82. 0xe646, fontFamily: ICons.FONT_FAMILY);
  83. static const IconData RIGHT = const IconData(
  84. 0xe60b, fontFamily: ICons.FONT_FAMILY);
  85. static const IconData MENUS = const IconData(
  86. 0xe60e, fontFamily: ICons.FONT_FAMILY);
  87. static const IconData FACES = const IconData(
  88. 0xe88f, fontFamily: ICons.FONT_FAMILY);
  89. static const IconData VOICE = const IconData(
  90. 0xe606, fontFamily: ICons.FONT_FAMILY);
  91. }
  92. class Constants{
  93. static const String MENU_MARK_AS_UNREAD = 'MENU_MARK_AS_UNREAD';
  94. static const String MENU_MARK_AS_UNREAD_VALUE = '标为未读';
  95. static const String MENU_PIN_TO_TOP = 'MENU_PIN_TO_TOP';
  96. static const String MENU_PIN_TO_TOP_VALUE = '置顶聊天';
  97. static const String MENU_DELETE_CONVERSATION = 'MENU_DELETE_CONVERSATION';
  98. static const String MENU_DELETE_CONVERSATION_VALUE = '删除该聊天';
  99. static const String MENU_PIN_PA_TO_TOP = 'MENU_PIN_PA_TO_TOP';
  100. static const String MENU_PIN_PA_TO_TOP_VALUE = '置顶公众号';
  101. static const String MENU_UNSUBSCRIBE = 'MENU_UNSUBSCRIBE';
  102. static const String MENU_UNSUBSCRIBE_VALUE = '取消关注';
  103. }
  104. class MessageDetailSelects{
  105. static const String MENU_COPY = 'MENU_COPY';
  106. static const String MENU_COPY_VALUE = '复制';
  107. static const String MENU_SHARE_FRIENDS = 'MENU_SHARE_FRIENDS';
  108. static const String MENU_SHARE_FRIENDS_VALUE = '发送给朋友';
  109. static const String MENU_FAVORIITE = 'MENU_MENU_FAVORIITE';
  110. static const String MENU_FAVORIITE_VALUE = '收藏';
  111. static const String MENU_REMIND = 'MENU_REMIND';
  112. static const String MENU_REMIND_VALUE = '提醒';
  113. static const String MENU_TRANSLATE = 'MENU_TRANSLATE';
  114. static const String MENU_TRANSLATE_VALUE = '翻译';
  115. static const String MENU_DELATE = 'MENU_DELATE';
  116. static const String MENU_DELATE_VALUE = '删除';
  117. static const String MENU_MULTIPE_CHOICE = 'MENU_MULTIPE_CHOICE';
  118. static const String MENU_MULTIPE_CHOICE_VALUE = '多选';
  119. }