Advertisement
corrosiontears

OpenASAR AMOLED-Cord and RadiantSatus Themes Settings

Dec 19th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.87 KB | None | 0 0
  1. /* Add your own Custom CSS here.
  2. Have a theme you want to use? Copy and paste the contents here.
  3. You need to restart (click the restart button) after changing. */
  4. @import url('https://luckfire.github.io/amoled-cord/src/amoled-cord.css');
  5. @import url('https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css');
  6.  
  7. :root {
  8.   /*
  9.     * Spacing
  10.     */
  11.   --rs-small-spacing: 2px; /* Gap between avatar and status for members list/dms | MUST end in px */
  12.   --rs-medium-spacing: 3px; /* Gap between avatar and status for User popout | MUST end in px */
  13.   --rs-large-spacing: 4px; /* Gap between avatar and status for User profiles | MUST end in px */
  14.   /*
  15.     * Widths
  16.     */
  17.   --rs-small-width: 2px; /* Thickness of status border for members list/dms | MUST end in px */
  18.   --rs-medium-width: 3px; /* Thickness of status border for User popout | MUST end in px */
  19.   --rs-large-width: 4px; /* Thickness of status border for User profile | MUST end in px */
  20.   /*
  21.     * Shape
  22.     */
  23.   --rs-avatar-shape: 50%; /* 50% for round - 0% for square */
  24.   /*
  25.     * Colours
  26.     */
  27.   --rs-online-color: #43b581; /* Colour for online status */
  28.   --rs-idle-color: #faa61a; /* Colour for idle status */
  29.   --rs-dnd-color: #f04747; /* Colour for dnd status */
  30.   --rs-offline-color: #636b75; /* Colour for offline status */
  31.   --rs-streaming-color: #643da7; /* Colour for streaming status */
  32.   --rs-invisible-color: #747f8d; /* Colour for invisible status - Note: this will only show for your own invisibility */
  33.   --rs-self-speaking-color: #57d39b; /* Colour for speaking ring in the bottom left while in a voice chat/call */
  34.   --rs-phone-color: var(
  35.     --rs-online-color
  36.   ); /* Colour of the ring and phone icon when a user is on their phone  */
  37.   /*
  38.     * Others
  39.     */
  40.   --rs-phone-visible: block; /* Visibility of the phone icon next to a users avatar. | block = visible | none = hidden */
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement