From b1f8c603f27d9a6cc5696b016a0851c3097ba3d8 Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 24 Nov 2025 19:36:34 +0300 Subject: rmpc --- .config/rmpc/themes/def.ron | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/rmpc/themes') 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%", -- cgit v1.2.3