Skip to content

Commit 936039e

Browse files
committed
Archive outdated features and visuals, update image paths across documentation, and remove "Language Additions" and "Focus Mode" sections.
1 parent 7f055c7 commit 936039e

1 file changed

Lines changed: 17 additions & 18 deletions

File tree

docs/configuration/islands-settings.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ next:
1515

1616
---
1717

18-
This page provides more customization capabilities for JetBrains' Islands layout.
18+
This page describes the customization options for JetBrains' Islands layout.
1919
{:class='title'}
2020

2121
{% include carbonads.html %}
2222

23-
This feature is exclusive to premium users. You can purchase a premium license for the plugin or a dedicated license for this feature via the following link: [Material Theme Islands](https://plugins.jetbrains.com/plugin/28142-material-theme-ui-islands).
23+
This feature is exclusive to premium users. You can purchase a premium license for the plugin or a dedicated license for this feature here: [Material Theme Islands](https://plugins.jetbrains.com/plugin/28142-material-theme-ui-islands).
2424
{:class='card-panel warn'}
2525

2626
## Introduction
2727

28-
Since late 2025, JetBrains have revamped its user interface and introduced a layout called **Islands**. This layout features a more spacious design with distinct "islands" for the editor, tool windows, and other UI components. It is based on the now discontinued **JetBrains Fleet**, and gives a more refreshed look to its IDE suite.
28+
In late 2025, JetBrains revamped its user interface by introducing the **Islands** layout. This design features a more spacious look with distinct "islands" for the editor, tool windows, and other UI components. Based on the now-discontinued **JetBrains Fleet**, it provides a refreshed aesthetic to the IDE suite.
2929

30-
The Islands layout is enabled by default on all IDEs, but is not configurable. The Material Theme Islands settings allow you to customize various aspects of this new layout to better suit your preferences and workflow.
30+
The Islands layout is enabled by default in recent IDE versions but offers limited native configuration. Material Theme Islands settings allow you to customize various aspects of this layout to better suit your preferences and workflow.
3131

3232
{% include figure.html content="/screens/islands/islandsSettings.png" caption="Islands Settings" %}
3333

@@ -37,29 +37,29 @@ The Islands layout is enabled by default on all IDEs, but is not configurable. T
3737

3838
### Background Contrast
3939

40-
By default, the Islands' background is the same as the Tool Windows and the Status Bar color, blending together and distinguished by a thin border.
40+
By default, the Islands' background matches the Tool Windows and Status Bar colors, blending them together with only a thin border for distinction.
4141

42-
This setting will slightly increase the contrast between them by increasing the lightness of the _Application Frame_, making the elements more distinguishable.
42+
This setting increases the contrast between these elements by adjusting the lightness of the _Application Frame_, making the UI components more distinguishable.
4343

4444
{% include figure.html content="/screens/islands/noContrast.png" caption="Without Contrast" %}
4545

4646
{% include figure.html content="/screens/islands/withContrast.png" caption="With Contrast" %}
4747

4848
### Custom Background Color
4949

50-
Alternatively, you can choose to use your own background color instead.
50+
Alternatively, you can define a custom background color for the Islands.
5151

5252
{% include figure.html content="/screens/islands/customColor.png" caption="Custom Background Color" %}
5353

54-
**Note**: This setting may conflict with the [Colorize Application Frame](/docs/configuration/project-title-bar.md#application-frame). If you enable both, the Application Frame settings will take precedence over the Islands Background Color.
54+
**Note**: This setting may conflict with [Colorize Application Frame](/docs/configuration/project-title-bar.md#application-frame). If both are enabled, the Application Frame settings take precedence over the Islands Background Color.
5555
{:class='card-panel warn'}
5656

57-
**Note 2**: At the moment, it's not possible to use a different background color for each project.
57+
**Note**: Currently, it is not possible to set a different background color for each project.
5858
{:class='card-panel info'}
5959

6060
### Border Color
6161

62-
This setting adds a border around the Islands', reinforcing the separation between the UI elements. You can also choose a custom border color.
62+
This setting adds a border around the Islands, reinforcing the separation between UI elements. You can also specify a custom border color.
6363

6464
{% include figure.html content="/screens/islands/noBorder.png" caption="Without Border" %}
6565

@@ -73,48 +73,47 @@ This setting adds a border around the Islands', reinforcing the separation betwe
7373

7474
### Island Arc Size
7575

76-
Controls the radius for the curved corners of the Islands. Default is 20.
76+
Controls the radius of the curved corners for the Islands. The default value is 20.
7777

7878
{% include figure.html content="/screens/islands/angledCorners.png" caption="Angled Corners" %}
7979

8080
{% include figure.html content="/screens/islands/roundedCorners.png" caption="Rounded Corners" %}
8181

8282
### Inner Spacing
8383

84-
Controls the inner spacing inside the Islands. Default is 10.
84+
Controls the padding inside the Islands. The default value is 10.
8585

8686
{% include figure.html content="/screens/islands/noInnerSpacing.png" caption="No Inner Spacing" %}
8787

8888
{% include figure.html content="/screens/islands/maxInnerSpacing.png" caption="Max Inner Spacing" %}
8989

9090
### Outer Margin
9191

92-
Controls the distance between the Islands and the editor edges. Default is 10.
92+
Controls the distance between the Islands and the editor edges. The default value is 10.
9393

9494
{% include figure.html content="/screens/islands/noOuterMargin.png" caption="No Outer Margin" %}
9595

9696
{% include figure.html content="/screens/islands/maxOuterMargin.png" caption="Max Outer Margin" %}
9797

98-
**Note**: Margins are "eating up" on the editor area, leading to the tabs being "cut off" at the edges.
98+
**Note**: Increasing margins reduces the available editor area, which may cause tabs to appear "cut off" at the edges.
9999
{:class='card-panel warn'}
100100

101101
----
102102

103103
### Islands Gap
104104

105-
This setting only applies when the _Tool Windows_ are hidden.
105+
This setting applies only when the _Tool Windows_ are hidden.
106106
{:class='card-panel info'}
107107

108-
This option adds a horizontal gap between the edges of the IDE and the Islands, thus achieving a more centered layout. Default is 4.
108+
This option adds a horizontal gap between the IDE edges and the Islands, creating a more centered layout. The default value is 4.
109109

110110
{% include figure.html content="/screens/islands/islandsGap.png" caption="Islands Gap" %}
111111

112112
{% include figure.html content="/screens/islands/maxGap.png" caption="Max Gap" %}
113113

114114
### Tool Windows Overlay Opacity
115115

116-
This setting controls the opacity of the overlay applied to Tool Windows when the application is not focused. By default, it's set to 50% opacity.
117-
116+
This setting controls the opacity of the overlay applied to Tool Windows when the application is not focused. The default value is 50%.
118117

119118
{% include figure.html content="/screens/islands/noOpacity.png" caption="Fully Opaque" %}
120119

0 commit comments

Comments
 (0)