Blue.rasi 851 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* -- Blue -- */
  2. * {
  3. shade1: #0D47A1;
  4. shade2: #1565C0;
  5. shade3: #1976D2;
  6. shade4: #1E88E5;
  7. shade5: #2196F3;
  8. shade6: #42A5F5;
  9. shade7: #64B5F6;
  10. shade8: #90CAF9;
  11. }
  12. /**** Comment One First To Use Another ****/
  13. /* -- Dark -- */
  14. * {
  15. border: @shade1;
  16. border-alt: @shade2;
  17. background: @shade3;
  18. background-alt: @shade3;
  19. selected: @shade4;
  20. foreground: #ffffff;
  21. urgent: #DA4453;
  22. }
  23. /* -- light -- */
  24. * {
  25. border: @shade8;
  26. border-alt: @shade7;
  27. background: @shade6;
  28. background-alt: @shade6;
  29. selected: @shade5;
  30. foreground: #202020;
  31. urgent: #DA4453;
  32. }