|
|
@ -3,7 +3,7 @@
|
|
|
|
* @description A white and pink Discord Theme, matching with the SputnikOS Gnome Theme
|
|
|
|
* @description A white and pink Discord Theme, matching with the SputnikOS Gnome Theme
|
|
|
|
* @author Anthony
|
|
|
|
* @author Anthony
|
|
|
|
* @version 0.1
|
|
|
|
* @version 0.1
|
|
|
|
* @source https://github.com/refact0r/midnight-discord/blob/master/midnight.theme.css
|
|
|
|
* @source https://code.cif.su/anthony/Themes/src/branch/main/Discord/Pink-Angel.theme.css
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* IMPORTANT: make sure to enable dark mode in discord settings for the theme to apply properly!!! */
|
|
|
|
/* IMPORTANT: make sure to enable dark mode in discord settings for the theme to apply properly!!! */
|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
/* text colors */
|
|
|
|
/* text colors */
|
|
|
|
--text-0: rgb(255, 255, 255); /* text on colored elements */
|
|
|
|
--text-0: rgb(255, 255, 255); /* text on colored elements */
|
|
|
|
--text-1: rgb(255, 0, 255); /* other normally white text */
|
|
|
|
--text-1: rgb(201, 201, 201); /* other normally white text */
|
|
|
|
--text-2: rgb(255, 255, 255); /* headings and important text */
|
|
|
|
--text-2: rgb(255, 255, 255); /* headings and important text */
|
|
|
|
--text-3: hsl(220, 15%, 60%); /* normal text */
|
|
|
|
--text-3: hsl(220, 15%, 60%); /* normal text */
|
|
|
|
--text-4: hsl(220, 15%, 40%); /* icon buttons and channels */
|
|
|
|
--text-4: hsl(220, 15%, 40%); /* icon buttons and channels */
|
|
|
|