Skip to content

Commit fef6f15

Browse files
committed
Archive outdated images, update image paths in documentation, and add a new "Material Wallpapers" section with corresponding visuals.
1 parent eeb8d3c commit fef6f15

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

docs/configuration/features-settings.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ wallpapers:
2828
alttext: Dark Violet
2929
- filename: shades.png
3030
alttext: Shades of Purple
31-
- filename: sakura2
31+
- filename: sakura2.png
3232
alttext: Sakura
3333
---
3434

@@ -130,10 +130,13 @@ This setting allows you to fine-tune the opacity of overlays. The default is 40%
130130
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.
131131

132132
<div class="masonry" markdown="0">
133-
{% for wallpaper in page.wallpapers %}
134-
<div class="masonry-brick">
135-
<img src="/img/screens/wallpapers/{{ wallpaper.filename }}"
136-
alt="{{ wallpaper.alttext }}">
137-
</div>
138-
{% endfor %}
133+
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" %}
135+
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" %}
137+
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" %}
139+
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" %}
141+
139142
</div>

0 commit comments

Comments
 (0)