From 74f74083a633fff6a3671af81463dd686241e814 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Sun, 3 Aug 2025 20:29:01 +0200 Subject: [PATCH] feat: add danger text color to themes --- public/themes/ash.css | 1 + public/themes/dark.css | 1 + public/themes/light.css | 1 + public/themes/rainbow-capitalism.css | 1 + 4 files changed, 4 insertions(+) diff --git a/public/themes/ash.css b/public/themes/ash.css index 94f5e85..d47b51e 100644 --- a/public/themes/ash.css +++ b/public/themes/ash.css @@ -2,6 +2,7 @@ --text-color: #f0e5e0; --secondary-text-color: #e8e0db; --reply-text-color: #969696; + --danger-text-color: #ff0000; --chat-background-color: #2f2e2d; --chat-highlighted-background-color: #3f3b38; diff --git a/public/themes/dark.css b/public/themes/dark.css index a228889..efc2bfa 100644 --- a/public/themes/dark.css +++ b/public/themes/dark.css @@ -2,6 +2,7 @@ --text-color: #f7eee8; --secondary-text-color: #f0e8e4; --reply-text-color: #969696; + --danger-text-color: #ff0000; --chat-background-color: #1f1e1d; --chat-highlighted-background-color: #2f2b28; diff --git a/public/themes/light.css b/public/themes/light.css index 556b64d..68d6578 100644 --- a/public/themes/light.css +++ b/public/themes/light.css @@ -2,6 +2,7 @@ --text-color: #170f08; --secondary-text-color: #2f2b28; --reply-text-color: #969696; + --danger-text-color: #ff0000; --chat-background-color: #f0ebe8; --chat-highlighted-background-color: #e8e4e0; diff --git a/public/themes/rainbow-capitalism.css b/public/themes/rainbow-capitalism.css index ca73e1f..a5ec390 100644 --- a/public/themes/rainbow-capitalism.css +++ b/public/themes/rainbow-capitalism.css @@ -2,6 +2,7 @@ --text-color: #161518; --secondary-text-color: #2b2930; --reply-text-color: #969696; + --danger-text-color: #ff0000; --chat-background-color: #80808000; --chat-highlighted-background-color: #ffffff20;