Skip to content

Chatty is a theme for replugged, originally made by mrrobboss, now maintained by me.

Notifications You must be signed in to change notification settings

zerol1ght/chatty-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatty Edit

chatty-logo

Chatty is a customizable sleek-looking Discord theme with rounded borders, trasparency and a custom background.

Features

  • Custom Background Images, by default daily images from Unsplash
  • Replugged Support
  • BetterDiscord Support
  • Vencord Support
  • OpenAsar Support

Preview

Preview

Installation

Follow those steps to install the theme on your client.

Replugged

  • Open the Replugged Theme Folder.
    • 1️⃣ Discord settings
    • 2️⃣ Themes
    • 3️⃣ Open Theme Folder
  • Open a terminal instance in the folder. (MacOS - Windows)
  • In the terminal paste this git clone https://github.com/zerol1ght/chatty-edit.git and click enter.

BetterDiscord

  • Open the BetterDiscord Theme Folder.
    • 1️⃣ Discord settings
    • 2️⃣ Themes
    • 3️⃣ Open Theme Folder
  • Open a terminal instance in the folder. (MacOS - Windows)
  • In the terminal paste this git clone https://github.com/zerol1ght/chatty-edit.git and click enter.
  • Once you have the folder downloaded, open it and move out the ChattyEdit.theme.css file on the main Themes Folder.
  • Enable the theme from the themes settings on BetterDiscord.

Vencord

  • Open the Vencord settings.
    • 1️⃣ Discord Settings
    • 2️⃣ Vencord
  • Open Quick CSS File.
  • Paste this @import url(https://cdn.jsdelivr.net/gh/zerol1ght/chatty-edit@master/ChattyEdit.theme.css); and save file.
  • Reload.

For additional support contact @RivenSkaye

OpenAsar

  • Open Discord settings, and scroll at the bottom until you find you OpenAsar Version. OpenAsar-Version
  • Click on it.
  • On the OpenAsar Settings go on the Theming tab.
  • Paste this @import url(https://cdn.jsdelivr.net/gh/zerol1ght/chatty-edit@master/ChattyEdit.theme.css); and click restart.

How to set a custom background image

Add this in the quick css.

:root {
  --chattyBackgroundImage: url(http://website.com/image.png) !important;
}

Replace the url with the one of your image. (local files not supported). You can use imgur or other image hosting sites.

Updates

I'll try to update the theme every time I see bugs or something that isn't working, if you notice a bug please create an issue or contact me.

Customisation +

Change these variables only if you know what you're doing!

I DO NOT GARANTEE THAT IT WILL WORK IN EVERY PART OF THE THEME

Paste this in the Quick CSS and edit it

:root {
    --chattyBorderRadius: 15px !important;
    --chattyPadding: 10px !important;
    --chattyBlur: 5px !important;
    --interactive-muted: #D08770 !important;
    --background-primary: rgba(0, 0, 0, 0.2) !important;
    --background-secondary: rgba(0, 0, 0, 0.3) !important;
    --background-secondary-alt: rgba(0, 0, 0, 0.3) !important;
    --background-tertiary: rgb(39, 39, 39) !important;
}

Contacts

You can contact me on:

About

Chatty is a theme for replugged, originally made by mrrobboss, now maintained by me.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published