From f1dc1ff100ffea5c8bfaa4312570912de6d904a6 Mon Sep 17 00:00:00 2001 From: Nate Hilts <103780769+Nates-World21@users.noreply.github.com> Date: Fri, 19 Aug 2022 22:46:23 -0400 Subject: [PATCH] Updated README.md --- README.md | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 128 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df13a34..6808590 100644 --- a/README.md +++ b/README.md @@ -1 +1,128 @@ -# Lucord \ No newline at end of file +

+ +

+ +# Lucord V1.0.0 + +[![Version](https://img.shields.io/github/manifest-json/v/WmeDiscord/Lucord?color=FCB033&label=Version&logo=Github&style=for-the-badge)](.github/docs/changelog.md) +[![License](https://img.shields.io/github/license/WmeDiscord/Lucord?color=FCB033&label=License&logo=Github&style=for-the-badge)](license) +[![Downloads](https://img.shields.io/github/downloads/WmeDiscord/Lucord/total?color=FCB033&label=Downloads&logo=Github&style=for-the-badge)](https://github.com/WmeDiscord/Lucord/releases) +[![Discord](https://img.shields.io/discord/1010365335200874627?color=FCB033&label=Discord&logo=Discord&logoColor=fff&style=for-the-badge)](https://discord.gg/FRKDn98rgv) + +**Lucord** is currently a WIP theme for [Discord](https://discord.com)! + +## Getting Started + +To use **Lucord** you need a client mod or a browser plugin that allows you to load custom CSS. There are several possibilities, the first and recommended variant would be a client mod, for example [Powercord](https://github.com/powercord-org/powercord), [Better Discord](https://github.com/BetterDiscord/BetterDiscord) or [GooseMod](https://github.com/GooseMod/GooseMod). + +However, we would like to point out that using a client mod could result in account termination, Discord is not actively taking action against client mod users at this time. If you have concerns about using a client mod, a CSS browser plugin like Stylus may be a better choice. + +**Lucord** may also be used with a browser extension like [Stylus](https://github.com/openstyles/stylus), it can be used with [Chromium](https://github.com/chromium/chromium) based browsers, [Opera](https://addons.opera.com/en/extensions/details/stylus/) or [Firefox](https://addons.mozilla.org/de/firefox/addon/styl-us/). + +## Installation + +This theme can be used in different ways, with a client mod or in the browser with an extension that allows to load custom css. in the lower section you will find various instructions. + + +
+CSS Import + +* **Step 1:** Copy the Import link: + +* **Step 2:** Paste the code above your theme code or load it via Quick CSS. + +```css +@import url("http://lucord.wmeluna.com/Clients/lucord.theme.css"); +``` +
+ + +
+BetterDiscord + +* **Step 1:** Go to [releases](https://github.com/WmeDiscord/Lucord/releases) tab of this repo. + +* **Step 2:** Click on the `lucord.theme.css` file to download it. + +* **Step 3:** Paste the downloaded file inside your **BetterDiscord**'s themes folder. +
+ + +
+Cumcord + +* **Step 1:** Install the [Cumstain](https://github.com/yellowsink/cc-plugins) plugin for Cumcord. + +* **Step 2:** Open the new theme option which appears in the settings. + +* **Step 3:** Install the theme with this link: +``` +http://lucord.wmeluna.com/Clients/lucord.theme.css +``` + +* **Optional:** Add theme store repo link: +``` +http://lucord.wmeluna.com +``` +
+ + +
+GooseMod + +* **Step 1:** Go to the themes store in **GooseMod** and search for "**Lucord**". + +* **Step 2:** Press the install button. +
+ + +
+Powercord + +* **Step 1:** Open **Command Prompt** / **Terminal** + +* **Step 2:** Paste the below code in your terminal: + +```bash +cd powercord/src/Powercord/themes +``` + +```bash +git clone https://github.com/wmediscord/Lucord.git +``` +
+ + +
+Stylus + +* **Step 1:** Install the [**Stylus**](https://add0n.com/stylus.html) extension for [Chrome](https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/styl-us/) / [Opera](https://github.com/openstyles/stylus/wiki/Opera,-Outdated-Stylus). + +* **Step 2:** After installing, head over to [this link](https://github.com/wmediscord/Lucord/releases/latest/download/Lucord.user.css). + +* **Step 3:** Press the "**Install Style**" button. +
+ + +
+Vizality + +* **Step 1:** Open **Command Prompt** / **Terminal** + +* **Step 2:** Paste the below code in your terminal: + +```bash +cd vizality/addons/themes && git clone http://lucord.wmeluna.com +``` +
+ +## Contributers + + + + +

Wme#9999


Nate's World#2039

+ +## Support + +If you have problems, found some bugs or have wishes for this theme, create a [issue](https://github.com/wmediscord/Lucord/issues) or join our [discord](https://discord.gg/https://discord.gg/FRKDn98rgv) community and communicate with us. \ No newline at end of file