Dyslexia

By Tropical Version 1.0 Updated 02/22/2021 59K downloads

A simple discord theme which makes the app more accommodating to people with dyslexia.

other

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

Dyslexia screenshot
dyslexia.theme.css
GitHub

Open source

https://raw.githubusercontent.com/DiscordStyles/discord-dyslexia/8a453af6997b1a807857511e9f554ee60d15cf49/dyslexia.theme.css
1/**
2 * @name Dyslexia
3 * @author Tropical#8908 & Qwerasd#5202
4 * @version 1.0
5 * @description A simple discord theme which makes the app more accommodating to people with dyslexia.
6 * @source https://github.com/DiscordStyles/discord-dyslexia/
7 */
8
9/* ----------------------------------------------------------------------- */
10
11/* IMPORT SOURCE CODE */
12
13@import url(https://discordstyles.github.io/discord-dyslexia/src/base.css);
14
15/* ----------------------------------------------------------------------- */
16
17/* SETTINGS */
18
19:root {
20 --word-spacing: 3px; /* Word spacing */
21 --letter-spacing: 0.25px; /* Letter Spacing */
22 --message-line-spacing: 2; /* Line spacing on messages */
23}
24
25/* ----------------------------------------------------------------------- */
26