commit b5507dff1b97efd0c75f148f092e8d1ce2063bfa Author: OfficialDakari Date: Sun Oct 27 21:03:32 2024 +0500 initial commit diff --git a/ColorfulUI/ColorfulUI.css b/ColorfulUI/ColorfulUI.css new file mode 100644 index 0000000..a6bb892 --- /dev/null +++ b/ColorfulUI/ColorfulUI.css @@ -0,0 +1,76 @@ +/* + * Colorful UI for Extera + * by @officialdakari:extera.xyz + * licensed under MIT + */ + +button.MuiButton-root.MuiButton-contained { + background-color: aqua; + color: #424262; + font-weight: bolder; + font-size: smaller; + border-radius: 50px; +} + +button.MuiButton-root.MuiButton-outlined { + background-color: #ffffff; + color: #424262; + font-weight: bolder; + font-size: smaller; + border-radius: 50px; + border-color: none; +} + +.MuiSwitch-root:has(.Mui-checked)>span.MuiSwitch-track { + background-color: #ff77aa; + opacity: 1; +} + +.MuiSwitch-root>span.MuiSwitch-track { + background-color: #424262; + opacity: 1; + scale: 1.1 1.3 1; + border-radius: 60px; +} + +.MuiSwitch-thumb { + background-color: #ffffff; +} + +button.MuiFab-root { + color: #424262; + background-color: #ffffff; +} + +.MuiSpeedDial-root, +button.MuiFab-root { + border-radius: 30px; +} + +.MuiDialog-container:not(:has(.MuiDialog-paperFullScreen))>.MuiDialog-paperScrollBody { + border-color: azure !important; + border-width: 10px; + border-radius: 30px; + border-style: ridge; +} + +.MuiInputBase-root.MuiFilledInput-root.MuiFilledInput-underline::after { + display: none; +} + +.MuiInputBase-root.MuiFilledInput-root.MuiFilledInput-underline::before { + display: none; +} + +.MuiInputBase-root.MuiFilledInput-root.MuiFilledInput-underline { + border-radius: 10px; + background-color: aliceblue; + color: azure !important; + border-style: solid; + border-width: 4px; + border-color: #424262; +} + +.MuiFormControl-root>label { + color: #424262; +} \ No newline at end of file diff --git a/FrostedGlass/FrostedGlass.css b/FrostedGlass/FrostedGlass.css new file mode 100644 index 0000000..0e931d5 --- /dev/null +++ b/FrostedGlass/FrostedGlass.css @@ -0,0 +1,68 @@ +/* + * Ported from https://betterdiscord.app/theme/Frosted%20Glass + * by @officialdakari:extera.xyz + * extended by lost+skunk (https://skunky.serveo.net) + * Licensed under MIT + */ + +#root { + background-size: cover !important; + background: url(https://i.imgur.com/kYW2H5C.jpg); +} + +.prxiv40._1mqalmd1:has(> div > div > div > div > div > img) { + background: transparent !important; +} + +div._1mqalmd1._1mqalmd0._15sthwl8._1bugis91._15sthwla.cpipac3 { + background: transparent; +} + +div#root>.prxiv40, +div#root>.prxiv40>div, +div#root>.prxiv40>div>.prxiv41s { + background-color: #00000030 !important; +} + +._1yan8dd1._1mqalmd1._1mqalmd0._1yan8dd3._1yan8ddc._1yan8ddd { + opacity: 0; + display: none; +} + +button._13tt0gb6._1mqalmd1._1mqalmd0._1bugis90._1bugis91._13tt0gb7._13tt0gbf._13tt0gbi.cpipac3._99bnwe9 { + background: transparent; +} + +div._1ji5da1c._1mqalmd1._1mqalmd0._1ji5da13.egjrl0[data-message-id] { + background-color: #00000060; +} + +div.prxiv40>button.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv4e.prxiv41a.prxiv41k.u258z10._1mqalmd1._1mqalmd0.u258z11 { + opacity: 0; +} + +div._1kqi9iq0._1mqalmd1._1mqalmd0:has(textarea) { + background: #00000030 !important; + backdrop-filter: blur(3px); +} + +div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv417:has(textarea) +{ +background: none !important; +backdrop-filter: blur(3px); +} + +.MuiModal-root { + backdrop-filter: none; +} + +._99bnwe2, +._4yxtfdm, +.MuiPaper-root:has(.MuiToolbar-root) { + backdrop-filter: blur(100px); +} + +.MuiDrawer-root>.MuiPaper-root { + backdrop-filter: blur(10px); + background: #00000090; +} \ No newline at end of file diff --git a/FrostedGlass/background.jpg b/FrostedGlass/background.jpg new file mode 100644 index 0000000..a9a37d7 Binary files /dev/null and b/FrostedGlass/background.jpg differ