Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nates-World21 authored Aug 20, 2022
1 parent bb344af commit f1dc1ff
Showing 1 changed file with 128 additions and 1 deletion.
129 changes: 128 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,128 @@
# Lucord
<p align="center">
<img src="https://user-images.githubusercontent.com/103780769/185723428-2d63915e-3dec-452a-bc31-edc91a0e97d1.png">
</p>

# 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 -->
<details>
<summary><b>CSS Import</b></summary>

* **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");
```
</details>

<!-- BetterDiscord -->
<details>
<summary><b>BetterDiscord</b></summary>

* **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.
</details>

<!-- Cumcord -->
<details>
<summary><b>Cumcord</b></summary>

* **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
```
</details>

<!-- GooseMod -->
<details>
<summary><b>GooseMod</b></summary>

* **Step 1:** Go to the themes store in **GooseMod** and search for "**Lucord**".

* **Step 2:** Press the install button.
</details>

<!-- Powercord -->
<details>
<summary><b>Powercord</b></summary>

* **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
```
</details>

<!-- Stylus -->
<details>
<summary><b>Stylus</b></summary>

* **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.
</details>

<!-- Vizality -->
<details>
<summary><b>Vizality</b></summary>

* **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
```
</details>

## Contributers
<table align="center">
<tr>
<td align="center"><a href="http://lucord.wmeluna.com"><img src="https://avatars.githubusercontent.com/u/46545277?v=4" width="100px;" alt=""/><br /><sub><b>Wme#9999</b></sub></a><br /></td>
<td align="center"><a href="http://lucord.wmeluna.com"><img src="https://avatars.githubusercontent.com/u/103780769?s=400&u=a991190fcfabb67cf1fd01cdd720b0f84a5dd1a5&v=4" width="100px;" alt=""/><br /><sub><b>Nate's World#2039</b></sub></a><br /></td>
</table>

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

0 comments on commit f1dc1ff

Please sign in to comment.