theme-wxa-auto-dark.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /*
  2. 此文件为开发者工具生成,生成时间: 2021/3/17 下午5:41:05
  3. 使用方法:
  4. 在 theme.wxss 文件末尾引入样式
  5. ```
  6. @import "./theme-wxa-auto-dark.wxss";
  7. ```
  8. */
  9. @media (prefers-color-scheme: dark) {
  10. .c-base {
  11. color: rgb(17, 17, 17);
  12. }
  13. .c-black {
  14. color: rgb(255, 255, 255);
  15. }
  16. .c-default {
  17. color: rgb(231, 231, 231);
  18. }
  19. .c-primary {
  20. color: rgb(0, 98, 0);
  21. }
  22. .c-success {
  23. color: rgb(0, 98, 0);
  24. }
  25. .c-star-mark {
  26. color: rgb(179, 50, 0);
  27. }
  28. .c-important {
  29. color: rgb(231, 48, 63);
  30. }
  31. .c-warning {
  32. color: rgb(223, 20, 39);
  33. }
  34. .c-error {
  35. color: rgb(223, 20, 39);
  36. }
  37. .c-hot {
  38. color: rgb(189, 39, 58);
  39. }
  40. .c-tips {
  41. color: rgb(0, 121, 210);
  42. }
  43. .c-disabled {
  44. color: rgb(42, 42, 42);
  45. }
  46. .c-title {
  47. color: rgb(210, 210, 210);
  48. }
  49. .c-tag {
  50. color: rgb(195, 44, 6);
  51. }
  52. .c-paragraph {
  53. color: rgb(151, 151, 151);
  54. }
  55. .c-paragraph-sm {
  56. color: rgb(101, 101, 101);
  57. }
  58. .c-caption {
  59. color: rgb(115, 115, 115);
  60. }
  61. .c-news-title {
  62. color: rgb(142, 164, 215);
  63. }
  64. .c-placeholder {
  65. color: rgb(83, 83, 83);
  66. }
  67. .c-tabbar-default {
  68. color: rgb(150, 155, 162);
  69. }
  70. .c-shadow {
  71. text-shadow: rgb(0, 0, 0);
  72. }
  73. .fill-base {
  74. background: rgb(17, 17, 17);
  75. }
  76. .fill-body {
  77. background: rgb(22, 22, 22);
  78. }
  79. .fill-primary {
  80. background: rgb(23, 24, 26);
  81. }
  82. .fill-success {
  83. background: rgb(0, 104, 0);
  84. }
  85. .fill-warning {
  86. background: rgb(179, 50, 0);
  87. }
  88. .fill-error {
  89. background: rgb(229, 30, 50);
  90. }
  91. .fill-disabled {
  92. background: rgb(42, 42, 42);
  93. }
  94. .space {
  95. border-bottom: rgb(0, 0, 0);
  96. }
  97. }