style(themes): add and use --reply-text-color

This commit is contained in:
SauceyRed 2025-07-12 17:52:34 +02:00
parent 6752b44e95
commit f226ba2364
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
6 changed files with 6 additions and 1 deletions

View file

@ -77,7 +77,7 @@ function scrollToReply(e: MouseEvent) {
}
#reply-text {
color: rgb(150, 150, 150);
color: var(--reply-text-color);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

View file

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

View file

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

View file

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

View file

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

View file

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