summaryrefslogtreecommitdiff
path: root/common/modules
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules')
-rw-r--r--common/modules/matugen/templates/matugen-zen.nix35
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;