ColorDefine.h 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. //
  2. // ColorDefine.h
  3. // PodDemo
  4. //
  5. // Created by Apple on 2019/12/24.
  6. // Copyright © 2019 Apple. All rights reserved.
  7. //
  8. #ifndef ColorDefine_h
  9. #define ColorDefine_h
  10. #import "UIColor+HZXColor.h"
  11. #define HW1D1E1FColor [UIColor hwColor:@"1D1E1F"]
  12. #define HW1C1C1EColor [UIColor hwColor:@"1C1C1E"]
  13. #define HW05BAFBColor [UIColor hwColor:@"#05BAFB"]
  14. #define HW333333Color9 [UIColor colorWithLightColor:[UIColor hwColor:@"333333"] DarkColor:[UIColor hwColor:@"333333"]]
  15. #define HW262626FColor [UIColor hwColor:@"262626"]
  16. #define HW101010FColor [UIColor hwColor:@"101010"]
  17. #define HWA5A5A5Color [UIColor hwColor:@"#A5A5A5"]
  18. #define HWFFFFFFColor [UIColor colorWithHexString:@"FFFFFF" alpha:1.0]
  19. #define HWFFFFFF80Color [UIColor colorWithHexString:@"FFFFFF" alpha:0.8]
  20. #define HWFFFFFF10Color [UIColor colorWithHexString:@"FFFFFF" alpha:0.1]
  21. #define HWFFFFFF08Color [UIColor colorWithHexString:@"FFFFFF" alpha:0.08]
  22. #define HWFFFFFFColor10 [UIColor colorWithHexString:@"#FFFFFF" alpha:0.1]
  23. #define HWFFFFFFColor60 [UIColor colorWithHexString:@"#FFFFFF" alpha:0.6]
  24. #define HW979797Color10 [UIColor colorWithHexString:@"#979797" alpha:0.1]
  25. #define HW000000Color60 [UIColor colorWithHexString:@"#000000" alpha:0.6]
  26. #define HW0A132BColor00 [UIColor colorWithHexString:@"#0A132B" alpha:0]
  27. #define HW182B56Color [UIColor colorWithHexString:@"#182B56" alpha:1]
  28. #define HWF5F7FAColor [UIColor hwColor:@"#F5F7FA"]
  29. #define HWF7F7F7Color [UIColor hwColor:@"#F7F7F7"]
  30. #define HW333333Color [UIColor hwColor:@"#333333"]
  31. #define HW666666Color [UIColor hwColor:@"#666666"]
  32. #define HWE3E8F1Color [UIColor hwColor:@"#E3E8F1"]
  33. #define HW13B2EBColor [UIColor hwColor:@"#13B2EB"]
  34. #define HW0CDEFDColor [UIColor hwColor:@"#0CDEFD"]
  35. #define HW058DFBColor [UIColor hwColor:@"#058DFB"]
  36. #define HWEFA23BColor [UIColor hwColor:@"#EFA23B"]
  37. #define HWCCCCCCColor [UIColor hwColor:@"#CCCCCC"]
  38. #define HW2C2C2DColor [UIColor hwColor:@"#2C2C2D"]
  39. #define HWE7F2F8Color [UIColor hwColor:@"#E7F2F8"]
  40. #define HWFBFCFDColor [UIColor hwColor:@"#FBFCFD"]
  41. #define HW01B7EAColor [UIColor hwColor:@"#01B7EA"]
  42. #define HW02DCF6Color [UIColor hwColor:@"#02DCF6"]
  43. #define HW0458E3Color [UIColor hwColor:@"#0458E3"]
  44. #define HW2F3972Color [UIColor hwColor:@"#2F3972"]
  45. #define HW111111Color [UIColor hwColor:@"#111111"]
  46. #define HWECECECColor [UIColor hwColor:@"#ECECEC"]
  47. #define HW9D9D9DColor [UIColor hwColor:@"#9D9D9D"]
  48. #define COLOR_DISABLE_BTN RGBACOLOR(0x08,0x86,0xF5,0.3)
  49. #define COLOR_ENABLE_BTN RGBACOLOR(36,99,251,1)
  50. #define HW999999Color [UIColor hwColor:@"999999"]
  51. #define HW3B7FFFColor [UIColor hwColor:@"#3B7FFF"]
  52. #define HW0A132BColor [UIColor hwColor:@"#0A132B"]
  53. #define COLOR_GRAVBBBBBB RGBACOLOR(0xBB,0xBB,0xBB,1.f)
  54. #define COLOR_PACEHOLDER [UIColor hwColor:@"#999999"]
  55. #define COLOR_HEIGHT_BTN [UIColor hwColor:@"#13B2EB"]
  56. #define COLOR_UNABLE_TITLE_BTN [UIColor hwColor:@"#999999"]
  57. #define HWDD4E4EColor [UIColor hwColor:@"#DD4E4E"]
  58. #define HWC1C9D6Color [UIColor hwColor:@"#C1C9D6"]
  59. #define HWCFD1D4Color [UIColor hwColor:@"#CFD1D4"]
  60. #endif /* ColorDefine_h */