diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/rmpc/themes/def.ron | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/rmpc/themes/def.ron b/.config/rmpc/themes/def.ron index 3655dd9..48472cd 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: "yellow"), - default: (kind: Text("Unknown"), style: (fg: "yellow")) + prop: (kind: Property(Artist), style: (fg: "blue"), + default: (kind: Text("Unknown"), style: (fg: "blue")) ), width: "20%", ), |