Skip to content

Commit

Permalink
Style server helper channels and role colour dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 26, 2023
1 parent dd4beb3 commit 8856c64
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "1.2.4",
"version": "1.2.5",
"updater": {
"type": "store",
"id": "net.saltssaumure.Squared"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squared-discord-theme",
"version": "1.2.4",
"version": "1.2.5",
"description": "A border-radius removing Discord theme.",
"repository": "https://github.com/MiniDiscordThemes/Squared.git",
"author": "Saltssaumure <saltssaumure@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion scss-compile.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default {
/** The name of your theme repository. */
repo: "Squared",
/** The version of your theme. */
version: "1.2.4"
version: "1.2.5"
}
};
10 changes: 10 additions & 0 deletions scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
.card-PQEqCK,
.card-sX105p,
.card-WWLYDO,
.cardContainerWithoutTopIndicator-36cvDB,
.cardIcon-1d-mcG::before,
.cardWrapper-1bSePP,
.category-2OvQ93,
Expand Down Expand Up @@ -212,6 +213,7 @@
.container-8Futzw,
.container-AxP_J8,
.container-lJuBHq,
.container-PAPxZh,
.container-QlmnKJ,
.container-SidGiM,
.container-x8Y1ix,
Expand Down Expand Up @@ -348,6 +350,8 @@
.header-1Uy0p6,
.header-1zd7se,
.header-224ffR,
.headerArt-UqZaX6,
.headerArtWrapper-2o2rZd,
.headerContent-3_EO-5 .searchBox-3wTyE4,
.headerIcon-2ra-HY,
.headerIcon-4CEo5y,
Expand All @@ -373,6 +377,7 @@
.iconActiveLarger-2EZc1b,
.iconActiveMedium-27_R5B,
.iconActiveMini-1h3oNi,
.iconActiveXLarge-ehIcza,
.iconBadge-3Mmg92,
.iconCircle-36md0w,
.iconCircle-3phBqx,
Expand Down Expand Up @@ -437,11 +442,13 @@
.liveShapeRoundRight-1ifBrO,
.loadingCard-3pIp9h,
.lockIconContainer-2rQv65,
.lowMotion-1G5A7p .item-2VgEex,
.mainCard-3KBsBI,
.markup-eYLPri code.inline,
.markup-eYLPri pre,
.maskBackground-3UP7z9,
.matchingPostsRow-2IiEQ1,
.media-1EQ0ve,
.mediaAttachmentsContainer-1WGRWy,
.mediaBarGrabber-FvJKJg,
.mediaBarInteractionVolume-zGrOSh,
Expand Down Expand Up @@ -599,6 +606,7 @@
.roleDot-2a4Pv7,
.roleDot-2gCDg5,
.roleIcon-3-WL_I::before,
.roleMessagePreview-NUi2Ri,
.roleRow-230vCm,
.roleRow-3LoHQ6,
.rolesWrapper-1LLZrU,
Expand All @@ -613,6 +621,7 @@
.roundButton-2_R5PN,
.roundButton-2mKRqM,
.roundedBanner-uNt2w-,
.row--LCpto,
.row-1qtctT,
.rowContainer-3t7486,
.rowWrapper-N-4fji,
Expand Down Expand Up @@ -704,6 +713,7 @@
.tierCardCurrentTier-ed2p6N,
.tierHeader-3q9jIw,
.tierHeader-wgo0w_,
.tierImage-28AAQO,
.tierMarker-Vw1C95,
.tierMarkerLabelText-1wk8KK,
.tierUnlocked-1yG5Ic,
Expand Down
5 changes: 5 additions & 0 deletions scss/svg/_path.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ $repaths: (
// Close theme preview
".closeCircle-3Z0F6p"
"M 0.3333 0.3333 V 13.6666 H 13.6666 V 0.3333 Z M 10.166 9.1952 L 9.2233 10.1379 L 7.028 7.9432 L 4.8327 10.1379 L 3.89 9.1952 L 6.0847 6.9999 L 3.8893 4.8046 L 4.832 3.8626 L 7.0273 6.0579 L 9.2227 3.8626 L 10.1653 4.8046 L 7.9707 6.9999 L 10.166 9.1952 Z",
// Role colour dot
".svg-26OBgk.roleDot-PzIfeF"
"M 0 0 H 20 V 20 H 0 Z",
".svg-26OBgk.roleDotLeft-CjEHNX"
"M 0 0 H 20 V 20 H 0 Z",
);

$textbuttons: (
Expand Down

0 comments on commit 8856c64

Please sign in to comment.