2017-03-22 12:19:15 -04:00
|
|
|
|
# Profile preferences
|
|
|
|
|
|
|
|
|
|
A user's profile preferences page allows the user to customize various aspects
|
|
|
|
|
of GitLab to their liking.
|
|
|
|
|
|
|
|
|
|
To navigate to your profile's preferences, click your avatar icon in the top
|
2018-06-20 08:13:21 -04:00
|
|
|
|
right corner, select **Settings** and then choose **Preferences** from the
|
|
|
|
|
left sidebar.
|
2018-06-12 05:50:15 -04:00
|
|
|
|
|
|
|
|
|
## Navigation theme
|
|
|
|
|
|
|
|
|
|
The GitLab navigation theme setting allows you to personalize your GitLab experience.
|
|
|
|
|
You can choose from several color themes that add unique colors to the top navigation
|
2018-06-20 08:13:21 -04:00
|
|
|
|
and left side navigation.
|
2018-06-12 05:50:15 -04:00
|
|
|
|
Using individual color themes might help you differentiate between your different
|
|
|
|
|
GitLab instances.
|
|
|
|
|
|
|
|
|
|
The default palette is Indigo. You can choose between 10 different themes:
|
|
|
|
|
|
|
|
|
|
- Indigo
|
|
|
|
|
- Light Indigo
|
|
|
|
|
- Blue
|
|
|
|
|
- Light Blue
|
|
|
|
|
- Green
|
|
|
|
|
- Light Green
|
|
|
|
|
- Red
|
|
|
|
|
- Light Red
|
|
|
|
|
- Dark
|
|
|
|
|
- Light
|
|
|
|
|
|
2018-06-20 08:13:21 -04:00
|
|
|
|
![Profile preferences navigation themes](img/profil-preferences-navigation-theme.png)
|
2018-06-12 05:50:15 -04:00
|
|
|
|
|
2017-03-22 12:19:15 -04:00
|
|
|
|
## Syntax highlighting theme
|
|
|
|
|
|
2018-06-20 08:13:21 -04:00
|
|
|
|
NOTE: **Note:**
|
|
|
|
|
GitLab uses the [rouge Ruby library](http://rouge.jneen.net/ "Rouge website")
|
|
|
|
|
for syntax highlighting. For a list of supported languages visit the rouge website.
|
2017-03-22 12:19:15 -04:00
|
|
|
|
|
|
|
|
|
Changing this setting allows you to customize the color theme when viewing any
|
|
|
|
|
syntax highlighted code on GitLab.
|
|
|
|
|
|
2018-06-12 05:50:15 -04:00
|
|
|
|
The default syntax theme is White, and you can choose among 5 different colors:
|
2017-03-22 12:19:15 -04:00
|
|
|
|
|
|
|
|
|
- White
|
|
|
|
|
- Dark
|
|
|
|
|
- Solarized light
|
|
|
|
|
- Solarized dark
|
|
|
|
|
- Monokai
|
|
|
|
|
|
2018-06-20 08:13:21 -04:00
|
|
|
|
![Profile preferences syntax highlighting themes](img/profile-preferences-syntax-themes.png)
|
2018-06-12 05:50:15 -04:00
|
|
|
|
|
2017-03-22 12:19:15 -04:00
|
|
|
|
## Behavior
|
|
|
|
|
|
|
|
|
|
The following settings allow you to customize the behavior of GitLab's layout
|
|
|
|
|
and default views of your dashboard and the projects' landing pages.
|
|
|
|
|
|
|
|
|
|
### Layout width
|
|
|
|
|
|
|
|
|
|
GitLab can be set up to use different widths depending on your liking. Choose
|
2019-02-12 07:39:48 -05:00
|
|
|
|
between the fixed (max. `1280px`) and the fluid (`100%`) application layout.
|
|
|
|
|
|
|
|
|
|
NOTE: **Note:**
|
|
|
|
|
While `1280px` is the standard max width when using fixed layout, some pages still use 100% width, depending on the content.
|
2017-03-22 12:19:15 -04:00
|
|
|
|
|
|
|
|
|
### 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 you to redefine what your default
|
|
|
|
|
dashboard will be.
|
|
|
|
|
|
2018-03-27 08:16:12 -04:00
|
|
|
|
You have 8 options here that you can use for your default dashboard view:
|
2017-03-22 12:19:15 -04:00
|
|
|
|
|
|
|
|
|
- Your projects (default)
|
|
|
|
|
- Starred projects
|
|
|
|
|
- Your projects' activity
|
|
|
|
|
- Starred projects' activity
|
|
|
|
|
- Your groups
|
2018-06-20 08:13:21 -04:00
|
|
|
|
- Your [Todos](../../workflow/todos.md)
|
2018-03-27 08:16:12 -04:00
|
|
|
|
- Assigned Issues
|
|
|
|
|
- Assigned Merge Requests
|
2017-03-22 12:19:15 -04:00
|
|
|
|
|
2018-06-12 05:50:15 -04:00
|
|
|
|
### Project overview content
|
2017-03-22 12:19:15 -04:00
|
|
|
|
|
2018-06-12 05:50:15 -04:00
|
|
|
|
The project overview content setting allows you to choose what content you want to
|
2017-05-23 11:05:35 -04:00
|
|
|
|
see on a project’s home page.
|
2017-03-22 12:19:15 -04:00
|
|
|
|
|
2017-11-15 21:00:52 -05:00
|
|
|
|
You can choose between 3 options:
|
2017-03-22 12:19:15 -04:00
|
|
|
|
|
2018-06-12 05:50:15 -04:00
|
|
|
|
- Files and Readme (default)
|
|
|
|
|
- Readme
|
|
|
|
|
- Activity
|
2018-11-06 16:16:49 -05:00
|
|
|
|
|
|
|
|
|
## Localization
|
|
|
|
|
|
2019-02-20 17:58:53 -05:00
|
|
|
|
### Language
|
|
|
|
|
|
|
|
|
|
Select your preferred language from a list of supported languages.
|
|
|
|
|
|
|
|
|
|
*This feature is experimental and translations are not complete yet.*
|
|
|
|
|
|
2018-11-06 16:16:49 -05:00
|
|
|
|
### First day of the week
|
|
|
|
|
|
2019-02-07 03:50:22 -05:00
|
|
|
|
The first day of the week can be customised for calendar views and date pickers.
|
|
|
|
|
|
2019-02-24 00:42:22 -05:00
|
|
|
|
You can choose one of the following options as the first day of the week:
|
|
|
|
|
|
|
|
|
|
- Saturday
|
|
|
|
|
- Sunday
|
|
|
|
|
- Monday
|
|
|
|
|
|
|
|
|
|
If you select **System Default**, the system-wide default setting will be used.
|