Background Image Support #11086
Replies: 5 comments
-
any update on this one? |
Beta Was this translation helpful? Give feedback.
-
+1 on this |
Beta Was this translation helpful? Give feedback.
-
+1, need this :o |
Beta Was this translation helpful? Give feedback.
-
+1 that's very useful! I'm wondering if theres no opacity option? I would like to see my background |
Beta Was this translation helpful? Give feedback.
-
Background images need more features such as random display, timed switch, custom layout styles, fixed-size bottom-right alignment, transparency settings, and more. |
Beta Was this translation helpful? Give feedback.
-
Problem
In VSCode and IntelliJ, there's an option or extension to set a background image, which is missing in Zed.
Solution Proposal
I forked this project and added an option called
background.image_file
to theexperimental.theme_overrides
setting.Repo: https://github.com/ming900518/zed/tree/background-image
With this option set, Zed will read the image file specified and render it behind the UI elements, users can combine this new option with other background color options to create beautiful blending.
I would like to see this feature officially supported by Zed, so I looked up the CONTRIBUTING.md and opened this discussion to propose adding this feature.
I'm not quite sure if I should open the pull request directly or wait for the Zed team to respond with this proposal. If Zed team is interested and the pull request is preferred or required for proposing changes. Please let me know.
Beta Was this translation helpful? Give feedback.
All reactions