diff options
| author | awy <awy@awy.one> | 2025-11-10 15:47:36 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-10 15:47:36 +0300 |
| commit | 9cfbded363b0fe86592fcffbba06ac91508da706 (patch) | |
| tree | 5354b62c9f782460d2fdb7887ba79eb12266d140 /.config/rmpc | |
| parent | 5a8950033b0aedcd86f8a1057ba8a64afe571de2 (diff) | |
| download | hyprdots-9cfbded363b0fe86592fcffbba06ac91508da706.tar.gz | |
wwqeqwewq
Diffstat (limited to '.config/rmpc')
| -rw-r--r-- | .config/rmpc/themes/def.ron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rmpc/themes/def.ron b/.config/rmpc/themes/def.ron index 48472cd..fb70d4c 100644 --- a/.config/rmpc/themes/def.ron +++ b/.config/rmpc/themes/def.ron @@ -19,7 +19,7 @@ inactive_style: (fg: "#eceff4", bg: None, modifiers: ""), ), highlighted_item_style: (fg: "magenta", modifiers: "Bold"), - current_item_style: (fg: "black", bg: "yellow", modifiers: "Bold"), + current_item_style: (fg: "black", bg: "blue", modifiers: "Bold"), borders_style: (fg: "blue", modifiers: "Bold"), highlight_border_style: (fg: "blue"), symbols: (song: " ", dir: " ", playlist: " ", marker: "* ", ellipsis: "..."), |