Skip to content

Commit

Permalink
Update readme, add screenshots, small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChilliPL committed Nov 4, 2020
1 parent 081364a commit 07e50b1
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 3 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# 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) (or [amoblack-dev](amoblack-dev.theme.css) for dev version) by right-clicking the button
Expand All @@ -14,4 +29,7 @@ You can close the file explorer windows.
To enable it, toggle the switch on its right. The theme should now be loaded.

<!-- Links -->
[issues]: /../../issues/
[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
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.
6 changes: 6 additions & 0 deletions src/theme.css

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

2 changes: 1 addition & 1 deletion src/theme.css.map

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

2 changes: 1 addition & 1 deletion src/theme.min.css

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

9 changes: 9 additions & 0 deletions src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ html.theme-dark {
.searchBar-6Kv8R2 {
height: 47px;
}
// Unless the server has a banner
.hasBanner-14PPlG .header-2o-2hj {
border-bottom: none;
}
// Sidebar footer
.panels-j1Uci_ {
border-top: 1px var(--ab--border) solid;
Expand All @@ -189,6 +193,11 @@ html.theme-dark {
margin: 4px 0 5px;
}

// Follow channel updates info
.wrapper-39oAo3 {
margin-bottom: 1px;
}

// Tooltips
.tooltipPointer-3ZfirK {
border-top-color: var(--ab--selected);
Expand Down

0 comments on commit 07e50b1

Please sign in to comment.