new themes, new i3 sleep config

This commit is contained in:
2024-07-22 18:21:51 +02:00
parent 5e25596013
commit 449f5ca9a6
10 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
/**
* @name Dyslexia
* @author Tropical#8908 & Qwerasd#5202
* @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/
*/
/* ----------------------------------------------------------------------- */
/* IMPORT SOURCE CODE */
@import url(https://discordstyles.github.io/discord-dyslexia/src/base.css);
/* ----------------------------------------------------------------------- */
/* SETTINGS */
:root {
--word-spacing: 3px; /* Word spacing */
--letter-spacing: 0.25px; /* Letter Spacing */
--message-line-spacing: 2; /* Line spacing on messages */
}
/* ----------------------------------------------------------------------- */