logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

variables.scss (1435B)


  1. // Commonly used web colors
  2. $black: #000000; // Black
  3. $white: #ffffff; // White
  4. $success-green: #79bd9a; // Padua
  5. $error-red: #df405a; // Cerise
  6. $warning-red: #ff5050; // Sunset Orange
  7. // Values from the classic Mastodon UI
  8. $classic-base-color: #121a24;
  9. $classic-primary-color: #9baec8;
  10. $classic-secondary-color: #d9e1e8;
  11. $classic-highlight-color: #d8a070;
  12. $gold-star: $classic-highlight-color !default;
  13. // Variables for defaults in UI
  14. $base-shadow-color: $black !default;
  15. $base-overlay-background: $black !default;
  16. $base-border-color: $white !default;
  17. $simple-background-color: $white !default;
  18. $primary-text-color: $white !default;
  19. $valid-value-color: $success-green !default;
  20. $error-value-color: $error-red !default;
  21. // Tell UI to use selected colors
  22. $ui-base-color: $classic-base-color !default; // Darkest
  23. $ui-base-lighter-color: lighten($ui-base-color, 26%) !default; // Lighter darkest
  24. $ui-primary-color: $classic-primary-color !default; // Lighter
  25. $ui-secondary-color: $classic-secondary-color !default; // Lightest
  26. $ui-highlight-color: $classic-highlight-color !default; // Vibrant
  27. // Language codes that uses CJK fonts
  28. $cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;
  29. // Variables for components
  30. $media-modal-media-max-width: 100%;
  31. // put margins on top and bottom of image to avoid the screen covered by image.
  32. $media-modal-media-max-height: 80%;