Skip to content

Commit

Permalink
LPM-231106-HF1
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusBYT committed Nov 6, 2023
1 parent 6fee94c commit 557ab07
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "com.sirio-network.Flashcord-LPM",
"name": "Flashcord for Low-End Systems (LPM)",
"description": "Flashcord for the haters. Insanely nerfed version, missing a ton of features ranging from certain QOL changes to utterly useless unused things such as Chat Effects. This version is so debloated that even Windows debloaters are crying.",
"description": "[ℹ️] Read the Flashcord Wiki for more information. A nerfed/debloated version of the world's most advanced, complex and feature rich Discord Theme to ever exist. This version is so debloated that even Windows debloaters are crying.",
"author": {
"name": "SiriusBYT",
"discordID": "311057290562371586",
"github": "SiriusBYT"
},
"version": "LPM-231106",
"version": "LPM-231106-HF1",
"updater": {
"type": "github",
"id": "SiriusBYT/Flashcord"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Flashcord for Low-End Systems (LPM)",
"version": "LPM-231106",
"description": "[ℹ️] Read the Flashcord Wiki for more information. A nerfed/debloated version of the world's most advanced, complex and feature rich Discord Theme to ever exist.",
"version": "LPM-231106-HF1",
"description": "[ℹ️] Read the Flashcord Wiki for more information. A nerfed/debloated version of the world's most advanced, complex and feature rich Discord Theme to ever exist. This version is so debloated that even Windows debloaters are crying.",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/LPM/0-BIOS.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This license requires that reusers give credit to the creator. It allows reusers

--Flashcord-Branch: "Flashcord";
--Flashcord-Channel: "LPM";
--Flashcord-Version: "231106";
--Flashcord-Version: "231106-HF1";

background: #000000;
}
Expand Down
11 changes: 6 additions & 5 deletions src/LPM/lpm.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This license requires that reusers give credit to the creator. It allows reusers

--Flashcord-Branch: "Flashcord";
--Flashcord-Channel: "LPM";
--Flashcord-Version: "231106";
--Flashcord-Version: "231106-HF1";

background: #000000;
}
Expand Down Expand Up @@ -69,9 +69,6 @@ body {
--bg-overlay-4: transparent;
--bg-overlay-5: transparent;
--bg-overlay-6: transparent;

--FlashCore-ChatSlide: FC-ChatSlide_Legacy;
--FlashCore-Brightness: 0.5;
}

html:not(html:hover) #app-mount {
Expand Down Expand Up @@ -238,11 +235,15 @@ This information is only visible to you, please screenshot it and send it to @Si
/* [Start] = Flashcord Beta == Custom Theme: CBM CSS = */

@container FC-AdvancedTheme-LEGACY_Custom-Background-Mode (min-width: 0px) {
body {
--FlashCore-ChatSlide: FC-ChatSlide_Legacy;
--FlashCore-Brightness: 0.5;
}
.theme-light body {
background-image: var(--Flashcord-CBM_Light-Image, url("https://sirio-network.com/flashcord/ressources/backgrounds/bgr-test.jpg") ) !important;
}
.theme-dark body {
background-image: var(--Flashcord-CBM_Light-Image, url("https://sirio-network.com/flashcord/ressources/backgrounds/hypernner.jpg") ) !important;
background-image: var(--Flashcord-CBM_Dark-Image, url("https://sirio-network.com/flashcord/ressources/backgrounds/hypernner.jpg") ) !important;
}
[class^="layer_"]:nth-child(2) {
border: 1px solid white;
Expand Down

0 comments on commit 557ab07

Please sign in to comment.