From fb917713e55147c6b0de514924c4867d9e8d5894 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 17 Aug 2024 11:41:43 +0200 Subject: ui: add participant shading color preferences --- style/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style/style.css') diff --git a/style/style.css b/style/style.css index 78be454..a185c9b 100644 --- a/style/style.css +++ b/style/style.css @@ -1,6 +1,6 @@ -@define-color hostile @red_3; -@define-color friendly @green_3; -@define-color secret @purple_3; +@define-color hostile #e01b24; +@define-color friendly #33d17a; +@define-color secret #9141ac; .disposition-hostile { background-color: mix(shade(@hostile, 1.6), @window_bg_color, 0.5); -- cgit v1.2.3