summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/style.css')
-rw-r--r--style/style.css6
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);