From 3de57f02d3c87c107076ce987327251440cdb992 Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 6 Aug 2024 01:49:46 +0200 Subject: [PATCH] modified: Discord/Golden-Devil.theme.css modified: Discord/Pink-Angel.theme.css --- Discord/Golden-Devil.theme.css | 5 ++--- Discord/Pink-Angel.theme.css | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Discord/Golden-Devil.theme.css b/Discord/Golden-Devil.theme.css index 3bd9fec..9aac307 100644 --- a/Discord/Golden-Devil.theme.css +++ b/Discord/Golden-Devil.theme.css @@ -2,9 +2,8 @@ * @name Golden-Devil * @description A Black and Golden Discord Theme, matching with the SputnikOS Gnome Theme * @author Anthony - * @version 1.0.0 - * @website https://github.com/refact0r/midnight-discord - * @source https://github.com/refact0r/midnight-discord/blob/master/midnight.theme.css + * @version 0.1 + * @source https://code.cif.su/anthony/Themes/src/branch/main/Discord/Golden-Devil.theme.css */ /* IMPORTANT: make sure to enable dark mode in discord settings for the theme to apply properly!!! */ diff --git a/Discord/Pink-Angel.theme.css b/Discord/Pink-Angel.theme.css index a0d78f1..50850c7 100644 --- a/Discord/Pink-Angel.theme.css +++ b/Discord/Pink-Angel.theme.css @@ -3,7 +3,7 @@ * @description A white and pink Discord Theme, matching with the SputnikOS Gnome Theme * @author Anthony * @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!!! */ @@ -34,7 +34,7 @@ /* text colors */ --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-3: hsl(220, 15%, 60%); /* normal text */ --text-4: hsl(220, 15%, 40%); /* icon buttons and channels */