Pesterchum
Emulates the Pesterchum chat client from Homestuck.
20
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Pesterchum3
* @author winterClover, luminaryFlowers, Saltssaumure4
* @authorLink https://github.com/Saltssaumure5
* @description Emulates the Pesterchum chat client from Homestuck.6
* @license SEE LICENSE IN LICENSE.md7
* @version 1.78
* @invite uy8nKQVatp9
* @source https://github.com/MiniDiscordThemes/Pesterchum10
* @donate https://ko-fi.com/saltssaumure11
*/12
13
@import url('https://minidiscordthemes.github.io/Pesterchum/chum.min.css');14
15
/* See https://github.com/MiniDiscordThemes/Pesterchum#customisation for customisation settings. */16
:root {17
--chum-dark: #C48A00;18
--chum-medium: #FDB302;19
--chum-light: #FFF700;20
--chum-sidebar-width: 300px;21
}