ColorDefine.h 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. //
  2. // ColorDefine.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/4/24.
  6. //
  7. #ifndef ColorDefine_h
  8. #define ColorDefine_h
  9. #define _F0FFFA ([UIColor colorWithHexString:@"#F0FFFA"])
  10. #define _FFF5F0 ([UIColor colorWithHexString:@"#FFF5F0"])
  11. #define _FFD1B9 ([UIColor colorWithHexString:@"#FFD1B9"])
  12. #define _F0FFF9 ([UIColor colorWithHexString:@"#F0FFF9"])
  13. #define _414141 ([UIColor colorWithHexString:@"#414141"])
  14. #define _262626 ([UIColor colorWithHexString:@"#262626"])
  15. #define _0B0B0B ([UIColor colorWithHexString:@"#0B0B0B"])
  16. #define _E8E8E8 ([UIColor colorWithHexString:@"#E8E8E8"])
  17. #define _F8F8F8 ([UIColor colorWithHexString:@"#F8F8F8"])
  18. #define _F0F0F0 ([UIColor colorWithHexString:@"#F0F0F0"])
  19. #define _F4F4F4 ([UIColor colorWithHexString:@"#F4F4F4"])
  20. #define _1C1C1C ([UIColor colorWithHexString:@"#1C1C1C"])
  21. #define _6F4A4A ([UIColor colorWithHexString:@"#6F4A4A"])
  22. #define _80695D ([UIColor colorWithHexString:@"#80695D"])
  23. #define _FED1B9 ([UIColor colorWithHexString:@"#FED1B9"])
  24. #define _FFF8F9 ([UIColor colorWithHexString:@"#FFF8F9"])
  25. #define _FFDEE2 ([UIColor colorWithHexString:@"#FFDEE2"])
  26. #define _B39B9E ([UIColor colorWithHexString:@"#B39B9E"])
  27. #define _404040 ([UIColor colorWithHexString:@"#404040"])
  28. #define _113632 ([UIColor colorWithHexString:@"#113632"])
  29. #define _C8FFED ([UIColor colorWithHexString:@"#C8FFED"])
  30. #define _E5E5E5 ([UIColor colorWithHexString:@"#E5E5E5"])
  31. #define _F5F5F5 ([UIColor colorWithHexString:@"#F5F5F5"])
  32. #define _DBDBDB ([UIColor colorWithHexString:@"#DBDBDB"])
  33. #define _D0D0D0 ([UIColor colorWithHexString:@"#D0D0D0"])
  34. #define _0E0E0F ([UIColor colorWithHexString:@"#0E0E0F"])
  35. #define _043632 ([UIColor colorWithHexString:@"#043632"])
  36. #define _B1B1B1 ([UIColor colorWithHexString:@"#B1B1B1"])
  37. #define _E0FFF5 ([UIColor colorWithHexString:@"#E0FFF5"])
  38. #define _128273 ([UIColor colorWithHexString:@"#128273"])
  39. #define _1CBC9D ([UIColor colorWithHexString:@"#1CBC9D"])
  40. #define _FFE797 ([UIColor colorWithHexString:@"#FFE797"])
  41. // as主题色 绿色
  42. #define _32CFB0 ([UIColor colorWithHexString:@"#32CFB0"])
  43. #endif /* ColorDefine_h */