diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 11:41:43 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 11:41:43 +0200 |
| commit | fb917713e55147c6b0de514924c4867d9e8d5894 (patch) | |
| tree | 5668c2772759a5b4d01cbca15cc03ce36199cbed /style/style.css | |
| parent | 46c93e74067de844b35c1249122fcf878a0db924 (diff) | |
| download | turns-fb917713e55147c6b0de514924c4867d9e8d5894.tar.xz turns-fb917713e55147c6b0de514924c4867d9e8d5894.zip | |
ui: add participant shading color preferences
Diffstat (limited to 'style/style.css')
| -rw-r--r-- | style/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
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); |
