@@ -59,15 +59,8 @@ or the current item whose documentation is being displayed.
59
59
## The Theme Picker and Search Interface
60
60
61
61
When viewing ` rustdoc ` 's output in a browser with JavaScript enabled,
62
- a dynamic interface appears at the top of the page.
63
- To the left is the theme picker, denoted with a paint-brush icon,
64
- and the search interface, help screen, and options appear to the right of that.
65
-
66
- ### The Theme Picker
67
-
68
- Clicking on the theme picker provides a list of themes -
69
- by default ` ayu ` , ` light ` , and ` dark ` -
70
- which are available for viewing.
62
+ a dynamic interface appears at the top of the page composed of the search
63
+ interface, help screen, and options.
71
64
72
65
### The Search Interface
73
66
@@ -91,12 +84,16 @@ When typing in the search bar, you can prefix your search term with a type
91
84
followed by a colon (such as ` mod: ` ) to restrict the results to just that
92
85
kind of item. (The available items are listed in the help popup.)
93
86
87
+ ### Changing displayed theme
88
+
89
+ You can change the displayed theme by opening the settings menu (the gear
90
+ icon in the upper right) and then pick a new one from there.
91
+
94
92
### Shortcuts
95
93
96
94
Pressing ` S ` while focused elsewhere on the page will move focus to the
97
95
search bar, and pressing ` ? ` shows the help screen,
98
96
which includes all these shortcuts and more.
99
- Pressing ` T ` focuses the theme picker.
100
97
101
98
When the search results are focused,
102
99
the left and right arrows move between tabs and the up and down arrows move
0 commit comments