diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
| commit | 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch) | |
| tree | ab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/zen-userchrome.css | |
| parent | 5d94c0a7d44a2255b81815a52a7056a94a39842d (diff) | |
| download | RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip | |
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/zen-userchrome.css')
| -rw-r--r-- | raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/zen-userchrome.css | 112 |
1 files changed, 0 insertions, 112 deletions
diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/zen-userchrome.css b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/zen-userchrome.css deleted file mode 100644 index 3dc0eba..0000000 --- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/zen-userchrome.css +++ /dev/null @@ -1,112 +0,0 @@ -/* DMS Matugen Zen Browser Theme */ -:root { - --zen-primary-color: {{colors.primary_container.default.hex}} !important; - --toolbarbutton-icon-fill: {{colors.primary.default.hex}} !important; - --toolbar-field-color: {{colors.on_background.default.hex}} !important; - --tab-selected-textcolor: {{colors.primary.default.hex}} !important; - --toolbar-color: {{colors.on_background.default.hex}} !important; - --arrowpanel-color: {{colors.on_surface.default.hex}} !important; - --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; -} - -.sidebar-placesTree { - background-color: {{colors.surface_container.default.hex}} !important; -} - -#zen-workspaces-button { - background-color: {{colors.surface_container.default.hex}} !important; -} - -#TabsToolbar { - background-color: {{colors.background.default.hex}} !important; -} - -.urlbar-background { - background-color: {{colors.surface_container.default.hex}} !important; -} - -.urlbar-input::selection { - color: {{colors.on_primary.default.hex}} !important; - background-color: {{colors.primary.default.hex}} !important; -} - -.urlbarView-url { - color: {{colors.on_surface_variant.default.hex}} !important; -} - -toolbar .toolbarbutton-1 { - &:not([disabled]) { - &:is([open], [checked]) - > :is( - .toolbarbutton-icon, - .toolbarbutton-text, - .toolbarbutton-badge-stack - ) { - fill: {{colors.primary.default.hex}} - } - } -} - -.identity-color-blue { - --identity-tab-color: {{dank16.color12.default.hex}} !important; - --identity-icon-color: {{dank16.color12.default.hex}} !important; -} - -.identity-color-turquoise { - --identity-tab-color: {{dank16.color6.default.hex}} !important; - --identity-icon-color: {{dank16.color6.default.hex}} !important; -} - -.identity-color-green { - --identity-tab-color: {{dank16.color10.default.hex}} !important; - --identity-icon-color: {{dank16.color10.default.hex}} !important; -} - -.identity-color-yellow { - --identity-tab-color: {{dank16.color11.default.hex}} !important; - --identity-icon-color: {{dank16.color11.default.hex}} !important; -} - -.identity-color-orange { - --identity-tab-color: {{dank16.color3.default.hex}} !important; - --identity-icon-color: {{dank16.color3.default.hex}} !important; -} - -.identity-color-red { - --identity-tab-color: {{dank16.color9.default.hex}} !important; - --identity-icon-color: {{dank16.color9.default.hex}} !important; -} - -.identity-color-pink { - --identity-tab-color: {{dank16.color13.default.hex}} !important; - --identity-icon-color: {{dank16.color13.default.hex}} !important; -} - -.identity-color-purple { - --identity-tab-color: {{dank16.color5.default.hex}} !important; - --identity-icon-color: {{dank16.color5.default.hex}} !important; -} - -#zen-appcontent-navbar-container { - background-color: {{colors.background.default.hex}} !important; -} - -#PanelUI-menu-button .toolbarbutton-icon, -#downloads-button .toolbarbutton-icon, -#unified-extensions-button .toolbarbutton-icon { - fill: {{colors.primary.default.hex}} !important; - color: {{colors.primary.default.hex}} !important; -} - -#PanelUI-menu-button .toolbarbutton-badge-stack, -#downloads-button .toolbarbutton-badge-stack, -#unified-extensions-button .toolbarbutton-badge-stack { - fill: {{colors.primary.default.hex}} !important; - color: {{colors.primary.default.hex}} !important; -} - -toolbar .toolbarbutton-1 > .toolbarbutton-icon { - fill: {{colors.primary.default.hex}} !important; -} |