diff options
| author | brustybee <bee@4d2.org> | 2026-03-13 14:35:17 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-13 14:35:17 +0530 |
| commit | 03b95036d3feeede02691280641657daa5a2be56 (patch) | |
| tree | 9293efc7f7b114b98f364f023c306ebd65f580b9 /common/modules | |
| parent | 6b7b13a08b0df2cb22d3927d9d4e24e48b006120 (diff) | |
update zen theme to get that BOXYYYYYYY look
Diffstat (limited to 'common/modules')
| -rw-r--r-- | common/modules/matugen/templates/matugen-zen.nix | 35 |
1 files changed, 35 insertions, 0 deletions
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; |
