diff --git a/nix/programs/hypr/hyprland.nix b/nix/programs/hypr/hyprland.nix index 093fd9a..c2cf6b0 100644 --- a/nix/programs/hypr/hyprland.nix +++ b/nix/programs/hypr/hyprland.nix @@ -289,13 +289,14 @@ in render_text = true; text_font = "monospace"; radius = config.theme.outerRadius; + border_width = config.theme.borderWidth; "col.active" = "rgb(${config.theme.colors.base00})"; + "col.active.border" = "rgb(${config.theme.colors.accent})"; + "col.active.text" = "rgb(${config.theme.colors.base05})"; "col.inactive" = "rgb(${config.theme.colors.base00})"; - "col.text.active" = "rgb(${config.theme.colors.base05})"; - "col.text.inactive" = "rgb(${config.theme.colors.base05})"; - "col.border.active" = "rgb(${config.theme.colors.accent})"; - "col.border.inactive" = "rgb(${config.theme.colors.base04})"; + "col.inactive.border" = "rgb(${config.theme.colors.base04})"; + "col.inactive.text" = "rgb(${config.theme.colors.base05})"; }; autotile = {