diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-29 16:41:40 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-29 16:41:40 +0100 |
commit | c2e7c5365c80d70c51fa30d7a5833e897d459b74 (patch) | |
tree | e64864b5af672fe6cca37535f50046655284f1a1 /home-manager/compositor/hyprland.nix | |
parent | f61252fec9aa3b8deb98d3a7c79f54cc88a80ea6 (diff) |
theming/styling stuff
Diffstat (limited to 'home-manager/compositor/hyprland.nix')
-rw-r--r-- | home-manager/compositor/hyprland.nix | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix index d1af183..dcd1d91 100644 --- a/home-manager/compositor/hyprland.nix +++ b/home-manager/compositor/hyprland.nix @@ -44,7 +44,7 @@ in general = { "layout" = "hy3"; "border_size" = 2; - "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; + "col.active_border" = "rgba(fe8423ee) rgba(e11701ee) 45deg"; "col.inactive_border" = "rgba(595959aa)"; }; @@ -123,6 +123,16 @@ in ) 9) ); + + plugin = { + hy3 = { + tabs = { + "col.active" = "0xFFFE8423"; + "col.inactive" = "0xFF103543"; + "col.text.inactive" = "0xFFFECDB2"; + }; + }; + }; }; programs.waybar.enable = true; |