diff options
| author | awy <awy@awy.one> | 2025-11-24 19:36:34 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-24 19:36:34 +0300 |
| commit | b1f8c603f27d9a6cc5696b016a0851c3097ba3d8 (patch) | |
| tree | dd3f2c43e0bcae52ed8c93a622878264277b633d /.config/rmpc | |
| parent | 086f40dc6e5d4cb720b181d507bae23ee652a912 (diff) | |
| download | hyprdots-b1f8c603f27d9a6cc5696b016a0851c3097ba3d8.tar.gz | |
rmpc
Diffstat (limited to '.config/rmpc')
| -rw-r--r-- | .config/rmpc/themes/def.ron | 8 |
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%", |