generated from replugged-org/theme-template
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
8,551 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
These are the "Decompiled" files of Flashcord Beta's SID Branch. | ||
Please note theses files ARE NOT INTENDED TO BE MODIFIED because they ARE UPDATED EXTREMELY OFTEN. | ||
Also these files aren't always updated, they only are when I remember. | ||
If you seriously really need a more up to date version of Flashcord SID, open the version available on the SGN Website. | ||
https://sirio-network.com/flashcord/sid.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
/* REMINDER: Please read LICENSE.md before modifying Flashcord. | ||
If you can't be bothered doing that, just know that: | ||
This license requires that reusers give credit to the creator. It allows reusers to copy and distribute the material in any medium or format in unadapted form and for noncommercial purposes only. | ||
[Flashcord] © 2023 by [SiriusBYT] is licensed under [CC BY-NC-ND 4.0]. | ||
*/ | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
/* [START] = Flashcord Beta == BIOS [00] CSS = */ | ||
|
||
/* NOTICE: Everytime there is a " [!] FC-Wildcard_PerfNuker " this means that using a wildcard will absolutely nuke performance so bad it would make Flashcord impossible to use */ | ||
|
||
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); | ||
:root { | ||
--font-primary: "Roboto"; | ||
--font-display: "Roboto"; | ||
--font-headline: "Roboto"; | ||
|
||
--Flashcord-Branch: "Flashcord Beta"; | ||
--Flashcord-Channel: "bSID"; | ||
--Flashcord-Version: "69"; | ||
|
||
--Flashcord-Splash: "69"; | ||
--Flashcord-SplashSca: 2; | ||
--Flashcord-SplashTrX: 0px; | ||
--Flashcord-SplashTrY: 0px; | ||
--Flashcord-SplashMAR: 40px; | ||
--custom-theme-background: unset; | ||
|
||
--FlashLang-DoubleQuote: '"'; /* This has an actual reason to exist. I'm not joking. */ | ||
--FlashLang-SingleQuote: "'"; /* It lets you cheese the annoying thing when you want both ' and " in content */ | ||
} | ||
|
||
html.theme-light { animation: var(--Flashcord-Welcome_Animation, Flashcord-Welcome_Genshin-Style) var(--Flashcord-Welcome_Speed, 1s) ease-out; } | ||
html.theme-dark { animation: var(--Flashcord-Welcome_Animation, Flashcord-Welcome_Win11) var(--Flashcord-Welcome_Speed, 1s) ease-out; } | ||
|
||
::-webkit-scrollbar { display: none; } | ||
[class*="wordmark_"] { display: none; } | ||
|
||
.stop-animation * { | ||
animation: inherit !important; | ||
transform: inherit !important; | ||
transition: inherit !important; | ||
} | ||
|
||
|
||
html[theme-hooker^="theme-"] { | ||
container-name: var(--FlashCore-Global_Theme, FC-Theme_Hooker) !important; | ||
container-type: inline-size; | ||
} | ||
|
||
body { | ||
background: unset; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
object-fit: cover; | ||
background-size: cover; | ||
} | ||
|
||
/* Legacy Theming */ | ||
.theme-dark.custom-theme-background, | ||
.theme-light.custom-theme-background { | ||
container-name: var(--FlashCore-Global_Theme, FC-AdvancedTheme-LEGACY_Custom-Background-Mode); | ||
container-type: inline-size; | ||
} | ||
|
||
.custom-theme-background { | ||
--custom-theme-background: unset; | ||
--bg-overlay-color: unset; | ||
--background-primary: unset; | ||
--background-secondary: unset; | ||
--background-secondary-alt: unset; | ||
--background-tertiary: unset; | ||
--bg-overlay-1: unset; | ||
--bg-overlay-2: unset; | ||
--bg-overlay-3: unset; | ||
--bg-overlay-4: unset; | ||
--bg-overlay-5: unset; | ||
--bg-overlay-6: unset; | ||
} | ||
|
||
[class^="notAppAsidePanel_"] > [class^="app_"] { | ||
container-name: var(--FlashCore-Idle_Optimizations, FC-Idle_OptiMin) !important; | ||
container-type: inline-size; | ||
} | ||
.app-focused { --FlashCore-Idle_Optimizations: FC-VOID !important; } | ||
@container FC-Idle_OptiMax (min-width: 0px) { | ||
[class^="app_"] { | ||
--Flashcord-AnimMult-XFast: 0; | ||
--Flashcord-AnimMult-Fast: 0; | ||
--Flashcord-AnimMult-Normal: 0; | ||
--Flashcord-AnimMult-Slow: 0; | ||
--Flashcord-AnimMult-XSlow: 0; | ||
--Flashcord-AnimMult-XTSlow: 0; | ||
--Flashcord-AnimMult-XTXSlow: 0; | ||
--Flashcord-TransMult-XFast: 0; | ||
--Flashcord-TransMult-Fast: 0; | ||
--Flashcord-TransMult-Normal: 0; | ||
--Flashcord-TransMult-Slow: 0; | ||
--Flashcord-TransMult-XSlow: 0; | ||
--Flashcord-Blur-Heavy: 0; | ||
--Flashcord-Blur-Medium: 0; | ||
--Flashcord-Blur-Light: 0; | ||
|
||
--FlashCore-GuildNav_Notification: FC-GuildNav_Static; | ||
--FlashCore-ChannelNav_Notification: FC-ChannelNav_Static; | ||
} | ||
} | ||
|
||
@container FC-Idle_OptiMin (min-width: 0px) { | ||
[class^="app_"] { | ||
--Flashcord-AnimMult-XSlow: 0; | ||
--Flashcord-AnimMult-XTSlow: 0; | ||
--Flashcord-TransMult-XFast: 0; | ||
--Flashcord-TransMult-Fast: 0; | ||
--Flashcord-TransMult-Normal: 0; | ||
--Flashcord-TransMult-Slow: 0; | ||
--Flashcord-TransMult-XSlow: 0; | ||
--Flashcord-Blur-Heavy: 0; | ||
--Flashcord-Blur-Medium: 0; | ||
--Flashcord-Blur-Light: 0; | ||
|
||
--FlashCore-GuildNav_Notification: FC-GuildNav_Static; | ||
--FlashCore-ChannelNav_Notification: FC-ChannelNav_Static; | ||
} | ||
} | ||
|
||
/* [END] = Flashcord Beta == BIOS [00] CSS = */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
/* [START] = Flashcord Beta == Kernel [00] CSS = */ | ||
|
||
/* NOTICE: Everytime there is a " [!] FC-Wildcard_PerfNuker " this means that using a wildcard will absolutely nuke performance so bad it would make Flashcord impossible to use */ | ||
[class^="app_"]:has([class^="problems_"]) { | ||
container-name: var(--Flashcord-Blackout, FC-Boot_Blackout-Android); | ||
container-type: inline-size; | ||
} | ||
|
||
@container FC-Boot_Blackout-Android (min-width: 0px) { | ||
[class^="content_"] div, video, [class^="problems_"] div { display: none; } | ||
[class^="problems_"]:before { | ||
content: "⚠️ You are having connection problems."; | ||
color: white; | ||
text-align: center; | ||
white-space: pre; | ||
animation: FlashCore-FadeIn_Bottom var(--Flashcord-AnimMult-XSlow, 1s); | ||
} | ||
[class^="content_"]:before { | ||
content: "Flashcord"; | ||
margin: auto; | ||
text-align: center; | ||
scale: 5; | ||
font-weight: 900; | ||
background-image: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 30%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.05) 80%, rgba(255,255,255,0.05) 100%); | ||
background-size: 32vw; | ||
-webkit-background-clip: text; | ||
-webkit-text-fill-color: transparent; | ||
animation: FlashCore-BackXMTL var(--Flashcord-AnimMult-XTXSlow, 4s) linear infinite !important; | ||
} | ||
[class^="content_"] { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100vw; | ||
height: 100vh; | ||
|
||
background: transparent; | ||
|
||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
|
||
animation: FlashCore-FadeIn var(--Flashcord-AnimMult-XSlow, 1s) !important; | ||
background: rgba(0,0,0,0.9); | ||
backdrop-filter: blur(var(--Flashcord-Blur-Heavy, 16px)); | ||
} | ||
} | ||
|
||
@container FC-Boot_Blackout-Terminal (min-width: 0px) { | ||
[class^="container_"] { background-color: black; } | ||
[class^="content_"] div, video, [class^="problems_"] { display: none; } | ||
[class^="content_"] { | ||
font-family: monospace; | ||
font-size: large; | ||
background: transparent; | ||
width: fit-content; | ||
height: fit-content; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
display: flex; | ||
flex-direction: row; | ||
animation: FlashCore-FadeIn var(--Flashcord-AnimMult-XSlow, 1s) !important; | ||
background: black; | ||
backdrop-filter: blur(var(--Flashcord-Blur-Heavy, 16px)); | ||
} | ||
[class^="content_"]::after { | ||
margin-left: 0.5rem; | ||
content: "_"; | ||
color: white; | ||
text-align: left; | ||
white-space: pre; | ||
animation: Flashcord-DotBlink var(--Flashcord-AnimMult-XSlow, 1s) linear infinite; | ||
position: absolute; | ||
top: 21rem; | ||
left: 11rem; | ||
} | ||
[class^="content_"]::before { | ||
content: "Linux AuraCloud-E2A 6.4.0-3-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.4.11-1 (2023-08-17) x86_64 \A \ | ||
=== Sirio Network OCI: AuraCloud-E2A \A \ | ||
Private Key accepted, connection successful. \A \A \ | ||
------------------------------------------------------------------------- \A\A \ | ||
The programs included with the Debian GNU/Linux system are free software; \A \ | ||
the exact distribution terms for each program are described in the \A \ | ||
individual files in /usr/share/doc/*/copyright. \A\A \ | ||
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent \A \ | ||
permitted by applicable law. \A\A \ | ||
------------------------------------------------------------------------- \A \ | ||
Last login: "var(--Flashcord-Version)" from "var(--Flashcord-Branch)" \A \ | ||
root@AuraCloud-E2A:~# ./Flashcord.sh \A \ | ||
AuraCloud-E2A systemd[1]: Starting nginx.service \A \ | ||
AuraCloud-E2A systemd[1]: Started nginx.service \A \ | ||
GET "var(--FlashLang-DoubleQuote)"/flashcord/sid.css HTTP/1.1"var(--FlashLang-DoubleQuote)" from "var(--FlashLang-DoubleQuote)"discord/1.0.92 Electron/22.3.26"var(--FlashLang-DoubleQuote)" \A \ | ||
Starting Flashcord \A"; | ||
margin-top: 2rem; | ||
margin-left: 0.5rem; | ||
text-align: left; | ||
color: white; | ||
white-space: pre-wrap; | ||
} | ||
} | ||
/* [END] = Flashcord Beta == Kernel [00] CSS = */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
|
||
/* [START] = Flashcord Beta == Kernel [01] CSS = */ | ||
|
||
body { | ||
--Flashcolord-Light_Accent: rgba(0,155,255,0.5); | ||
--Flashcolord-Dark_Accent: rgba(255,55,0,0.5); | ||
--Flashcolord-CBM_Light-Floating: rgba(255,255,255,0.5); | ||
--Flashcolord-CBM_Dark-Floating: rgba(0,0,0,0.5); | ||
--Flashcolord-CBM_HeavyLight-Floating: rgba(255,255,255,0.8); | ||
--Flashcolord-CBM_HeavyDark-Floating: rgba(0,0,0,0.8); | ||
|
||
--SNDL-C_LightBC: rgba(255,255,255,0.1); | ||
--SNDL-C_GreyBC: rgba(55,55,55,0.1); | ||
--SNDL-C_DarkBC: rgba(0,0,0,0.1); | ||
|
||
--SNDL-C_HeavyLightBC: rgba(255,255,255,0.5); | ||
--SNDL-C_HeavyGreyBC: rgba(55,55,55,0.5); | ||
--SNDL-C_HeavyDarkBC: rgba(0,0,0,0.5); | ||
} | ||
|
||
html.theme-light { background: #ffffff; } | ||
.theme-light { | ||
--background-primary: #FFFFFF; | ||
--background-secondary: #FFFFFF; | ||
--background-secondary-alt: #FFFFFF; | ||
--background-tertiary: #FFFFFF; | ||
--background-accent: #FF99FF; | ||
--background-floating: #FFFfFF; | ||
--channeltextarea-background: #f0f0f0; | ||
--background-modifier-selected: #eaeaea; | ||
--background-modifier-hover: #f0f0f0; | ||
--home-background: #ffffff; | ||
} | ||
html.theme-dark { background: #000000; } | ||
.theme-dark { | ||
--background-primary: #000000; | ||
--background-secondary: #000000; | ||
--background-secondary-alt: #000000; | ||
--background-tertiary: #000000; | ||
--background-accent: #660066; | ||
--background-floating: #060606; | ||
--channeltextarea-background: #060606; | ||
--background-modifier-selected: #0F0F0F; | ||
--background-modifier-hover: #161616; | ||
--FlashCore-Brightness: 2; | ||
} | ||
|
||
/* SNDL Colors will be used in a future version, SNDL colors are yet to be done in the first place. */ | ||
.SNDL-Light, | ||
.SNDL-Dark { | ||
--SNDL-C_WarningBC: rgba(255,55,55,0.8); | ||
--SNDL-C_DisclaimerBC: rgba(255,200,55,0.8); | ||
--SNDL-C_InfoBC: rgba(55,55,255,0.8); | ||
--SNDL-C_SuccessBC: rgba(55,255,55,0.8); | ||
--SNDL-C_WarningSemiLightBC: rgba(255,55,55,0.6); | ||
--SNDL-C_DisclaimerSemiLightBC: rgba(255,200,55,0.6); | ||
--SNDL-C_SuccessSemiLightBC: rgba(55,255,55,0.6); | ||
--SNDL-C_InfoSemiLightBC: rgba(55,55,255,0.6); | ||
--SNDL-C_WarningLightBC: rgba(255,55,55,0.15); | ||
--SNDL-C_DisclaimerLightBC: rgba(255,200,55,0.15); | ||
--SNDL-C_SuccessLightBC: rgba(55,255,55,0.15); | ||
--SNDL-C_InfoLightBC: rgba(55,55,255,0.15); | ||
|
||
--SNDL-C_LightBC: rgba(255,255,255,0.1); | ||
--SNDL-C_GreyBC: rgba(55,55,55,0.1); | ||
--SNDL-C_DarkBC: rgba(0,0,0,0.1); | ||
|
||
--SNDL-C_HeavyLightBC: rgba(255,255,255,0.5); | ||
--SNDL-C_HeavyGreyBC: rgba(55,55,55,0.5); | ||
--SNDL-C_HeavyDarkBC: rgba(0,0,0,0.5); | ||
} | ||
|
||
.SNDL-Light { | ||
--SNDL-C_Text: rgba(0,0,0,0.95); | ||
--SNDL-C_TextInvert: rgba(255,255,255,0.95); | ||
--SNDL-C_Link: rgba(55,105,255,0.95); | ||
--SNDL-C_LinkH: rgba(55,205,255,0.95); | ||
--SNDL-C_HLink: rgba(25,25,55,0.95); | ||
} | ||
|
||
.SNDL-Dark { | ||
--SNDL-C_Text: rgba(255,255,255,0.95); | ||
--SNDL-C_TextInvert: rgba(0,0,0,0.95); | ||
--SNDL-C_Link: rgba(55,205,255,0.95); | ||
--SNDL-C_LinkH: rgba(55,105,255,0.95); | ||
--SNDL-C_HLink: rgba(230,255,255,0.95); | ||
} | ||
|
||
/* [END] = Flashcord Beta == Kernel [01] CSS = */ |
Oops, something went wrong.