Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lewisakura/BootyfulDiscord

It's bootyful!
https://github.com/lewisakura/BootyfulDiscord

Last synced: 27 days ago
JSON representation

It's bootyful!

Awesome Lists containing this project

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
```