QFix: updated color for disabled mentions (#8918)

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
Victor Ilyushchenko
2025-05-14 12:51:01 +07:00
committed by GitHub
parent d89cfbb64c
commit 5d042c5cd3
+6 -6
View File
@@ -161,9 +161,9 @@
--theme-bg-divider-color: #282834;
--theme-mention-bg-color: rgba(55, 122, 230, 0.1);
--theme-mention-focused-bg-color: rgba(55, 122, 230, 0.2);
--theme-broken-mention-bg-color: rgba(202, 66, 66, .2);
--theme-broken-mention-color: rgb(202, 66, 66);
--theme-broken-mention-focused-bg-color: rgba(202, 66, 66, .3);
--theme-broken-mention-color: rgba(255, 255, 255, .4);
--theme-broken-mention-bg-color: rgba(255, 255, 255, .12);
--theme-broken-mention-focused-bg-color: rgba(255, 255, 255, .2);
--theme-trans-color: rgba(255, 255, 255, .3);
--theme-darker-color: rgba(255, 255, 255, .4);
@@ -453,9 +453,9 @@
--theme-bg-divider-color: #E3E3E5;
--theme-mention-bg-color: rgba(55, 122, 230, 0.1);
--theme-mention-focused-bg-color: rgba(55, 122, 230, 0.2);
--theme-broken-mention-bg-color: rgba(202, 66, 66, .2);
--theme-broken-mention-color: rgb(202, 66, 66);
--theme-broken-mention-focused-bg-color: rgba(202, 66, 66, .3);
--theme-broken-mention-bg-color: rgba(0, 0, 0, .12);
--theme-broken-mention-color: rgba(0, 0, 0, .4);
--theme-broken-mention-focused-bg-color: rgba(0, 0, 0, .2);
--theme-link-preview-bg-color: #E5E8F0;
--theme-link-preview-description-color: #5A667E;