feat: add danger text color to themes

This commit is contained in:
SauceyRed 2025-08-03 20:29:01 +02:00
parent 7f98992839
commit 74f74083a6
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
4 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,7 @@
--text-color: #f0e5e0; --text-color: #f0e5e0;
--secondary-text-color: #e8e0db; --secondary-text-color: #e8e0db;
--reply-text-color: #969696; --reply-text-color: #969696;
--danger-text-color: #ff0000;
--chat-background-color: #2f2e2d; --chat-background-color: #2f2e2d;
--chat-highlighted-background-color: #3f3b38; --chat-highlighted-background-color: #3f3b38;

View file

@ -2,6 +2,7 @@
--text-color: #f7eee8; --text-color: #f7eee8;
--secondary-text-color: #f0e8e4; --secondary-text-color: #f0e8e4;
--reply-text-color: #969696; --reply-text-color: #969696;
--danger-text-color: #ff0000;
--chat-background-color: #1f1e1d; --chat-background-color: #1f1e1d;
--chat-highlighted-background-color: #2f2b28; --chat-highlighted-background-color: #2f2b28;

View file

@ -2,6 +2,7 @@
--text-color: #170f08; --text-color: #170f08;
--secondary-text-color: #2f2b28; --secondary-text-color: #2f2b28;
--reply-text-color: #969696; --reply-text-color: #969696;
--danger-text-color: #ff0000;
--chat-background-color: #f0ebe8; --chat-background-color: #f0ebe8;
--chat-highlighted-background-color: #e8e4e0; --chat-highlighted-background-color: #e8e4e0;

View file

@ -2,6 +2,7 @@
--text-color: #161518; --text-color: #161518;
--secondary-text-color: #2b2930; --secondary-text-color: #2b2930;
--reply-text-color: #969696; --reply-text-color: #969696;
--danger-text-color: #ff0000;
--chat-background-color: #80808000; --chat-background-color: #80808000;
--chat-highlighted-background-color: #ffffff20; --chat-highlighted-background-color: #ffffff20;