aboutsummaryrefslogtreecommitdiff
path: root/.config/BetterDiscord/themes/MinimalCord.theme.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/BetterDiscord/themes/MinimalCord.theme.css')
-rw-r--r--.config/BetterDiscord/themes/MinimalCord.theme.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/.config/BetterDiscord/themes/MinimalCord.theme.css b/.config/BetterDiscord/themes/MinimalCord.theme.css
deleted file mode 100644
index 870c8f6..0000000
--- a/.config/BetterDiscord/themes/MinimalCord.theme.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * @name MinimalCord
- * @author Gibbu#1211
- * @version 2.0.0
- * @invite ZHthyCw
- * @description Changes Discord enough to give it a fresh feel while also making it darker. Supports both Light and Dark themes.
- * @source https://github.com/DiscordStyles/MinimalCord
- * @website https://www.gibbu.me
-*/
-
-@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
-@import url("https://discordstyles.github.io/MinimalCord/dist/MinimalCord.css");
-
-:root {
- /*
- Accent variable
- Use this website: https://htmlcolorcodes.com/color-picker/
- to get your desired RGB numbers. Then simply put each number in their respective area.
- R,G,B
- */
- --accent: 50, 131, 207;
-
- --message-padding: 10px; /* Spacing in the messages. MUST END IN px | DEFAULT: 10px */
- --message-spacing: 10px; /* Spacing around the messages. MUST END IN px | DEFAULT: 10px */
-
- /*
- To use a custom font. Visit https://fonts.google.com and select one to your liking.
- Now just follow this tutorial: https://imgur.com/a/CNbw7xC
- */
- --font: 'Roboto';
-} \ No newline at end of file