diff options
| author | awy <awy@awy.one> | 2025-11-10 15:51:01 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-10 15:51:01 +0300 |
| commit | 04b02944c688a989d29044a572417313b52babea (patch) | |
| tree | 403e1269d12c6366af2db6ec27cfc8ed4a64c88a | |
| parent | 9cfbded363b0fe86592fcffbba06ac91508da706 (diff) | |
| download | hyprdots-04b02944c688a989d29044a572417313b52babea.tar.gz | |
| -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 fb70d4c..7599fde 100644 --- a/.config/rmpc/themes/def.ron +++ b/.config/rmpc/themes/def.ron @@ -26,8 +26,8 @@ progress_bar: ( symbols: ["█", "█", "█", "█", "█"], track_style: (fg: "dark_gray"), - elapsed_style: (fg: "green"), - thumb_style: (fg: "green"), + elapsed_style: (fg: "blue"), + thumb_style: (fg: "blue"), ), scrollbar: ( symbols: ["│", "█", "▲", "▼"], |