Skip to content

Commit 4909cea

Browse files
committed
deploy: 995bf95
1 parent b9755b8 commit 4909cea

1 file changed

Lines changed: 27 additions & 18 deletions

File tree

docs/configuration/features-settings.md

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,14 @@ next:
1414
title: Project Frame Settings
1515

1616
wallpapers:
17-
- filename: oceanic.png
17+
- filename: https://images.material-theme.com/mariosmilax/image/upload/c_thumb,w_400,g_face/v1694951877/walls/oceanic.png
1818
alttext: Material Oceanic
19-
- filename: palenight.png
19+
- filename: https://images.material-theme.com/mariosmilax/image/upload/c_thumb,w_400,g_face/v1694951877/walls/palenight.png
2020
alttext: Material Palenight
21-
- filename: lighter.png
21+
- filename: https://images.material-theme.com/mariosmilax/image/upload/c_thumb,w_400,g_face/v1694951877/walls/lighter.png
2222
alttext: Material Lighter
23-
- filename: darker.png
23+
- filename: https://images.material-theme.com/mariosmilax/image/upload/c_thumb,w_400,g_face/v1694951877/walls/darker.png
2424
alttext: Material Darker
25-
- filename: onedark.png
26-
alttext: Atom One Dark
27-
- filename: darkviolet.png
28-
alttext: Dark Violet
29-
- filename: shades.png
30-
alttext: Shades of Purple
31-
- filename: sakura2.png
32-
alttext: Sakura
3325
---
3426

3527
Some of these features are only available for premium users.
@@ -127,16 +119,33 @@ This setting allows you to fine-tune the opacity of overlays. The default is 40%
127119

128120
### Material Wallpapers
129121

130-
This setting replaces the _empty frame_ of the IDE, e.g., the background of the IDE when there are no open files, with a custom wallpaper that sports the logo of the plugin with colors matching the current theme. This is a purely aesthetic feature that adds a touch of personality to your IDE, reminiscent of what you can find in other editors such as Atom or VScode.
122+
JetBrains IDEs feature a built-in mechanism that allows you to set custom background images for the entire IDE or specifically for the **empty frame** (the background shown when no files are open). You can configure this manually in `Settings > Appearance & Behavior > Appearance > Background Image`.
123+
124+
The Material Theme UI leverages this feature to automatically replace the _empty frame_ with a custom-generated wallpaper. These wallpapers feature the plugin logo with a color palette that dynamically matches your active theme. This aesthetic enhancement adds a personal touch to your workspace, similar to what you might find in other editors like Atom or VS Code.
131125

132126
<div class="masonry" markdown="0">
127+
{% for wallpaper in page.wallpapers %}
128+
<div class="masonry-brick">
129+
<img src="{{ wallpaper.filename }}"
130+
alt="{{ wallpaper.alttext }}">
131+
</div>
132+
{% endfor %}
133+
</div>
134+
135+
These wallpapers are also compatible with custom and external themes, as they automatically adjust to the theme's colors.
136+
137+
<div class="masonry" markdown="0">
138+
139+
{% include figure.html content="/screens/wallpapers/shades.png" caption="Shades of Purple" %}
133140

134-
{% include figure.html content="https://images.material-theme.com/mariosmilax/image/upload/c_thumb,w_400,g_face/v1694951877/walls/oceanic.png" caption="Oceanic" %}
141+
{% include figure.html content="/screens/wallpapers/darkviolet.png" caption="JetBrains Dark Violet" %}
135142

136-
{% include figure.html content="https://images.material-theme.com/mariosmilax/image/upload/c_thumb,w_400,g_face/v1694951877/walls/darker.png" caption="Darker" %}
143+
{% include figure.html content="/screens/wallpapers/sakura2.png" caption="Sakura Theme" %}
137144

138-
{% include figure.html content="https://images.material-theme.com/mariosmilax/image/upload/c_thumb,w_400,g_face/v1694951877/walls/palenight.png" caption="Palenight" %}
145+
</div>
139146

140-
{% include figure.html content="https://images.material-theme.com/mariosmilax/image/upload/c_thumb,w_400,g_face/v1694951877/walls/lighter.png" caption="Lighter" %}
147+
**Note**: Enabling this option will replace any background image you may have previously configured.
148+
{:class='card-panel danger'}
141149

142-
</div>
150+
**Note 2**: As of March 2026, setting a wallpaper—whether through the plugin or manually—will disable gradients in the application frame. We are investigating whether this limitation can be addressed in future updates.
151+
{:class='card-panel warn'}

0 commit comments

Comments
 (0)