🎉 First commit

This commit is contained in:
Nicolas Rojas 2025-05-29 20:15:50 -05:00
commit fa7b04fb42
Signed by: nicolas
SSH key fingerprint: SHA256:gi4v1tDcXHbV+fkvqqs9b5rkFlo4Q9DHXp90MifkZK0
3 changed files with 56 additions and 0 deletions

12
LICENSE Normal file
View file

@ -0,0 +1,12 @@
Copyright (C) 2025 Nicolas Rojas
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# Selenized theme for Discord
## Usage
To use this theme, you need [BetterDiscord](https://betterdiscord.app).
1. Download the [theme CSS file](selenized.theme.css)
2. Copy the downloaded file to your BetterDiscord themes folder.
3. Enable the theme in BetterDiscord settings.
You can also use a compatible discord client/mod (e.g. Vencord, Armcord), following their respective theming instructions.
## FAQ
- Q: **_Can this get my account banned?_**
- A: Using third party clients and injecting custom css violates Discord's terms of service. Although nobody has ever been banned for simply using discord client mods, use at your own discretion!

28
selenized.theme.css Normal file
View file

@ -0,0 +1,28 @@
/**
* @name selenized
* @description Selenized color palette, for discord
* @author nirogu
* @version 1.0.0
*/
@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css');
:root {
--accentcolor: 65,199,185;
--accentcolor2: 175,136,235;
--linkcolor: 70,149,247;
--mentioncolor: 65,199,185;
--textbrightest: 255,255,255;
--textbrighter: 222,222,222;
--textbright: 185,185,185;
--textdark: 140,140,140;
--textdarker: 115,115,115;
--textdarkest: 80,80,80;
--backgroundaccent: 45,91,105;
--backgroundprimary: 16,60,72;
--backgroundsecondary: 24,73,86;
--backgroundsecondaryalt: 24,73,86;
--backgroundtertiary: 16,60,72;
--backgroundfloating: 45,91,105;
--settingsicons: 1;
}