Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality of life updates #4

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
31 changes: 13 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,36 @@
<h1 align="center">discord-dyslexia</h1>
<h1 align="center">discord-dyslexia-refurbished</h1>

<p align="center">
<a href="#discord-dyslexia">Overview</a> |
<a href="#discord-dyslexia-refurbished">Overview</a> |
<a href="#installation">Installation</a> |
<a href="#credits">Credits</a>
</p>

<p align="center">
<img alt="Preview" width="860" alt="preview" src="https://i.imgur.com/cCINa4T.png">
<img alt="Preview" width="860" alt="preview" src="https://i.imgur.com/4duLD8V.png">
<p align="center">

<p align="center">A simple discord theme which makes the app more accommodating to people with dyslexia.</p>
<p align="center">A simple discord theme which makes the app more accommodating to people with dyslexia.

What Discord-Dyslexia-Refurbished is is an updated version of the original theme that is still being maintained and actually changes all of the fonts in discord to the OpenDyslexic font.
</p>

---

# Installation

### BetterDiscord
### <a href="https://github.com/BetterDiscord/BetterDiscord" target="_blank">BetterDiscord</a>

1. Download the theme file [here](https://betterdiscord.net/ghdl?id=3474).
1. Download the theme file [here](https://github.com/KingKusuo/discord-dyslexia-refurbished/blob/main/dyslexia.theme.css).
2. Open your BetterDiscord themes folder.
3. Drag the file you downloaded into the folder. Ensure there isn't a copy identifier (eg `Name.theme(1).css`) at the end of the filename.

### Powercord

> Ensure you have [git](https://git-scm.com/) installed before downloading powercord or vizality related content.

1. Open your terminal of choice.
2. Run `cd powercord/src/Powercord/themes && git clone https://github.com/DiscordStyles/discord-dyslexia`.

### Vizality

> Ensure you have [git](https://git-scm.com/) installed before downloading powercord or vizality related content.
### <a href="https://github.com/Vencord/Vesktop" target="_blank">Vencord</a>

1. Open your terminal of choice.
2. Run `cd vizality/addons/themes && git clone https://github.com/DiscordStyles/discord-dyslexia`.
1. Open Vencord configurations and select "Themes"
2. Select "Online Themes" and paste the <a href="https://raw.githubusercontent.com/KingKusuo/discord-dyslexia-refurbished/main/dyslexia.theme.css">raw link of this file</a> on the box

# Credits
- [OpenDyslexic font](https://opendyslexic.org/)
- [Qwerasd205](https://github.com/qwerasd205)
- [@pedrock.](https://github.com/KingKusuo)
25 changes: 23 additions & 2 deletions dyslexia.theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name Dyslexia
* @author Tropical#8908 & Qwerasd#5202
* @name Dyslexia-Refurbished
* @author Tropical#8908 & Qwerasd#5202 (Modified by @pedrock.)
* @version 1.0
* @description A simple discord theme which makes the app more accommodating to people with dyslexia.
* @source https://github.com/DiscordStyles/discord-dyslexia/
Expand All @@ -20,6 +20,27 @@
--word-spacing: 3px; /* Word spacing */
--letter-spacing: 0.25px; /* Letter Spacing */
--message-line-spacing: 2; /* Line spacing on messages */
--font-primary: "OpenDyslexic";
--font-display: "OpenDyslexic";
--font-headline: "OpenDyslexic";
}

/*Removes the unnecessary scroll arrows besides some text*/
.eyebrow_cf4812{
width: 260px;
height: 1.1rem;
}

/* Remove this ↓ if you don't want the Discord logo markdown to also have the OpenDyslexic font'*/

.typeWindows__421ed>.wordmark__421ed:before {
content: "Discord";
color: rgba(255, 255, 255, .7);
font-size: 14px;
text-shadow: 0 0 3px #000;
}
.wordmark__421ed > svg {
display: none;
}

/* ----------------------------------------------------------------------- */
8 changes: 0 additions & 8 deletions manifest.json

This file was deleted.

9 changes: 1 addition & 8 deletions powercord_manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"name": "Dyslexia",
"description": "A simple discord theme which makes the app more accommodating to people with dyslexia.",
"version": "1.0",
"author": "Tropical#8908 & Qwerasd#5202",
"theme": "dyslexia.theme.css",
"license": "MIT"
}
rip powercord