Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChilliPL committed Nov 4, 2020
2 parents 930b167 + 07e50b1 commit 37fdf6c
Show file tree
Hide file tree
Showing 13 changed files with 610 additions and 151 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.**
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,35 @@
# discord-amoblack
# Discord AMOBlack
Very dark Discord theme, ideal for AMOLED displays.

![Screenshot](screens/0.png?raw=true)

Most plugins work without any problems. If some plugin element is not made black or there's some other problem, please create an issue [here][issues].

### Currently supported plugins:
1. **[MemberCount by Arashiryuu][plugin membercount]**
(background color fix)
![](screens/membercount.png?raw=true)
2. **[CharCounter by DevilBro][plugin charcounter]**
(placement and color fix)
![](screens/charcounter.png?raw=true)
3. **[BetterFormattingRedux][plugin bfredux]**
(background color fix)
![](screens/bfredux.png)

Every other plugin I use works well, but if you use one that doesn't look good with this theme, feel free to [create an issue][issues]!

How to install
---
1. Download the file called [amoblack.theme.css](amoblack.theme.css) by right-clicking the button
1. Download the file called [amoblack.theme.css](amoblack.theme.css) (or [amoblack-dev](amoblack-dev.theme.css) for dev version) by right-clicking the button
`Raw` on its page and selecting `Save link as`. Don't change its name and click `Save`.
2. In Discord with BandagedBD installed, go to `Settings``Themes``Open Theme Folder`.
3. Drag and drop (or move another way) the file you downloaded into the theme folder that Discord opened.
You can close the file explorer windows.
4. Go back to Discord. In the themes settings, you should now see: `Discord AMOBlack v[???] by TheChilliPL`.
To enable it, toggle the switch on its right. The theme should now be loaded.

<!-- Links -->
[issues]: /../../issues/
[plugin membercount]: https://github.com/Arashiryuu/crap/blob/master/ToastIntegrated/MemberCount/MemberCount.plugin.js
[plugin charcounter]: https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CharCounter
[plugin bfredux]: https://github.com/rauenzi/BetterDiscordAddons/tree/master/Plugins/BetterFormattingRedux
12 changes: 12 additions & 0 deletions amoblack-dev.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* @name Discord AMOblack
* @version Development
* @description Very dark theme, ideal for AMOLED displays.
* For bug reports, use GitHub issues. Open our GitHub by using the Website button below.
* @author TheChilliPL
* @authorId 213903338251485185
* @website https://github.com/TheChilliPL/discord-amoblack
* @source https://github.com/TheChilliPL/discord-amoblack
*/

@import url("https://raw.githack.com/TheChilliPL/discord-amoblack/dev/src/theme.min.css");
4 changes: 2 additions & 2 deletions amoblack.theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name Discord AMOblack
* @version 1.0
* @version Newest stable
* @description Very dark theme, ideal for AMOLED displays.
* For bug reports, use GitHub issues. Open our GitHub by using the Website button below.
* @author TheChilliPL
Expand All @@ -9,4 +9,4 @@
* @source https://github.com/TheChilliPL/discord-amoblack
*/

@import url("https://raw.githack.com/TheChilliPL/discord-amoblack/main/theme.css");
@import url("https://raw.githack.com/TheChilliPL/discord-amoblack/main/src/theme.min.css");
Binary file added screens/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/bfredux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/charcounter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/membercount.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
270 changes: 270 additions & 0 deletions src/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/theme.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/theme.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 37fdf6c

Please sign in to comment.