@@ -59,15 +59,8 @@ or the current item whose documentation is being displayed.
5959## The Theme Picker and Search Interface
6060
6161When 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.
7164
7265### The Search Interface
7366
@@ -91,12 +84,16 @@ When typing in the search bar, you can prefix your search term with a type
9184followed by a colon (such as ` mod: ` ) to restrict the results to just that
9285kind of item. (The available items are listed in the help popup.)
9386
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+
9492### Shortcuts
9593
9694Pressing ` S ` while focused elsewhere on the page will move focus to the
9795search bar, and pressing ` ? ` shows the help screen,
9896which includes all these shortcuts and more.
99- Pressing ` T ` focuses the theme picker.
10097
10198When the search results are focused,
10299the left and right arrows move between tabs and the up and down arrows move
0 commit comments