Skip to content

Add backgroundOpacity config option#27

Open
fr0stbyt wants to merge 1 commit intoRSG-Group:masterfrom
fr0stbyt:master
Open

Add backgroundOpacity config option#27
fr0stbyt wants to merge 1 commit intoRSG-Group:masterfrom
fr0stbyt:master

Conversation

@fr0stbyt
Copy link

Adds a backgroundOpacity config option that allows users to fade the background image toward black by stacking a semi-transparent black overlay using CSS linear-gradient.

  • Value range: 0.0 (fully black) to 1.0 (full image, default)
  • Backwards compatible — defaults to 1.0 if not set
  • Does not affect terminal text or UI elements

Usage:

backgroundOpacity: 0.15

@retrixe
Copy link
Member

retrixe commented Feb 22, 2026

Would using background-blend-mode be a better approach? Like so:

https://stackoverflow.com/questions/12605908/change-background-image-opacity

Also, I think you've changed the line endings to CRLF, since the diffs are big.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants