2015-06-10 17:37:48 -04:00
|
|
|
# Profile Preferences
|
|
|
|
|
|
|
|
Settings in the **Profile > Preferences** page allow the user to customize
|
|
|
|
various aspects of the site to their liking.
|
|
|
|
|
|
|
|
## Application theme
|
|
|
|
|
2015-06-15 00:39:13 -04:00
|
|
|
Changing this setting allows the user to customize the color scheme used for the
|
|
|
|
navigation bar on the left side of the screen.
|
2015-06-10 17:37:48 -04:00
|
|
|
|
|
|
|
The default is **Charcoal**.
|
|
|
|
|
|
|
|
## Syntax highlighting theme
|
|
|
|
|
2016-01-25 16:36:44 -05:00
|
|
|
_GitLab uses the [rouge ruby library][rouge] for syntax highlighting. For a
|
|
|
|
list of supported languages visit the rouge website._
|
|
|
|
|
2015-06-10 17:37:48 -04:00
|
|
|
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.
|
|
|
|
|
2015-06-15 00:39:13 -04:00
|
|
|
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.
|
2015-06-10 17:37:48 -04:00
|
|
|
|
2015-06-15 00:39:13 -04:00
|
|
|
The default is **Your Projects**.
|
2015-07-13 12:24:15 -04:00
|
|
|
|
|
|
|
### Default Project view
|
|
|
|
|
|
|
|
It allows user to choose what content he or she want to see on project page.
|
|
|
|
|
|
|
|
The default is **Readme**.
|
2016-01-25 16:36:44 -05:00
|
|
|
|
|
|
|
[rouge]: http://rouge.jneen.net/ "Rouge website"
|