diff --git a/home-modules/bar/hyprpanel.nix b/home-modules/bar/hyprpanel.nix index ab9267b..0f756c8 100644 --- a/home-modules/bar/hyprpanel.nix +++ b/home-modules/bar/hyprpanel.nix @@ -425,8 +425,8 @@ "theme.bar.menus.menu.notifications.label" = accent.base; "theme.bar.menus.menu.notifications.no_notifications_label" = accent.base; "theme.bar.menus.menu.notifications.pager.background" = background; - "theme.bar.menus.menu.notifications.pager.button" = accent.dark; - "theme.bar.menus.menu.notifications.pager.label" = accent.base; + "theme.bar.menus.menu.notifications.pager.button" = accent.base; + "theme.bar.menus.menu.notifications.pager.label" = accent.bright; "theme.bar.menus.menu.notifications.scrollbar.color" = accent.base; "theme.bar.menus.menu.notifications.switch.disabled" = accent.base; "theme.bar.menus.menu.notifications.switch_divider" = accent.base; @@ -492,12 +492,12 @@ "theme.notification.actions.background" = background; "theme.notification.actions.text" = foreground; "theme.notification.background" = background; - "theme.notification.border" = accent.base; + "theme.notification.border" = border; "theme.notification.close_button.background" = accent.dark; "theme.notification.close_button.label" = accent.base; - "theme.notification.label" = accent.base; + "theme.notification.label" = accent.bright; "theme.notification.labelicon" = accent.base; - "theme.notification.opacity" = 1.0; + "theme.notification.opacity" = 100; "theme.notification.text" = foreground; "theme.notification.time" = accent.base;