Skip to content

Commit 651b096

Browse files
author
unknown
committed
misc changes
1 parent 06a3881 commit 651b096

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ git clone https://github.com/LuckFire/midnight-mars
2020

2121
# Credits
2222
A big thank you to everyone for the inspiration and help with making this theme!
23-
- **[Pavui](https://github.com/Pavui/)** for helping me stay sane and be a huge inspiration and help on getting this theme done.
23+
- **[Pavui](https://github.com/Pavui/)** for being a huge inspiration and for helping me get this done. (and helping me stay sane)
2424
- **[kingultron99](https://github.com/kingultron99)** for the idea of a reactive chat input, coming from their [Material](https://github.com/Kings-Discord-Stuff/material/) theme.
25-
- **[Fahrenheit](https://github.com/Fahrenheit)** for giving me the idea that separates the members list <3
25+
- **[Fahrenheit](https://github.com/Fahrenheit)** for the idea that separates the members list.
2626

2727
Addon Credits:
2828
- **[Tropical](https://github.com/Tropix126)** for [usrbg](https://github.com/Discord-Custom-Covers/usrbg).
2929
- **[Gibbu](https://github.com/gibbu)** for [RadialStatus](https://github.com/DiscordStyles/RadialStatus).
30-
- **[NYRI4](https://github.com/NYRI4)** for [Disccolored](https://github.com/NYRI4/Discolored) .
30+
- **[NYRI4](https://github.com/NYRI4)** for [Discolored](https://github.com/NYRI4/Discolored) .

src/addons/_imports.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
@import url("https://discordstyles.github.io/RadialStatus/base.css");
2+
@import url("https://nyri4.github.io/Discolored/main.css");

src/main/_base.scss

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url('https://raw.githack.com/NYRI4/Discolored/master/main.css');
2-
31
@import './app/import';
42
@import './channels/import';
53
@import './chat/import';

src/support/MidnightMars.theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
**/
1010

1111
@import url("https://luckfire.github.io/midnight-mars/src/support/compiled.css");
12-
@import url("https://raw.githack.com/NYRI4/Discolored/master/main.css");
1312
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
1413
@import url("https://discordstyles.github.io/RadialStatus/base.css");
14+
@import url("https://raw.githack.com/NYRI4/Discolored/master/main.css");
1515

1616
:root {
1717
/* ----------- MidnightMars Base ----------- */

src/support/MidnightMars.user.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
==/UserStyle== */
99

1010
@import url("https://luckfire.github.io/midnight-mars/src/support/compiled.css");
11-
@import url("https://raw.githack.com/NYRI4/Discolored/master/main.css");
1211
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
1312
@import url("https://discordstyles.github.io/RadialStatus/base.css");
14-
13+
@import url("https://raw.githack.com/NYRI4/Discolored/master/main.css");
14+
1515
:root {
1616
/* ----------- MidnightMars Base ----------- */
1717
/* ----- Default Theme --- */

0 commit comments

Comments
 (0)