-
-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
new-themeSubmit a theme to be added to the theme librarySubmit a theme to be added to the theme library
Description
Name
Solid Fullscreen
Description
This mod prevents the wallpaper from bleeding through in fullscreen mode.
Homepage
https://github.com/blu14x/zen/tree/main/solidFullscreen
Image
https://raw.githubusercontent.com/blu14x/zen/main/solidFullscreen/img/store.png
Type
- JSON Color Theme
Theme Styles
:root[inFullscreen] {
#zen-main-app-wrapper {
/*
override
background: var(--zen-themed-toolbar-bg-transparent)
*/
background: var(--zen-branding-bg)!important;
/* keep grey-out setting intact */
@media (-moz-pref("zen.view.grey-out-inactive-windows")) {
&:-moz-window-inactive {
background: InactiveCaption!important;;
}
}
}
}Readme
# Solid Fullscreen
This mod prevents the wallpaper from bleeding through in fullscreen mode.
<details>
<summary>before</summary>

</details>
<details open>
<summary>after</summary>

</details>Preferences
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new-themeSubmit a theme to be added to the theme librarySubmit a theme to be added to the theme library