Skip to content

Commit 18ecdd2

Browse files
committed
feat(docs): add theme images and update Peek feature visuals
1 parent 7028f6a commit 18ecdd2

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

docs/what-s-new.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ We've added six new themes to the collection:
2121
- **Horizon & Horizon Bright**: Reddish soothing themes with a warm and refined color palette.
2222
- **Omni**: A dusk theme with vibrant colors, ported from the theme of the same name.
2323

24+
<div class="masonry" markdown="0">
25+
{% include figure.html content="/themes/cobalt2.png" caption="Cobalt2 Theme" %}
26+
{% include figure.html content="/themes/prism.png" caption="Prism Theme" %}
27+
{% include figure.html content="/themes/prism_light.png" caption="Prism Light Theme" %}
28+
{% include figure.html content="/themes/horizon.png" caption="Horizon Theme" %}
29+
{% include figure.html content="/themes/horizon_bright.png" caption="Horizon Bright Theme" %}
30+
{% include figure.html content="/themes/omni.png" caption="Omni Theme" %}
31+
</div>
32+
2433
### Peek
2534

2635
Introducing **Peek & Edit Definition**, a new way to explore and modify your code without losing context. Inspired by the VSCode feature of
@@ -31,6 +40,12 @@ the appearance and behavior of the inline editor, including rounded borders and
3140
files.
3241
- **Peek & Edit Definition (Inline)**: Embeds the definition directly within your editor for a truly seamless experience.
3342

43+
{% include figure.html content="/screens/peek/popupPeek.png" caption="Peek as a Popup" %}
44+
45+
{% include figure.html content="/screens/peek/inlinePeek.png" caption="Peek Inline" %}
46+
47+
{% include figure.html content="/screens/peek/customColorsPeek.png" caption="Custom Colors" %}
48+
3449
**Note**: This feature is currently in beta and free for everyone, but in the future it will be only available in the Premium Plan.
3550
{:class='card-panel warn'}
3651

@@ -40,15 +55,16 @@ We've removed the plethora of **Accent Color Actions** and replaced them with a
4055
of available swatches in a modernized, handy popup. This allows you for a quick and easy way to change your accent color without navigating
4156
through multiple menus.
4257

58+
{% include figure.html content="/screens/accents/accentPicker.png" caption="Material Accent Picker" %}
59+
4360
In addition, we've added a few more **predefined accent colors** to the list, such as **Aqua**, **Sand**, **Salmon** among others.
4461

4562
### Color Scheme Overrides
4663

4764
Thanks to the JetBrains Marketplace, you can download hundreds of themes and color schemes from a variety of sources. However, sometimes the
4865
color schemes have contrast issues, wrong colors, or simply don't match the overall appearance. JetBrains IDEs already allow you to override
4966
the colors of a color scheme. However, you can only override one scheme at a time, and if you have lots of color schemes, this can become
50-
easily
51-
tedious and not worth the hassle.
67+
easily tedious and not worth the hassle.
5268

5369
As such, we've added a new settings page for overriding vendor color schemes on the fly, centralizing all the settings in one place. We've
5470
migrated some of the existing color scheme overrides to this new page, such as the **Global Default Font** and the **Automatically Reset
@@ -58,6 +74,8 @@ Color Scheme**, and added a few more options for better control over your color
5874
- **Popups and Notifications**: Override the colors of popups and notifications from the Theme itself.
5975
- **VCS Gutter Indicators**: Replace the VCS gutter indicator colors with the Material schemes' colors.
6076

77+
{% include figure.html content="/screens/colorSchemes/colorSchemeOverrides.png" caption="Color Scheme Overrides" %}
78+
6179
**Note**: It's important to note that these overrides are affecting the color schemes, meaning that once applied, they can't be easily
6280
reverted unless you reset the color scheme to its default state. Bear that in mind if you're using customized color schemes!
6381
{:class='card-panel warn'}

0 commit comments

Comments
 (0)