Skip to content

RGU Stylex by luckyystarzz

Imported and mirrored from https://github.com/valk-ryx/rgu-stylex/raw/main/rgu-stylex.user.styl

Screenshot of RGU Stylex

Details

Authorluckyystarzz

LicenseCC BY-NC-SA 4.0

Categoryroblox.com

Created

Updated

Size262 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Stylex, the best RGU customization tool out there for any RoGold Ultimate users. Looking for RGU Glassmorphism? This is the new and improved Glassmorphism theme, bringing customization to the MAX since 2023.

Notes

RGU Stylex - Update 1.0.0, FULL RELEASE!

Thank you so much everyone for the support, and thank you to Chplayz for helping with the development of this RGU Mod. I am excited to announce this new major update, the biggest content update yet and the FULL RELEASE OF STYLEX!

  • Revamped the way that custom icon colors work
  • Added customizable color to the RGU Roblox Icon Pack
  • Added customizable color to the Stylex Icon Pack
  • Added new Vaporwave community voted preset theme
  • Added new Lofi Cafe preset theme
  • Added new Lofi Bedroom preset theme
  • Added new Lofi Shop preset theme
  • Added fluency animations to the Power Search results
  • Changed versioning system to reflect no longer being in BETA
  • Added custom game background to Nico’s Nextbots
  • Added custom game page background to Jailbreak
  • Added custom game page background to Unknown RNG (fuck you Tank)
  • Added support for Roblox’s new “Builder” font to the custom fonts feature
  • Added support for the “Arial” font to the custom fonts feature
  • Added support for the “Times New Roman” font to the custom fonts feature
  • Added support for the “Calibri” font to the custom fonts feature
  • Added support for the “Segoe UI” font to the custom fonts feature (only for devices running Windows 10/11, will default to Helvetica Neue if on a device running macOS)
  • Added a custom profile page for Taylor
  • Added a custom profile page for Ring
  • Added fluency animations + glow to the gamepass buy button
  • Fixed a bug where the filter text boxes on the catalog page would not match the glass theme
  • Fixed a bug where the Try On button on the item page would glow when hovered
  • Fixed a bug where the inactive friend popover would not be rounded
  • Fixed a bug where the description box would not follow the set glass theme
  • Fixed a bug where the gamepass store box would not follow the set glass theme
  • Fixed a bug where the gamepass buy button would not follow the set accent color
  • Fixed a bug where the “See more” button would not follow the set glass theme
  • Fixed a bug where the “See more” button would glow when hovered
  • Fixed a bug where the 2D/3D button on the item page would glow when hovered
  • Fixed a bug where the logout button text did not follow the set text color
  • Revamped the RGU Stylex website to better reflect the content added since Alpha release
  • Revamped the RGU Stylex GitHub to better reflect the content added since Alpha release

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name RGU Stylex
@namespace roblox.com
@description Stylex, the best RGU customization tool out there for any RoGold Ultimate users. Looking for RGU Glassmorphism? This is the new and improved Glassmorphism theme, bringing customization to the MAX since 2023.
@version 1.0.0
@advanced dropdown themeState " Theme Settings " {
customTheme "Custom" <<<EOT
:root {
        --accent: /*[[accent]]*/;
        --avatarColor: /*[[avatarColor]]*/;
        --profileColor: /*[[profileColor]]*/;
        --textColor: /*[[textColor]]*/;
        --glassColor: /*[[glassColor]]*/;
        --glassOpacity: ./*[[glassOpacity]]*/;
        --glassBlur: blur(/*[[glassBlur]]*/px);
        --sidebarMargin: /*[[sidebarMargin]]*/px;
        --sidebarMargin2: /*[[sidebarMargin2]]*/px;
        --topbarMargin: /*[[topbarMargin]]*/px;
        --topbarWidth: /*[[topbarWidth]]*/px;
        --playingColor: /*[[playingColor]]*/;
        --onlineColor: /*[[onlineColor]]*/;
        --studioColor: /*[[studioColor]]*/;
        --bannerUrl: url(/*[[customBanner]]*/);
        --avatarBG: url(/*[[avatarBG]]*/);
        --bannerGlowColor: /*[[bannerGlowColor]]*/;
        --backgroundImage: url(/*[[backgroundImage]]*/);
        --sideButtonDistance: /*[[sideButtonDistance]]*/px;
        --bg1: /*[[bg1]]*/;
        --bg2: /*[[bg2]]*/;
        --bg3: /*[[bg3]]*/;
        --bg4: /*[[bg4]]*/;
        --bg5: /*[[bg5]]*/;
        --bg6: /*[[bg6]]*/;
        --bg7: /*[[bg7]]*/;
        --bg8: /*[[bg8]]*/;
        --bg9: /*[[bg9]]*/;
    }
/*[[glassEffect]]*/
EOT;
beachTheme "Sunset Cabin" <<<EOT
:root {
        --accent: #fc686f;
        --avatarColor: #fc686f;
        --profileColor: #ffaf87;#
        --textColor: #fff;
        --glassColor: rgba(255, 255, 255, var(--glassOpacity));
        --glassOpacity: ./*[[glassOpacity]]*/;
        --glassBlur: blur(/*[[glassBlur]]*/px);
        --sidebarMargin: /*[[sidebarMargin]]*/px;
        --sidebarMargin2: /*[[sidebarMargin2]]*/px;
        --topbarMargin: /*[[topbarMargin]]*/px;
        --topbarWidth: /*[[topbarWidth]]*/px;
        --playingColor: /*[[playingColor]]*/;
        --onlineColor: /*[[onlineColor]]*/;
        --studioColor: /*[[studioColor]]*/;
        --bannerUrl: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/banner.png?raw=true);
        --avatarBG: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/avatareditorbackgroundv2.jpeg?raw=true);
        --bannerGlowColor: #ffa455;
        --backgroundImage: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/defaultbackgroundimage.jpg?raw=true);
        --sideButtonDistance: /*[[sideButtonDistance]]*/px;
        --bg1: rgba(252, 124, 92, 1);
        --bg2: rgba(252, 132, 92, 1);
        --bg3: rgba(252, 124, 92, 1);
        --bg4: rgba(252, 132, 84, 1);
        --bg5: rgba(252, 140, 70, 1);
        --bg6: rgba(252, 114, 99, 1);
        --bg7: rgba(252, 99, 112, 1);
        --bg8: rgba(252, 148, 71, 1);
        --bg9: rgba(253, 200, 48, 1);
    }
/*[[glassEffect]]*/
EOT;
blueMountainTheme "Morning Mist" <<<EOT
:root {
        --accent: #7a91cc;
        --avatarColor: #7a91cc;
        --profileColor: #7a91cc;
        --textColor: #fff;
        --glassColor: rgba(255, 255, 255, var(--glassOpacity));
        --glassOpacity: ./*[[glassOpacity]]*/;
        --glassBlur: blur(/*[[glassBlur]]*/px);
        --sidebarMargin: /*[[sidebarMargin]]*/px;
        --sidebarMargin2: /*[[sidebarMargin2]]*/px;
        --topbarMargin: /*[[topbarMargin]]*/px;
        --topbarWidth: /*[[topbarWidth]]*/px;
        --playingColor: /*[[playingColor]]*/;
        --onlineColor: /*[[onlineColor]]*/;
        --studioColor: /*[[studioColor]]*/;
        --bannerUrl: url(https://static.vecteezy.com/system/resources/previews/010/055/968/non_2x/landscape-with-blue-mountains-free-vector.jpg);
        --avatarBG: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/avatareditorbackgroundv2.jpeg?raw=true);
        --bannerGlowColor: #7a91cc;
        --sideButtonDistance: /*[[sideButtonDistance]]*/px;
        --bg1: #9b98ec;
        --bg2: #8db8f4;
        --bg3: #5c79fc;
        --bg4: #4787db;
        --bg5: #4c9fc6;
        --bg6: #6ca1c8;
        --bg7: #96cbdf;
        --bg8: #aadfe6;
        --bg9: #98eaff;
    }
/*[[glassEffect]]*/
EOT;
greenForestTheme "Alpine Forest" <<<EOT
:root {
        --accent: #00923c;
        --avatarColor: #00923c;
        --profileColor: #9bffc4;
        --textColor: #fff;
        --glassColor: rgba(255, 255, 255, var(--glassOpacity));
        --glassOpacity: ./*[[glassOpacity]]*/;
        --glassBlur: blur(/*[[glassBlur]]*/px);
        --sidebarMargin: /*[[sidebarMargin]]*/px;
        --sidebarMargin2: /*[[sidebarMargin2]]*/px;
        --topbarMargin: /*[[topbarMargin]]*/px;
        --topbarWidth: /*[[topbarWidth]]*/px;
        --playingColor: /*[[playingColor]]*/;
        --onlineColor: /*[[onlineColor]]*/;
        --studioColor: /*[[studioColor]]*/;
        --bannerUrl: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/ForestBannerUpscaled.png?raw=true);
        --avatarBG: url(https://imgs.search.brave.com/UziKxrf0NHeaz9d0sYc_3mxFdxX1GtsPXwy14mh76pc/rs:fit:860:0:0/g:ce/aHR0cHM6Ly90My5m/dGNkbi5uZXQvanBn/LzA2LzQyLzk5LzQ0/LzM2MF9GXzY0Mjk5/NDQxOV9obWhiWVhm/RWNkQmpvZWNMcFdO/cEEweWZWczY1UTNC/Ny5qcGc);
        --bannerGlowColor: #6dad84;
        --sideButtonDistance: /*[[sideButtonDistance]]*/px;
        --bg1: #73b68b;
        --bg2: #3baf82;
        --bg3: #3cb073;
        --bg4: #009663;
        --bg5: #008848;
        --bg6: #005939;
        --bg7: #004f2d;
        --bg8: #005335;
        --bg9: #002410;
    }
/*[[glassEffect]]*/
EOT;
desertTheme "Desert Dunes" <<<EOT
:root {
        --accent: #ff9100;
        --avatarColor: #ff9100;
        --profileColor: #550000;
        --textColor: #fff;
        --glassColor: rgba(255, 255, 255, var(--glassOpacity));
        --glassOpacity: ./*[[glassOpacity]]*/;
        --glassBlur: blur(/*[[glassBlur]]*/px);
       --sidebarMargin: /*[[sidebarMargin]]*/px;
        --sidebarMargin2: /*[[sidebarMargin2]]*/px;
        --topbarMargin: /*[[topbarMargin]]*/px;
        --topbarWidth: /*[[topbarWidth]]*/px;
        --playingColor: /*[[playingColor]]*/;
        --onlineColor: /*[[onlineColor]]*/;
        --studioColor: /*[[studioColor]]*/;
        --bannerUrl: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/DesertBannerV2.png?raw=true);
        --avatarBG: url(https://imgs.search.brave.com/yMwIiMhtZGufK2Q2pSAYmpued0w5okclK5FfpKsfLo0/rs:fit:860:0:0/g:ce/aHR0cHM6Ly93YWxs/cGFwZXJiYXQuY29t/L2ltZy81NjEwNDYt/Zmx1aWQtbWFnbWEt/YWJzdHJhY3Qtd2Fs/bHBhcGVyLmpwZw);
        --bannerGlowColor: #ff9100;
        --sideButtonDistance: /*[[sideButtonDistance]]*/px;
        --bg1: #ffb300;
        --bg2: #ffce20;
        --bg3: #ffc65a;
        --bg4: #ffa100;
        --bg5: #ffae31;
        --bg6: #ff8d19;
        --bg7: #ffab38;
        --bg8: #ffb942;
        --bg9: #ffa152;
    }
/*[[glassEffect]]*/
EOT;
blossomTheme "Sakura Blossom" <<<EOT
:root {
        --accent: #ff9de2;
        --avatarColor: #ff9de2;
        --profileColor: #ffc8ef;
        --textColor: #fff;
        --glassColor: rgba(255, 255, 255, var(--glassOpacity));
        --glassOpacity: ./*[[glassOpacity]]*/;
        --glassBlur: blur(/*[[glassBlur]]*/px);
        --sidebarMargin: /*[[sidebarMargin]]*/px;
        --sidebarMargin2: /*[[sidebarMargin2]]*/px;
        --topbarMargin: /*[[topbarMargin]]*/px;
        --topbarWidth: /*[[topbarWidth]]*/px;
        --playingColor: /*[[playingColor]]*/;
        --onlineColor: /*[[onlineColor]]*/;
        --studioColor: /*[[studioColor]]*/;
        --bannerUrl: url(https://media.discordapp.net/attachments/1056584935705673779/1174802532229447710/pngtree-antique-fairy-sakura-romantic-scene-banner-image_179307.jpg?ex=662ab79e&is=6618429e&hm=505e2d5cbf9ce9c4e5e187c9d50a04400ae27af4b430444e6216a0aafe9c4db2&=&format=webp);
        --avatarBG: url(https://imgs.search.brave.com/UdVMxQocspT-vItbxPZC_2S2gRnfFEb-JWsaoPIumfw/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9pLnBp/bmltZy5jb20vb3Jp/Z2luYWxzL2UxLzVm/LzI2L2UxNWYyNmNj/YTEyNDg3OTg0ZTBh/OTU1YjI4ZmU5MTdi/LmpwZw);
        --bannerGlowColor: #ffcbf5;
        --sideButtonDistance: /*[[sideButtonDistance]]*/px;
        --bg1: #ffb8ea;
        --bg2: #ff9ae1;
        --bg3: #f489d4;
        --bg4: #ff9ce1;
        --bg5: #ffa3e3;
        --bg6: #ffa4f9;
        --bg7: #ff9ff8;
        --bg8: #f7b2f2;
        --bg9: #ff9ef8;
    }
/*[[glassEffect]]*/
EOT;
lofiBedroomTheme "Lofi Bedroom" <<<EOT
:root {
        --accent: #ff7d00;
        --avatarColor: #ff9651;
        --profileColor: #ffaf87;
        --textColor: #fff;
        --glassColor: rgba(255, 255, 255, var(--glassOpacity));
        --glassOpacity: ./*[[glassOpacity]]*/;
        --glassBlur: blur(/*[[glassBlur]]*/px);
        --sidebarMargin: /*[[sidebarMargin]]*/px;
        --sidebarMargin2: /*[[sidebarMargin2]]*/px;
        --topbarMargin: /*[[topbarMargin]]*/px;
        --topbarWidth: /*[[topbarWidth]]*/px;
        --playingColor: /*[[playingColor]]*/;
        --onlineColor: /*[[onlineColor]]*/;
        --studioColor: /*[[studioColor]]*/;
        --bannerUrl: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/LofiBedroomBanner.png?raw=true);
        --avatarBG: url(https://imgs.search.brave.com/UdVMxQocspT-vItbxPZC_2S2gRnfFEb-JWsaoPIumfw/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9pLnBp/bmltZy5jb20vb3Jp/Z2luYWxzL2UxLzVm/LzI2L2UxNWYyNmNj/YTEyNDg3OTg0ZTBh/OTU1YjI4ZmU5MTdi/LmpwZw);
        --bannerGlowColor: #ffa455;
        --sideButtonDistance: /*[[sideButtonDistance]]*/px;
        --bg1: #ffb75d;
        --bg2: #ffb14e;
        --bg3: #ffab41;
        --bg4: #ffa129;
        --bg5: #ff9814;
        --bg6: #ff9000;
        --bg7: #fd870...

Reviews

No reviews yet.