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: docs/03-customizing-editor.md
+38-30Lines changed: 38 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,68 +8,75 @@ import VideoPlayer from '@site/src/components/Video/player';
8
8
9
9
> **DRAFT — partial.** Themes, Sidebar Collapse Toggle, and Tabbed Sidebar are still outlined as bullet points and need to be written. Moved sections (Zoom, Line Height, Indent Guides, Editor Rulers, No-Distractions) still need a style cleanup pass per the no-weasel-words rule. Remove this banner and the `draft: true` frontmatter when ready to publish.
10
10
11
-
This section covers everything that lets you make **Phoenix Code** look and feel the way you want — from full themes down to individual visual toggles.
11
+
This section covers everything that lets you make **Phoenix Code** look and feel the way you want, from full themes down to individual visual toggles.
12
12
13
13
---
14
14
15
15
## Themes
16
16
17
17
Phoenix Code ships with two built-in themes:
18
18
19
-
-**Phoenix Dark Neo** — default dark theme
20
-
-**Phoenix Light Neo** — default light theme
19
+
-**Phoenix Dark Neo**: default dark theme
20
+
-**Phoenix Light Neo**: default light theme
21
21
22
22
You can install more themes, create your own, or remove themes you have installed, see [Extensions](./popular-extensions).
23
23
24
24
### Switching the Theme
25
25
26
26
Open `View > Themes...` and pick a theme from the **Current Theme** dropdown. The change applies immediately.
27
27
28
-

28
+

29
29
30
-
Click **Get More...** to browse community themes — see[Extensions](./popular-extensions) for installation steps.
30
+
Click **Get More...** to browse community themes. See[Extensions](./popular-extensions) for installation steps.
31
31
32
32
### Use Theme Scrollbars
33
33
34
34
The **Use Theme Scrollbars** checkbox controls scrollbar styling.
35
35
36
-
-**On** (default) — scrollbars use colors from the active theme.
37
-
-**Off** — scrollbars use your operating system's default style.
36
+
-**On** (default): scrollbars use colors from the active theme.
37
+
-**Off**: scrollbars use your operating system's default style.
38
38
39
39
---
40
40
41
-
## Zoom and Font Size Adjustments
42
-
The **Zoom UI and Fonts** options allow you to adjust the overall interface scale and font size.
41
+
## Font
43
42
44
-
### Zoom UI
45
-
**Zoom In** :- Enlarges the overall UI, making all elements larger.
43
+
Phoenix Code uses **SourceCodePro** as the default editor font. Change the size and family from `View > Themes...`.
46
44
47
-
**Zoom Out** :- Reduces the overall UI, making all elements smaller.
45
+

48
46
49
-
### Font Size Adjustment
50
-
**Increase Font Size** :- Enlarges the text in the editor without affecting other UI elements.
47
+
### Font Size
51
48
52
-
**Decrease Font Size**:- Reduces the text size in the editor without affecting other UI elements.
49
+
Type a value into the **Font Size**field. Accepted units: `px` (1 to 72) or `em` (0.1 to 7.2). Decimals work, e.g. `12.5px`. The default is `12px`.
53
50
54
-
**Restore Font Size** :- Resets the editor text to its default size.
0 commit comments