Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

sdhEmily/macCord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived because I dont use macOS anymore. Maybe I will return to it someday.

macCord

Pretty.

screenshot

How to use

Discord App

  • BetterDiscord, Vencord, and OpenAsar users can grab the macCord.theme.css file and either
    • Place the file in the BetterDiscord or Vencord themes folder
    • Copy the text in the file, and paste it in OpenAsar's quick CSS text field

Browser

Translucenty

Information on enabling translucency

Check out this issue if you use Windows. Mica for Everyone is known to play decently, but be very spotty.

This theme supports translucency.

You can achieve the same look on Vencord/macOS by doing as follows:

  • Go to Settings > Vencord, then toggle "Enable Translucent Window".
  • If you're using Suncord scroll down and set "Window vibrancy style" to "HUD"

image

Extra info

  • You can adjust the opacity and colors by pasting & messing with these varriables
.theme-dark {
 --background-tertiary: #2f31364b;
}

.theme-light {
 --background-tertiary: #ffffff1d;
}

Extra info

Changing the accent color
  • You can very easily change the accent color for macCord by opening the theme css and uncommenting >>>ONE<<< of the accent colors.

  • Stylus users on Firefox have to be on version 102 or later and toggle "Patch CSP to allow style assets"
    Chromium browsers shall be fine by default on any recent version.

    stylus setting

Devs, Contributors, and other Creditors

See here.

About

A Discord Theme aiming to look like macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 92.9%
  • CSS 7.1%