swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 2c2913c72183fced1aa4fbc0bb68f93b94c3af1b
parent e140fb4db8ecd66d2f5251f52bfb33decef943c1
Author: awy <awy@awy.one>
Date:   Tue, 27 May 2025 17:05:46 +0300

rmpc transparency

Diffstat:
M.config/rmpc/themes/nord.ron | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/rmpc/themes/nord.ron b/.config/rmpc/themes/nord.ron @@ -15,8 +15,8 @@ preview_metadata_group_style: (fg: "#88c0d0"), tab_bar: ( enabled: true, - active_style: (fg: "#2e3440", bg: "#81A1C1", modifiers: "Bold"), - inactive_style: (fg: "#d8dee9", bg: "#2e3440", modifiers: ""), + active_style: (bg: "#81A1C1", modifiers: "Bold"), + inactive_style: (fg: "#d8dee9", modifiers: ""), ), highlighted_item_style: (fg: "#a3be8c", modifiers: "Bold"), current_item_style: (fg: "#2e3440", bg: "#81a1c1", modifiers: "Bold"),