summaryrefslogtreecommitdiff
path: root/doc/profile/preferences.md
blob: 073b87975081e559e67810205c7e32a8dbb2cafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Profile Preferences

Settings in the **Profile > Preferences** page allow the user to customize
various aspects of the site to their liking.

## Application theme

Changing this setting allows the user to customize the color scheme used for the
navigation bar on the left side of the screen.

The default is **Charcoal**.

## Syntax highlighting theme

_GitLab uses the [rouge ruby library][rouge] for syntax highlighting. For a
list of supported languages visit the rouge website._

Changing this setting allows the user to customize the theme used when viewing
syntax highlighted code on the site.

The default is **White**.

## Behavior

### Default Dashboard

For users who have access to a large number of projects but only keep up with a
select few, the amount of activity on the default Dashboard page can be
overwhelming.

Changing this setting allows the user to redefine what their default dashboard
will be. Setting it to **Starred Projects** will make that Dashboard view the
default when signing in or clicking the application logo in the upper left.

The default is **Your Projects**.

### Default Project view

It allows user to choose what content he or she want to see on project page.

The default is **Readme**.

[rouge]: http://rouge.jneen.net/ "Rouge website"