Skip to content

[create-theme]: Solid Fullscreen #1920

@blu14x

Description

@blu14x

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>

![image](https://raw.githubusercontent.com/blu14x/zen/main/solidFullscreen/img/before.png)
</details>

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

![image](https://raw.githubusercontent.com/blu14x/zen/main/solidFullscreen/img/after.png)
</details>

Preferences

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-themeSubmit a theme to be added to the theme library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions