Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CurimuChizu/CC-Themes
These are all CC's themes.
https://github.com/CurimuChizu/CC-Themes
Last synced: about 1 month ago
JSON representation
These are all CC's themes.
- Host: GitHub
- URL: https://github.com/CurimuChizu/CC-Themes
- Owner: CurimuChizu
- Created: 2016-06-14T04:56:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T16:57:05.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T22:42:48.973Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 94.7 KB
- Stars: 19
- Watchers: 11
- Forks: 137
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-discord - CC Themes - These are all CC's themes. (Uncategorized / Uncategorized)
README
Both themes are out of date!!
CC-Themes
A theme based red and black with a hint of anime (Up to date as of 9/10/2017)
To change the background, just add the code below with a different link in the `Custome CSS` tab of the `BetterDiscord` settings:( Also be sure to add the `s` after `http` when you change the pic or it won't appear )
```css
.app {
background-image: url("https://i.imgur.com/P0k3VRY.jpg") !important;
background-size: 1500px 900px !important;
background-repeat: no-repeat !important;
}
/* Just change the link to whatever picture, including the `s` in `https` */.callout-backdrop {
opacity:0.9 !important;
background: url("https://i.imgur.com/CcntY8Y.jpg") !important;
background-size: 1500px 900px !important;
background-repeat: no-repeat !important;
}
```
A theme based Re:Zero kara Hajimeru Isekai Seikatsu anime (Up to date as of 9/10/2017)
Code for the background picture:
```css
.app {
background-image: url("https://i.imgur.com/w7UVsOs.jpg") !important;
background-size: cover !important;
}
/* Just change the link to whatever picture of Emelia, Rem, or Ram including the `s` in `https` */.callout-backdrop {
opacity:0.9!important;
background: url("https://i.imgur.com/eeDIMtw.jpg")!important;
background-size: cover !important;
background-position: center !important;
}
```
Thanks for coming~~ ^~^