Skip to content

made dark theme and shell correction to preferences #769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions workspaces/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ The **Account** tab allows you to provide or change:
- Email address
- Username (this is the value that Coder uses throughout the platform, including
dev URLs and the CLI's SSH configuration)
- Shell (this is the command Coder runs when starting a terminal)
- Your dotfiles URI to personalize your workspaces

## Appearance

To use Coder's dark theme, enable it by selecting **Dark Theme**. Coder uses its
light theme by default.

## Security

The **Security** tab allows you to change your password if you log in using
Expand All @@ -32,10 +38,10 @@ combination).

## SSH keys

The **SSH Keys** page is where you'll find the public key corresponding to the
private key that Coder inserts automatically into your workspaces. The public
key is useful for services, such as Git, Bitbucket, GitHub, and GitLab, that you
need to access from your workspace.
The **SSH Keys** page is where you'll find the public SSH key corresponding to
the private key that Coder inserts automatically into your workspaces. The
public key is useful for services, such as Git, Bitbucket, GitHub, and GitLab,
that you need to access from your workspace.

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

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

## Notifications

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

Auto-start allows you to set the time when Coder automatically starts and builds
your workspaces. See [auto-start](autostart.md) for more information.

## Dark theme

> Dark theme is currently a beta feature.

If you'd like to use Coder's dark theme, you can enable it by clicking on your
avatar and selecting **Feature Preview**. Then, click **Dark theme** and select
**Enable**.