From a0e54437fe03b36903faa8b600b6ba903cb15392 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 12:38:02 +0200 Subject: Add GNOME Shell status indicator --- extension/stylesheet.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 extension/stylesheet.css (limited to 'extension/stylesheet.css') diff --git a/extension/stylesheet.css b/extension/stylesheet.css new file mode 100644 index 0000000..a0c9855 --- /dev/null +++ b/extension/stylesheet.css @@ -0,0 +1,11 @@ +.parley-recording { + color: #f66151; +} + +.parley-processing { + color: #f9f06b; +} + +.parley-error { + color: #ed333b; +} -- cgit v1.3.1