na-2n / powercord-greentext

greentext on discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

powercord greentext

greentext on discord

preview

changing colors

this plugin applies a greentext classname to greentext elements, to change the color add the following to your theme or quick css

.greentext {
    color: blue !important;
}

you can also set a different color for blockquotes

.greentext blockquote {
    color: red;
}

About

greentext on discord

License:GNU General Public License v3.0


Languages

Language:JavaScript 83.1%Language:SCSS 16.9%