diff options
| author | awy <awy@awy.one> | 2025-11-10 15:44:30 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-10 15:44:30 +0300 |
| commit | 5a8950033b0aedcd86f8a1057ba8a64afe571de2 (patch) | |
| tree | 20730cea1f161ce140cdf08e63eb40f76cdf714a | |
| parent | 1451e2cd849c1d11af14fafb3fdc83f7df018819 (diff) | |
| download | hyprdots-5a8950033b0aedcd86f8a1057ba8a64afe571de2.tar.gz | |
y
| -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%", ), |