diff options
Diffstat (limited to '.config/rmpc/themes/def.ron')
| -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: "..."), |