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
+22-13Lines changed: 22 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,28 @@ This section covers everything that lets you make **Phoenix Code** look and feel
13
13
---
14
14
15
15
## Themes
16
-
*(To be written. Move existing content from `08-Features/13-themes.md`. Update with new themes shipped this release.)*
17
-
18
-
- What themes are and how they affect the editor
19
-
- Built-in themes — list with screenshots
20
-
-**Phoenix Dark Neo** (renamed from previous "Phoenix Dark")
21
-
-**Phoenix Light Neo** (renamed from previous "Phoenix Light")
22
-
-**Dark Phoenix** (NEW this release)
23
-
- All other built-in themes — list and short description
24
-
- Switching themes
25
-
- Installing a new theme from the marketplace
26
-
- Removing an installed theme
27
-
- Creating your own theme — link to Theme Template repo
28
-
- Preference key reference (where applicable)
16
+
17
+
Phoenix Code ships with two built-in themes:
18
+
19
+
-**Phoenix Dark Neo** — default dark theme
20
+
-**Phoenix Light Neo** — default light theme
21
+
22
+
You can install more themes, create your own, or remove themes you have installed, see [Extensions](./popular-extensions).
23
+
24
+
### Switching the Theme
25
+
26
+
Open `View > Themes...` and pick a theme from the **Current Theme** dropdown. The change applies immediately.
27
+
28
+

29
+
30
+
Click **Get More...** to browse community themes — see [Extensions](./popular-extensions) for installation steps.
31
+
32
+
### Use Theme Scrollbars
33
+
34
+
The **Use Theme Scrollbars** checkbox controls scrollbar styling.
35
+
36
+
-**On** (default) — scrollbars use colors from the active theme.
37
+
-**Off** — scrollbars use your operating system's default style.
0 commit comments