summaryrefslogtreecommitdiff
path: root/style/style-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/style-dark.css')
-rw-r--r--style/style-dark.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/style/style-dark.css b/style/style-dark.css
deleted file mode 100644
index 928264a..0000000
--- a/style/style-dark.css
+++ /dev/null
@@ -1,32 +0,0 @@
-@define-color hostile #e01b24;
-@define-color friendly #33d17a;
-@define-color secret #9141ac;
-
-
-.disposition-hostile {
- background-color: mix(shade(@hostile, 0.8), @window_bg_color, 0.5);
-}
-
-:checked.disposition-hostile {
- background-color: mix(shade(@hostile, 0.5), @window_bg_color, 0.5);
-}
-
-.disposition-friendly {
- background-color: mix(shade(@friendly, 0.8), @window_bg_color, 0.5);
-}
-
-:checked.disposition-friendly {
- background-color: mix(shade(@friendly, 0.5), @window_bg_color, 0.5);
-}
-
-.disposition-secret {
- background-color: mix(shade(@secret, 0.8), @window_bg_color, 0.5);
-}
-
-:checked.disposition-secret {
- background-color: mix(shade(@secret, 0.5), @window_bg_color, 0.5);
-}
-
-.active-participant {
- background-color: mix(shade(@accent_bg_color, 0.5), @card_bg_color, 0.5);
-} \ No newline at end of file