dark.css 304 B

12345678
  1. @define-color bg rgba(26, 27, 38, 0.95);
  2. @define-color bg_module rgba(36, 40, 59, 0.9);
  3. @define-color text #ffffff;
  4. @define-color active_text #33ccff;
  5. @define-color inactive_text #565f89;
  6. @define-color urgent #f7768e;
  7. @define-color active_border #33ccff;
  8. @define-color hover_bg rgba(122, 162, 247, 0.2);