aboutsummaryrefslogtreecommitdiff
path: root/.config/rmpc/themes/def.ron
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-24 19:36:34 +0300
committerawy <awy@awy.one>2025-11-24 19:36:34 +0300
commitb1f8c603f27d9a6cc5696b016a0851c3097ba3d8 (patch)
treedd3f2c43e0bcae52ed8c93a622878264277b633d /.config/rmpc/themes/def.ron
parent086f40dc6e5d4cb720b181d507bae23ee652a912 (diff)
downloadhyprdots-b1f8c603f27d9a6cc5696b016a0851c3097ba3d8.tar.gz
rmpc
Diffstat (limited to '.config/rmpc/themes/def.ron')
-rw-r--r--.config/rmpc/themes/def.ron8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/rmpc/themes/def.ron b/.config/rmpc/themes/def.ron
index f5da5a2..3f1aabb 100644
--- a/.config/rmpc/themes/def.ron
+++ b/.config/rmpc/themes/def.ron
@@ -37,8 +37,8 @@
),
song_table_format: [
(
- prop: (kind: Property(Artist), style: (fg: "green"),
- default: (kind: Text("Unknown"), style: (fg: "green"))
+ prop: (kind: Property(Artist), style: (fg: "magenta"),
+ default: (kind: Text("Unknown"), style: (fg: "magenta"))
),
width: "20%",
),
@@ -50,13 +50,13 @@
width: "35%",
),
(
- prop: (kind: Property(Album), style: (fg: "blue"),
+ prop: (kind: Property(Album), style: (fg: "magenta"),
default: (kind: Text("Unknown Album"), style: (fg: "gray"))
),
width: "30%",
),
(
- prop: (kind: Property(Duration), style: (fg: "magenta"),
+ prop: (kind: Property(Duration), style: (fg: "gray"),
default: (kind: Text("-"))
),
width: "15%",