Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewisakura/BootyfulDiscord
It's bootyful!
https://github.com/lewisakura/BootyfulDiscord
Last synced: 27 days ago
JSON representation
It's bootyful!
- Host: GitHub
- URL: https://github.com/lewisakura/BootyfulDiscord
- Owner: lewisakura
- Created: 2016-12-12T19:52:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T10:29:49.000Z (over 7 years ago)
- Last Synced: 2024-05-18T19:19:22.814Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- discord-resources - LewisTehMinerz/BootyfulDiscord - BootyfulDiscord.theme.css | A theme based off of AlexFlipnote's theme containing some snippets and some personal mods. [Embed](https://rawgit.com/LewisTehMinerz/BootyfulDiscord/master/BootyfulDiscord.theme.css) (Themes)
README
# BootyfulDiscord
Get [MyDiscord](https://github.com/justinoboyle/mydiscord) to use this theme.Custom Background
=================Want a custom background? Use this!
```css
body {
background: url("https://url.to.image.com/lovely/image.png") !important;
background-size: cover !important;
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
```Changelog
=========>2.0.3
```patch
- remove discordfonts
+ added firacode font back :^)
+ transparent server/user settings
```>2.0.2
```patch
- removed zoom from default theme
```Want zoom back?
```css
body {
zoom: 0.8;
}
```>2.0.1
```patch
* fixed snippets not working
```>2.0
```patch
+ New base and it looks better anyways
```