8000 GitHub - Lukson49/DiscordCSS: Custom CSS im writing for the discord client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Lukson49/DiscordCSS

 
 

Repository files navigation

DiscordCSS

DiscordCSS is a set of css stylesheets that aims to create a more pleasant Discord experience. It's modularity means that you can mix and match whichever parts you want.

base.css dark

The Discord app needs to be patched, instructions can be found on the project wiki. If you're using the web version it should be available via an extension to your browser. Something like Amino will do, but you can use anything you want.

If you would like me to add a certain functionality, you can make an issue or fork the repo and make a pull request

Stylesheets

All of the stylesheets are modular. Import each one by writing @import url("<link>"); at the top of your main css file (example: @import url("https://mrtipson.github.io/DiscordCSS/theme.css");.
Once you have it imported, you can keep the default values or set the variables again to change their values.

Modern browsers disallow opening local files, so to use a stylesheet, you have to link to an externally hosted file.

Some stylesheets have screenshots of examples for the theme. They can be found in the examples.

base.css

https://mrtipson.github.io/DiscordCSS/banter.css
The core stylesheet to any of my other themes.

Image

Dark Light

candy-land.css

https://mrtipson.github.io/DiscordCSS/candy-land.cs
A theme centered around rounded edges, compartmentalised feel and translucent backgrounds.

Image

Dark Light (the screenshot is from the premade stylesheet for the theme - things dont look well with default values)

server-bar.css

https://mrtipson.github.io/DiscordCSS/server-bar.css
Move your servers to the top of the screen.

Image

Server-bar

server-folders.css

https://mrtipson.github.io/DiscordCSS/server-folders.css
Servers in a folder no longer display as a row, but pop out as a folder.

Image

Server folders Server folders - with server bar

reverse-chat.css

https://mrtipson.github.io/DiscordCSS/reverse-chat.css
Latest messages are on top.
! Janky implementation
(Flex direction didnt work out well so I used transforms. Makes scrolling go the wrong way.)
! Compact messages almost obligatory

Image

Reverse chat

banter.css

https://mrtipson.github.io/DiscordCSS/banter.css
A stylesheet dedicated to me exploring dumb shit i can make with css in discord.
Not meant for everyday use but checking out what i've been up to could be fun from time to time.

License

This project is licensed under the MIT license.

About

Custom CSS im writing for the discord client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%
0