Coder Social home page Coder Social logo

cc-themes's Introduction

#

CC-Themes
To download the theme:

  • Step 0: Click on the name of the desired theme
  • Step 1: Right click the raw button
  • Step 2: Click save link as
  • Step 3: Windows-> Save to %appdata%\betterdiscord\themes\
  • Step 3: IOS-> 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 (Up to date as of 9/10)

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 )

.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)

Code for the background picture:

.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~~ ^~^

cc-themes's People

Contributors

curimuchizu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.