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: topics/Platform__Icons.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,24 @@ Icons make it easy to find and explore features in ReSharper and Rider. They can
4
4
5
5
Typically, icons come in different colors and tones to match the user-selected theme (light, dark). You can change the theme:
6
6
7
-
- In ReSharper under `Options | Environment | General | User Interface | Application icons theme`
8
-
- In Rider under `Preferences | Appearance & Behavior | Appearance | Theme`
9
-
- In Visual Studio under `Options | Environment | General | Color Theme`
7
+
- In ReSharper under <menupath>Options | Environment | General | User Interface | Application icons theme</menupath>
8
+
- In Rider under <menupath>Preferences | Appearance & Behavior | Appearance | Theme</menupath>
9
+
- In Visual Studio under <menupath>Options | Environment | General | Color Theme</menupath>
10
+
11
+
<table>
12
+
<tr>
13
+
<td>ReSharper</td>
14
+
<td><menupath>Options | Environment | General | User Interface | Application icons theme</menupath></td>
15
+
</tr>
16
+
<tr>
17
+
<td>Rider</td>
18
+
<td><menupath>Preferences | Appearance & Behavior | Appearance | Theme</menupath></td>
19
+
</tr>
20
+
<tr>
21
+
<td>Visual Studio</td>
22
+
<td><menupath>Options | Environment | General | Color Theme</menupath></td>
23
+
</tr>
24
+
</table>
10
25
11
26
[//]: #(## Plugin Icon)
12
27
[//]: #()
@@ -16,7 +31,7 @@ Typically, icons come in different colors and tones to match the user-selected t
16
31
17
32
The SDK comes with an extensive set of icons that are probably already familiar to you.
18
33
19
-
You can browse the library in ReSharper's internal mode (`devenv.exe /ReSharper.Internal`) by navigating to `ReSharper | Internal | Windows | Themed Icon Viewer`:
34
+
You can browse the library in ReSharper's internal mode (`devenv.exe /ReSharper.Internal`) by navigating to <menupath>ReSharper | Internal | Windows | Themed Icon Viewer</menupath>:
@@ -37,7 +52,7 @@ Similar to the icons that come out-of-the-box, you can add your own icons as _co
37
52
38
53
SVG is a very rich format, but ReSharper can only create compiled icons from so-called _optimized SVGs_. Once you have your SVG, you can optimize it using the [latest version of Inkscape](https://inkscape.org/release/).
39
54
40
-
Open the SVG, select `File | Save As...`, choose _Optimized SVG_, and enable the following options after hitting _Save_:
55
+
Open the SVG, select <menupath>File | Save As...</menupath>, choose <control>Optimized SVG</control>, and enable the following options after hitting <control>Save</control>:
41
56
42
57
- Options
43
58
- Shorten color values
@@ -69,9 +84,9 @@ If your icons should adapt to different themes, you must provide multiple files
69
84
Once your SVG icons are prepared and located in a common directory:
70
85
71
86
1. Open the _Themed Icon Viewer_
72
-
2. Choose `Add Pane | Directory with Icon Files`
87
+
2. Choose <control>Add Pane | Directory with Icon Files</control>
0 commit comments