generated from MiniDiscordThemes/Template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate theme from MiniDiscordThemes/Snippets
- Loading branch information
1 parent
35dd4ed
commit ae6350b
Showing
27 changed files
with
315 additions
and
75 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 |
---|---|---|
|
@@ -34,3 +34,4 @@ jobs: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_branch: deploy | ||
publish_dir: "./" | ||
enable_jekyll: true |
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,20 @@ | ||
/** | ||
* @name Discord Reimagined | ||
* @author Saltssaumure | ||
* @authorLink https://github.com/Saltssaumure | ||
* @description Based on 'Discord Re-imagined (Concept)' by Concept Central: https://www.youtube.com/watch?v=7gyZyg3jC2w. | ||
* @license MIT | ||
* @version 1.1 | ||
* @invite uy8nKQVatp | ||
* @source https://github.com/MiniDiscordThemes/DiscordReimagined | ||
* @donate https://ko-fi.com/saltssaumure | ||
*/ | ||
|
||
@import url("https://minidiscordthemes.github.io/DiscordReimagined/reimagine.min.css"); | ||
|
||
/* See https://github.com/MiniDiscordThemes/DiscordReimagined#customisation for customisation settings. */ | ||
:root { | ||
--reimagine-channellist-width: 360px; | ||
--reimagine-header-height: 60px; | ||
--reimagine-server-size: 54px; | ||
} |
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,20 +1,23 @@ | ||
{ | ||
"id": "net.saltssaumure.Template", | ||
"name": "Template", | ||
"description": "A template theme for multiple client mod support.", | ||
"id": "net.saltssaumure.DiscordReimagined", | ||
"name": "Discord Reimagined", | ||
"description": "Based on 'Discord Re-imagined (Concept)' by Concept Central: https://www.youtube.com/watch?v=7gyZyg3jC2w. See GitHub for customisation options.", | ||
"author": { | ||
"name": "Saltssaumure", | ||
"discordID": "134142022092062720", | ||
"github": "Saltssaumure" | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.1.1", | ||
"updater": { | ||
"type": "store", | ||
"id": "net.saltssaumure.Template" | ||
"id": "net.saltssaumure.DiscordReimagined" | ||
}, | ||
"license": "MIT", | ||
"type": "replugged-theme", | ||
"main": "scss/temp.scss", | ||
"source": "https://github.com/MiniDiscordThemes/Template", | ||
"image": ["https://minidiscordthemes.github.io/Template/preview/preview.avif"] | ||
"main": "scss/reimagine-replugged.scss", | ||
"source": "https://github.com/MiniDiscordThemes/DiscordReimagined", | ||
"image": [ | ||
"https://minidiscordthemes.github.io/DiscordReimagined/preview/preview.png", | ||
"https://minidiscordthemes.github.io/DiscordReimagined/preview/preview-systemcolor.png" | ||
] | ||
} |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "template-discord-theme", | ||
"version": "1.0.0", | ||
"description": "A template Discord theme for multiple client mod support.", | ||
"repository": "github:MiniDiscordThemes/Template", | ||
"name": "discordreimagined-discord-theme", | ||
"version": "1.1.1", | ||
"description": "A Discord theme based on 'Discord Re-imagined (Concept)' by Concept Central: https://www.youtube.com/watch?v=7gyZyg3jC2w.", | ||
"repository": "github:MiniDiscordThemes/DiscordReimagined", | ||
"author": "Saltssaumure <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/** @type {import('bd-scss/lib/config').Config} */ | ||
export default { | ||
meta: { | ||
name: "Template" /* The official name of your theme. */, | ||
scss: "temp" /* The name of your base scss file. */, | ||
repo: "Template" /* The name of your theme repository. */, | ||
name: "Discord Reimagined" /* The official name of your theme. */, | ||
scss: "reimagine-replugged" /* The name of your base scss file. */, | ||
repo: "DiscordReimagined" /* The name of your theme repository. */, | ||
version: "dev" /* The version of your theme. */ | ||
} | ||
}; |
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,6 @@ | ||
@mixin hoist { | ||
position: relative; | ||
top: calc(-1 * var(--channellist-header-height)); | ||
height: calc(100% + var(--channellist-header-height)); | ||
z-index: 100; | ||
} |
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,6 @@ | ||
@import url("https://fonts.googleapis.com/css2?family=Noto+Emoji&family=Wix+Madefor+Display:[email protected]&display=swap"); | ||
|
||
:root { | ||
--font-primary: "gg sans", "Noto Emoji", sans-serif; | ||
--font-display: "Wix Madefor Display", "Noto Emoji", sans-serif; | ||
} |
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,9 @@ | ||
// Scrollbar | ||
.auto_c49869 { | ||
&:not(:hover) { | ||
&::-webkit-scrollbar-thumb, | ||
&::-webkit-scrollbar-track { | ||
background-color: transparent; | ||
} | ||
} | ||
} |
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,2 @@ | ||
@forward "./font"; | ||
@forward "./scrollbar"; |
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,50 @@ | ||
@import url("https://minidiscordthemes.github.io/Snippets/ChannelListWidth/main.css"); | ||
|
||
// Channel sidebar | ||
.sidebar_a4d4d9 { | ||
$side-margin: 12px; | ||
|
||
// Server name | ||
.name_fd6364 { | ||
font-family: var(--font-display); | ||
} | ||
|
||
// Channels | ||
.scrollerBase_eed6a8 { | ||
padding-left: $side-margin; | ||
padding-right: $side-margin !important; | ||
|
||
// Unread pips | ||
.unread_d8bfb3 { | ||
border-radius: var(--radius-xs); | ||
width: 8px; | ||
} | ||
|
||
// Channel icons | ||
@at-root .iconContainer_d8bfb3 { | ||
order: 1; | ||
margin-right: 0; | ||
|
||
@at-root .containerDefault_f6f816.selected_f6f816 &, | ||
.containerDefault_f6f816:hover & { | ||
display: none; | ||
} | ||
} | ||
} | ||
|
||
// User panel | ||
.panels_a4d4d9 { | ||
border-radius: 8px; | ||
overflow: hidden; | ||
margin: 0 $side-margin 24px; | ||
|
||
.container_b2ca13 { | ||
background-clip: padding-box; | ||
|
||
// Name | ||
.title_d1da5f { | ||
font-family: var(--font-display); | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.