|
@@ -1,19 +1,19 @@
|
|
|
-@define-color bg rgba(225, 226, 231, 0.9);
|
|
|
|
|
-@define-color bg_workspace rgba(225, 226, 231, 0.6);
|
|
|
|
|
-@define-color bg_module rgba(204, 208, 218, 0.9);
|
|
|
|
|
-@define-color text #4c4f69;
|
|
|
|
|
-@define-color active_text #1e66f5;
|
|
|
|
|
-@define-color inactive_text #8c8fa1;
|
|
|
|
|
-@define-color urgent #d20f39;
|
|
|
|
|
-@define-color occupied #8839ef;
|
|
|
|
|
-@define-color active_border #1e66f5;
|
|
|
|
|
-@define-color active_bg1 rgba(30, 102, 245, 0.2);
|
|
|
|
|
-@define-color active_bg2 rgba(32, 159, 181, 0.2);
|
|
|
|
|
-@define-color hover_bg rgba(4, 165, 229, 0.2);
|
|
|
|
|
-@define-color hover_border #04a5e5;
|
|
|
|
|
-@define-color clock #1e66f5;
|
|
|
|
|
-@define-color network #40a02b;
|
|
|
|
|
-@define-color backlight #df8e1d;
|
|
|
|
|
-@define-color battery #1e66f5;
|
|
|
|
|
-@define-color bluetooth #8839ef;
|
|
|
|
|
-@define-color tooltip_bg rgba(225, 226, 231, 0.95);
|
|
|
|
|
|
|
+@define-color bg rgba(26, 27, 38, 0.8);
|
|
|
|
|
+@define-color bg_workspace rgba(26, 27, 38, 0.5);
|
|
|
|
|
+@define-color bg_module rgba(36, 40, 59, 0.8);
|
|
|
|
|
+@define-color text #ffffff;
|
|
|
|
|
+@define-color active_text #33ccff;
|
|
|
|
|
+@define-color inactive_text #565f89;
|
|
|
|
|
+@define-color urgent #f7768e;
|
|
|
|
|
+@define-color occupied #bb9af7;
|
|
|
|
|
+@define-color active_border #33ccff;
|
|
|
|
|
+@define-color active_bg1 rgba(51, 204, 255, 0.2);
|
|
|
|
|
+@define-color active_bg2 rgba(0, 255, 153, 0.2);
|
|
|
|
|
+@define-color hover_bg rgba(122, 162, 247, 0.2);
|
|
|
|
|
+@define-color hover_border #7aa2f7;
|
|
|
|
|
+@define-color clock #7aa2f7;
|
|
|
|
|
+@define-color network #9ece6a;
|
|
|
|
|
+@define-color backlight #e0af68;
|
|
|
|
|
+@define-color battery #33ccff;
|
|
|
|
|
+@define-color bluetooth #bb9af7;
|
|
|
|
|
+@define-color tooltip_bg rgba(26, 27, 38, 0.9);
|