summaryrefslogtreecommitdiff
path: root/extension/stylesheet.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 12:38:02 +0200
committerYuval Adam <_@yuv.al>2026-07-24 12:38:02 +0200
commita0e54437fe03b36903faa8b600b6ba903cb15392 (patch)
tree049de98522cf6bac18c548edee8b4d56b7ed24c0 /extension/stylesheet.css
parent8e64e5eef0173b3f7586404650151acc684e57d7 (diff)
Add GNOME Shell status indicator
Diffstat (limited to 'extension/stylesheet.css')
-rw-r--r--extension/stylesheet.css11
1 files changed, 11 insertions, 0 deletions
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;
+}