From 03b95036d3feeede02691280641657daa5a2be56 Mon Sep 17 00:00:00 2001 From: brustybee Date: Fri, 13 Mar 2026 14:35:17 +0530 Subject: update zen theme to get that BOXYYYYYYY look --- common/modules/matugen/templates/matugen-zen.nix | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'common/modules') diff --git a/common/modules/matugen/templates/matugen-zen.nix b/common/modules/matugen/templates/matugen-zen.nix index 179e72a..837b401 100644 --- a/common/modules/matugen/templates/matugen-zen.nix +++ b/common/modules/matugen/templates/matugen-zen.nix @@ -16,12 +16,46 @@ --arrowpanel-background: {{colors.surface_container.default.hex}} !important; --sidebar-text-color: {{colors.on_background.default.hex}} !important; /* --zen-main-browser-background: {{colors.background.default.hex}} !important; */ + + /* --- Boxy UI Variables --- */ + --toolbarbutton-border-radius: 0px !important; + --tab-border-radius: 0px !important; + --arrowpanel-border-radius: 0px !important; + --urlbar-icon-border-radius: 0px !important; } * { font-family: "JetBrainsMono Nerd Font", monospace !important; } + /* --- Enforce Boxy Look (Zero Border Radius) --- */ + .tab-background, + .tabbrowser-tab, + .urlbar-background, + #urlbar-input-container, + #urlbar-background, + .urlbar-input-box, + .toolbarbutton-1, + .toolbarbutton-icon, + .toolbarbutton-badge-stack, + #zen-workspaces-button, + .panel-arrowcontent, + menupopup, + menuitem, + .sidebar-placesTree, + #zen-appcontent-navbar-container, + #TabsToolbar, + .browserContainer, + #navigator-toolbox, + #sidebar-box, + .searchbar-textbox, + window, + page, + browser { + border-radius: 0 !important; + } + + /* --- Layout & Color Rules --- */ .sidebar-placesTree { background-color: {{colors.surface_container.default.hex}} !important; } @@ -60,6 +94,7 @@ } } + /* --- Tab Identity Colors --- */ .identity-color-blue { --identity-tab-color: \{{color12}} !important; --identity-icon-color: \{{color12}} !important; -- cgit v1.3.1