additional new colour tweaks (#285)

This commit is contained in:
DokterKaj 2024-10-12 23:42:15 +08:00 committed by GitHub
parent f4a457e529
commit 3ff907d6c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
/* Black theme setting */
.black {
--accent: #aa2434;
--accent: #bb2b3b;
--green: #00a229;
--text: white;
--foreground: #0f0f0f;

View file

@ -1,6 +1,6 @@
/* Dark theme setting */
.dark{
--accent: #d74253;
--accent: #d54455;
--green: #5cff85;
--text: white;
--foreground: #222;

View file

@ -1,6 +1,6 @@
/* Light theme setting */
.light {
--accent: #aa2434;
--accent: #bb2b3b;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;