Skip to content

Commit eff49b8

Browse files
committed
deploy: cfb4957
1 parent 042b722 commit eff49b8

35 files changed

Lines changed: 87 additions & 22 deletions

docs/archives.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ New year, new version! This version fixes a few issues related to the **Theme Ra
3333

3434
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.
3535

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" %}
3737

3838
This feature is available in the Free plan, but further customization is only available in the Premium plan:
3939
- Custom padding
@@ -324,7 +324,7 @@ Note: This layout requires closing all projects when you change the settings.
324324

325325
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.
326326

327-
{% include figure.html content="/screens/roundedButtons.png" caption="Rounded Buttons" %}
327+
{% include figure.html content="/screens/archive/roundedButtons.png" caption="Rounded Buttons" %}
328328

329329
----
330330

@@ -415,15 +415,15 @@ As a follow-up to the feature introduced in version 9.2.0, **Use Original Tool W
415415

416416
You can find this setting in the **Material Theme > UI Components Settings**
417417

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" %}
419419

420420
Comparison:
421421

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" %}
423423

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" %}
425425

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" %}
427427

428428
### More Overlays
429429

@@ -465,7 +465,7 @@ This feature is the result of a particular demand by some users to restore the o
465465

466466
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.
467467

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" %}
469469

470470
### Other Bug fixes and improvements
471471

docs/configuration/features-settings.md

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,69 @@ These wallpapers are also compatible with custom and external themes, as they au
148148
{:class='card-panel danger'}
149149

150150
**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.

docs/configuration/other-tweaks-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Starting from version 2.9.4/2.10.4, you can also see your current accent color.
251251
As a result, it has been removed from the plugin.
252252
{:class='card-panel warn'}
253253

254-
{% include figure.html content="/screens/statusbar.png" caption="Status Bar Toggles" %}
254+
{% include figure.html content="/screens/archive/statusbar.png" caption="Status Bar Toggles" %}
255255

256256
-----
257257

docs/icons/associations-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ View, Add and Edit your icon associations!
2525
Since version 50.0 of the _Atom Material Icons_ plugin, a new Settings Page has been added allowing you to view,
2626
add, remove or edit the plugin's associations directly from inside the IDE.
2727

28-
{% include figure.html content="/screens/customAssociations.png" caption="Icon Associations Editor" %}
28+
{% include figure.html content="/screens/atom/customAssociations.png" caption="Icon Associations Editor" %}
2929

3030
## Features
3131

@@ -118,4 +118,4 @@ A button is available at the bottom of the table to remove all custom associatio
118118

119119
### Downloading default icons
120120

121-
You can download the icons provided by the plugin in the following repository: <https://github.com/mallowigi/iconGenerator>.
121+
You can download the icons provided by the plugin in the following repository: <https://github.com/mallowigi/iconGenerator>.

docs/icons/atom-material-icons-plugin.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ plugin of the Material Theme whose purpose is to customize all IDE icons. It was
3131
but has been extracted from it since version 2.9.0, in order to tend to users who don't need the themes but do need the
3232
icons, the same way it's done in Atom or Visual Studio.
3333

34-
{% include figure.html content="/screens/atomMaterial.png" caption="Atom Material Toolbar" %}
34+
{% include figure.html content="/screens/atom/atomMaterial.png" caption="Atom Material Toolbar" %}
3535

36-
{% include figure.html content="/screens/atomMaterialSettings.png" caption="Atom Material Settings" %}
36+
{% include figure.html content="/screens/atom/atomMaterialSettings.png" caption="Atom Material Settings" %}
3737

3838
The UI is a bit different from the Material Theme UI but provides the same capability nonetheless.
3939

@@ -69,7 +69,7 @@ patterns and replaces them with the relevant icon, such as:
6969
- `composer.json`
7070
- etc...
7171

72-
{% include figure.html content="/screens/file-icons.png" caption="File Icons" %}
72+
{% include figure.html content="/screens/atom/file-icons.png" caption="File Icons" %}
7373

7474
You can find more information at the [Associations](/docs/reference/associations).
7575

@@ -114,11 +114,11 @@ inside documentation panels.
114114

115115
This toggle lets you replace the PSI icons (e.g. Class, Interface, Enums, functions, etc) with Material icons.
116116

117-
{% include figure.html content="/screens/psiIcons.png" caption="PSI Icons" %}
117+
{% include figure.html content="/screens/atom/psiIcons.png" caption="PSI Icons" %}
118118

119119
The Structure Panel icons are also changed:
120120

121-
{% include figure.html content="/screens/psiStructure.png" caption="PSI Icons" %}
121+
{% include figure.html content="/screens/atom/psiStructure.png" caption="PSI Icons" %}
122122

123123
This option makes it look like the Visual Studio Code *Outline* Panel, as well as Rider or Resharper structure panels.
124124

@@ -131,7 +131,7 @@ This option allows you to _completely hide_ the __file icons__ from the IDE.
131131
It hides them from the _Project Tree_, Tabs, Dialogs and everything.
132132
Folders are unaffected, though.
133133

134-
{% include figure.html content="/screens/hideFileIcons.png" caption="Hide File Icons" %}
134+
{% include figure.html content="/screens/archive/hideFileIcons.png" caption="Hide File Icons" %}
135135

136136
**Note**: This feature takes precedence over default file icons providers, and the plugin's own ones.
137137
However, some plugins might have an even greater precedence, meaning you would still see icons from such plugins.
@@ -143,7 +143,7 @@ However, some plugins might have an even greater precedence, meaning you would s
143143

144144
Same setting as the _Hide File Icons_ except that it works for folders.
145145

146-
{% include figure.html content="/screens/hideFolderIcons.png" caption="Hide Folder Icons" %}
146+
{% include figure.html content="/screens/archive/hideFolderIcons.png" caption="Hide Folder Icons" %}
147147

148148

149149
----
@@ -153,7 +153,7 @@ Same setting as the _Hide File Icons_ except that it works for folders.
153153
This option allows you to apply a monochrome filter to the whole IDE, just like the color blindness filter.
154154
This is ideal for people who don't like the avalanche of colors provided by the different icons.
155155

156-
{% include figure.html content="/screens/monochrome.png" caption="Monochrome Icons" %}
156+
{% include figure.html content="/screens/archive/monochrome.png" caption="Monochrome Icons" %}
157157

158158
By applying this filter, all icons will be filtered with a shade of the primary color, that is, the color of the items
159159
in the Project View of the current theme.
@@ -168,7 +168,7 @@ Note: This setting not only filters out the toolbar and file icons, but even too
168168
This feature further decorates the _Project View_ by emphasizing the folders that contain files that are currently open
169169
in the editor, making them appear as "**hollow**".
170170

171-
{% include figure.html content="/screens/hollowFolders.png" caption="Hollow Folders" %}
171+
{% include figure.html content="/screens/archive/hollowFolders.png" caption="Hollow Folders" %}
172172

173173
Not only regular folders, but also excluded folders, resource folders or even decorated folders have a hollow
174174
counterpart.
@@ -181,9 +181,9 @@ This option allows you to change the size of the icons ranging from 12px to 24px
181181

182182
Moreover, it adapts the Project View Items' height to the new size.
183183

184-
{% include figure.html content="/screens/normalIcons.png" caption="Normal Icons" %}
184+
{% include figure.html content="/screens/archive/normalIcons.png" caption="Normal Icons" %}
185185

186-
{% include figure.html content="/screens/biggerIcons.png" caption="Bigger Icons" %}
186+
{% include figure.html content="/screens/archive/biggerIcons.png" caption="Bigger Icons" %}
187187

188188
**Note**: The IDEs aren't optimized to handle bigger icons, so there could be parts of the IDE that are missing icons,
189189
or that the containers will appear larger/wider/bigger. Please be aware of such issues when using this setting.
File renamed without changes.

0 commit comments

Comments
 (0)