Skip to content

Commit 13aa384

Browse files
sharkymarkKatie Horne
and
Katie Horne
authored
made dark theme and shell correction to preferences (#769)
* made dark theme and shell correction to preferences * Edit text; lint Co-authored-by: Katie Horne <katie@coder.com>
1 parent 0db9a1e commit 13aa384

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

workspaces/preferences.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@ The **Account** tab allows you to provide or change:
1717
- Email address
1818
- Username (this is the value that Coder uses throughout the platform, including
1919
dev URLs and the CLI's SSH configuration)
20+
- Shell (this is the command Coder runs when starting a terminal)
2021
- Your dotfiles URI to personalize your workspaces
2122

23+
## Appearance
24+
25+
To use Coder's dark theme, enable it by selecting **Dark Theme**. Coder uses its
26+
light theme by default.
27+
2228
## Security
2329

2430
The **Security** tab allows you to change your password if you log in using
@@ -32,10 +38,10 @@ combination).
3238
3339
## SSH keys
3440

35-
The **SSH Keys** page is where you'll find the public key corresponding to the
36-
private key that Coder inserts automatically into your workspaces. The public
37-
key is useful for services, such as Git, Bitbucket, GitHub, and GitLab, that you
38-
need to access from your workspace.
41+
The **SSH Keys** page is where you'll find the public SSH key corresponding to
42+
the private key that Coder inserts automatically into your workspaces. The
43+
public key is useful for services, such as Git, Bitbucket, GitHub, and GitLab,
44+
that you need to access from your workspace.
3945

4046
If necessary, you can regenerate your key. Be sure to provide your updated key
4147
to all of the services you use. Otherwise, they won't work.
@@ -51,8 +57,9 @@ to all of the services you use. Otherwise, they won't work.
5157
## Linked accounts
5258

5359
The **Linked Accounts** tab allows you to automatically provide your Coder SSH
54-
key to the Git service of your choice. You can then perform the Git actions in
55-
your Coder workspace and interact with the service (e.g., push changes).
60+
public key to the Git service of your choice. You can then perform the Git
61+
actions in your Coder workspace and interact with the service (e.g., push
62+
changes). Your administrator must configure OAuth for this feature to work.
5663

5764
## Notifications
5865

@@ -75,11 +82,3 @@ You can check whether notifications are enabled and working by click **Test**.
7582

7683
Auto-start allows you to set the time when Coder automatically starts and builds
7784
your workspaces. See [auto-start](autostart.md) for more information.
78-
79-
## Dark theme
80-
81-
> Dark theme is currently a beta feature.
82-
83-
If you'd like to use Coder's dark theme, you can enable it by clicking on your
84-
avatar and selecting **Feature Preview**. Then, click **Dark theme** and select
85-
**Enable**.

0 commit comments

Comments
 (0)