diff options
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%", |