Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/B4T3S/DiscordDarkNeon
Browse files Browse the repository at this point in the history
  • Loading branch information
B4T3S committed Mar 28, 2024
2 parents 5caf4c4 + f5d7966 commit e13add0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions DarkNeon.theme.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/**
* @name Dark Neon
* @author Bates#7075
* @version 2.0.0
* @source https://gitlab.com/CommandCrafterHD/bates-discord-theme
* @website https://commandcrafterhd.gitlab.io/bates-discord-theme/
* @author Bates
* @version 2.0.1
* @source https://gitlab.com/B4T3S/bates-discord-theme
* @website https://B4T3S.gitlab.io/bates-discord-theme/
* @donate https://www.paypal.com/paypalme/floriancegledi
* @patreon https://patreon.com/bates
* @description A dark theme with bright neon-y colors, now with more options!
* @authorId 137259132305539072
* @invite 6qd3SkP6Ch
*/

@import url('https://commandcrafterhd.github.io/DiscordDarkNeon/mainRewrite.css');
@import url('https://B4T3S.github.io/DiscordDarkNeon/mainRewrite.css');
/* ^ This is the main Import ^ DO NOT TOUCH. Without this, the theme won't load!!! */

@import url('https://commandcrafterhd.github.io/DiscordDarkNeon/css/hideUsers.css');
@import url('https://B4T3S.github.io/DiscordDarkNeon/css/hideUsers.css');
/* This import adds the collapsible user-list. Remove it/comment it out to disable that feature */

/* CUSTOMIZE COLORS IN HERE! */
Expand All @@ -35,4 +35,4 @@
--background-size: cover; /* Scales the background image */
--background-blur: 5px; /* Blurs the image which helps with readability of text infront of it */
--background-brightness: 100%; /* Changes the background images brightness */
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://www.patreon.com/bates" target="_blank"><img src="https://img.shields.io/badge/Patreon-Support%20me%3F-f96854"></img></a>
</div>
<h1 align="center">Dark Neon Discord Theme</h1>
<img src="https://commandcrafterhd.github.io/DiscordDarkNeon/DarkNeon.png">
<img src="https://B4T3S.github.io/DiscordDarkNeon/DarkNeon.png">

<h2>About</h2>

Expand All @@ -23,7 +23,7 @@ Installing betterdiscord themes is really easy!
<h2>Customization</h2>

You can easily customize this theme by editing the .theme.css file! Just change the variables to whatever you want!
If you need help finding the right value(s), head on over to [the theme's website](https://commandcrafterhd.github.io/DiscordDarkNeon/) which has a handy color-picker!
If you need help finding the right value(s), head on over to [the theme's website](https://B4T3S.github.io/DiscordDarkNeon/) which has a handy color-picker!

<h2>Need more help?</h2>

Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h5 class="card-title mb-3">MOAR Customization!</h5>
<div class="card h-100">
<div class="card-body">
<h5 class="card-title mb-3">MOAR Collapses!</h5>
<a href="https://gibbu.github.io/ThemePreview/?file=https://cdn.jsdelivr.net/gh/CommandCrafterHD/DiscordDarkNeon/css/DarkNeon.theme.css" target="_blank"><img src="img/DarkNeon.gif" class="card-img" alt="Preview Gif"></a>
<a href="https://gibbu.github.io/ThemePreview/?file=https://cdn.jsdelivr.net/gh/B4T3S/DiscordDarkNeon/DarkNeon.theme.css" target="_blank"><img src="DarkNeon.gif" class="card-img" alt="Preview Gif"></a>
<p class="card-text">The Theme comes with a fancy function to collapse the userlist in servers/groups!</br>You don't want this feature? No problem! Just remove the second <b class="neon">@import</b> from your DarkNeon.theme.css file!</p>
</div>
</div>
Expand All @@ -72,7 +72,7 @@ <h5 class="card-title mb-3">MOAR Collapses!</h5>
<div class="col-sm-4">
<div class="container flex-column justify-content-center pt-5">
<h2 class="d-flex justify-content-center">Intrigued?</h2>
<a href="css/DarkNeon.theme.css" download="" class="button m-3 d-flex justify-content-center py-2">Get the Theme!</a>
<a href="DarkNeon.theme.css" download="" class="button m-3 d-flex justify-content-center py-2">Get the Theme!</a>
<a href="https://discord.gg/6qd3SkP6Ch" target="_blank" class="button m-3 d-flex justify-content-center py-2">Join the Discord Server!</a>
</div>
</div>
Expand All @@ -84,7 +84,7 @@ <h2 class="d-flex justify-content-center">Intrigued?</h2>
<div class="container flex-column justify-content-center pt-5">
<h2 class="d-flex justify-content-center">Don't like the Theme?</h2>
<h2 class="d-flex justify-content-center">Check out my other theme!</h2>
<a href="https://commandcrafterhd.github.io/Fallout4TerminalTheme/" class="button m-5 d-flex justify-content-center py-2">Fallout 4 Terminal</a>
<a href="https://B4T3S.github.io/Fallout4TerminalTheme/" class="button m-5 d-flex justify-content-center py-2">Fallout 4 Terminal</a>
</div>
</div>
<div class="col-sm-3"></div>
Expand Down

0 comments on commit e13add0

Please sign in to comment.