Skip to content

jaisonjames/CC-Themes

This branch is 41 commits behind CurimuChizu/CC-Themes:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f3c2dc · Aug 9, 2016

History

27 Commits
Aug 9, 2016
Aug 3, 2016

Repository files navigation

#

CC-Themes
To download the theme:

  • Step 1: Right Click the Raw Button
  • Step 2: Click Save Link As
  • Step 3: Windows-> Save to %appdata%\betterdiscord\themes\
  • Step 3: Macs-> Save to ~/Library/Preferences/themes
  • Step 4: Make sure the extension is set as .theme.css
  • Step 5: Restart Discord (CMD+R or CTRL+R)
  • Step 6: Open Discord Settings>BetterDiscord>Themes>Enable the theme

##

A theme based red and black with a hint of anime

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 )

/*First Background*/
.app {
    background-image: url("https://i.imgur.com/P0k3VRY.jpg") !important;
    background-size: 1500px 900px !important;
    background-repeat: no-repeat !important;
}
/*Second Background*/
.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

Code for the background picture:

/*First Background*/
.app {
    background-image: url("https://i.imgur.com/jCO8sAy.png") !important;
    background-size: cover !important;
}
/*Second Background*/
.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~~ ^~^

About

These are all CC's themes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%