You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/archives.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ New year, new version! This version fixes a few issues related to the **Theme Ra
33
33
34
34
A new feature has been added to the **UI Components** settings, **Custom Search Everywhere**, allowing you to customize the UI of the search everywhere popup.
35
35
36
-
{% include figure.html content="/screens/largerSearch.png" caption="Larger Search Everywhere" %}
36
+
{% include figure.html content="/screens/archive/largerSearch.png" caption="Larger Search Everywhere" %}
37
37
38
38
This feature is available in the Free plan, but further customization is only available in the Premium plan:
39
39
- Custom padding
@@ -324,7 +324,7 @@ Note: This layout requires closing all projects when you change the settings.
324
324
325
325
A new setting has been added to the **UI Components**: **Rounded Buttons**. This setting will allow you to control the border radius of all buttons in the IDE, making them more rounded or less rounded, according to your tastes.
326
326
327
-
{% include figure.html content="/screens/roundedButtons.png" caption="Rounded Buttons" %}
327
+
{% include figure.html content="/screens/archive/roundedButtons.png" caption="Rounded Buttons" %}
328
328
329
329
----
330
330
@@ -415,15 +415,15 @@ As a follow-up to the feature introduced in version 9.2.0, **Use Original Tool W
415
415
416
416
You can find this setting in the **Material Theme > UI Components Settings**
417
417
418
-
{% include figure.html content="/screens/actionButtonsRadius.png" caption="Action Buttons Radius Settings" %}
418
+
{% include figure.html content="/screens/archive/actionButtonsRadius.png" caption="Action Buttons Radius Settings" %}
419
419
420
420
Comparison:
421
421
422
-
{% include figure.html content="/screens/fullRadius.png" caption="Full Rounded buttons" %}
422
+
{% include figure.html content="/screens/archive/fullRadius.png" caption="Full Rounded buttons" %}
423
423
424
-
{% include figure.html content="/screens/halfRadius.png" caption="Half Rounded buttons" %}
424
+
{% include figure.html content="/screens/archive/halfRadius.png" caption="Half Rounded buttons" %}
425
425
426
-
{% include figure.html content="/screens/noRadius.png" caption="Not Rounded buttons" %}
426
+
{% include figure.html content="/screens/archive/noRadius.png" caption="Not Rounded buttons" %}
427
427
428
428
### More Overlays
429
429
@@ -465,7 +465,7 @@ This feature is the result of a particular demand by some users to restore the o
465
465
466
466
As you may know, the plugin changed the look and feel of those buttons to look like the Material Design look and feel, by replacing them with a transparent circle of the accent color. However some users preferred the original look of the buttons, and as such, this feature was added to the plugin.
467
467
468
-
{% include figure.html content="/screens/originalToolWindowButtons.png" caption="Original Tool Window Hover Buttons" %}
468
+
{% include figure.html content="/screens/archive/originalToolWindowButtons.png" caption="Original Tool Window Hover Buttons" %}
Copy file name to clipboardExpand all lines: docs/configuration/features-settings.md
+66-1Lines changed: 66 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,4 +148,69 @@ These wallpapers are also compatible with custom and external themes, as they au
148
148
{:class='card-panel danger'}
149
149
150
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'}
151
+
{:class='card-panel warn'}
152
+
153
+
----
154
+
155
+
### Custom UI Font
156
+
157
+
The Material Theme UI plugin replaces the IDE's default font with the standard fonts recommended by Material Design style guides.
158
+
159
+
For _Material Design (Material 1)_ and _Material Theme (Material 2)_, the recommended font is [**Roboto**](https://fonts.google.com/specimen/Roboto). For _Material You (Material 3)_, it uses [**Google Sans**](https://fonts.google.com/specimen/Google+Sans). For CJK (Chinese, Japanese, Korean) languages, it uses [**Noto Sans**](https://fonts.google.com/noto/specimen/Noto+Sans?query=noto+sans).
160
+
161
+
While you can change the font via `Settings > Appearance & Behavior > Appearance > Use custom font`, doing so sets a global IDE state that may interfere with features like *Zoom Level* or *Presentation Mode*.
162
+
163
+
The **Custom UI Font** option in the Material Theme settings allows you to customize the font without these side effects.
164
+
165
+
{% include figure.html content="/screens/features/apperance.png" caption="Custom UI Font" %}
166
+
167
+
{% include figure.html content="/screens/features/customFont.png" caption="Custom UI Font" %}
168
+
169
+
**Note**: If you have already set a custom font in the IDE's _Appearance_ settings, that setting will take precedence over this one.
170
+
{:class='card-panel warn'}
171
+
172
+
----
173
+
174
+
### File Status Colors
175
+
176
+
By default, JetBrains IDEs color filenames based on their Version Control (VCS) status (see [File Status Colors](/docs/configuration/file-status-colors.md)). These colors are typically defined within the *Color Scheme* rather than the *UI Theme*.
177
+
178
+
This setting allows you to enforce these colors when switching themes, making them independent of the active *Color Scheme*. This is particularly useful for themes that don't define these colors or if you prefer consistent file colors across different schemes.
179
+
180
+
{% include figure.html content="/screens/features/customFileColors.png" caption="Custom File Colors" %}
181
+
182
+
These colors can be customized in `Settings > Editor > Color Scheme > Custom File Colors` and will override the defaults in `Settings > Version Control > File Status Colors`.
183
+
184
+
**Note**: Enabling this option modifies the current Color Scheme by creating a copy with the new settings. Disabling the option will not automatically restore the original colors; you must manually click **Restore Defaults** in the Color Scheme settings to revert.
185
+
{:class='card-panel warn'}
186
+
187
+
### Custom Directories Style
188
+
189
+
Similar to *File Status Colors*, this setting adds an option to the *Custom File Colors* scheme settings, allowing you to set custom colors for modules or directories.
190
+
191
+
{% include figure.html content="/screens/features/directories.png" caption="Directories File Colors" %}
192
+
193
+
{% include figure.html content="/screens/features/customDirectoriesStyle.png" caption="Custom Directories Style" %}
194
+
195
+
**Note**: Although you can configure background, marker, and effects colors, only the foreground color will be applied.
196
+
{:class='card-panel'}
197
+
198
+
**Note 2**: Like *File Status Colors*, this feature modifies your active color scheme.
199
+
{:class='card-panel warn'}
200
+
201
+
----
202
+
203
+
## Color Scheme Tweaks
204
+
205
+
These settings modify your current color scheme rather than the IDE's overall appearance. Please note that applying these changes might overwrite any custom modifications you have made to the color scheme.
206
+
{:class='card-panel warn'}
207
+
208
+
### Automatically reset color scheme
209
+
210
+
This option automatically removes all customizations from your color scheme when switching themes. This ensures a clean slate, which is especially useful given that many plugins, including this one, modify color schemes.
211
+
212
+
It also ensures you receive all the latest color scheme updates, as copied schemes cannot automatically detect changes to the original.
213
+
214
+
### Use Editor Default Font
215
+
216
+
This option overrides the color scheme's font with the *Default Font* defined in `Settings > Editor > Font`. Since color schemes can define their own fonts—leading to inconsistencies across different themes—enabling this ensures a uniform typography regardless of the active color scheme.
0 commit comments