|
1 | | -# Dark Theme for Jenkins |
| 1 | +# Dark Theme Plugin |
2 | 2 |
|
3 | 3 | [](https://ci.jenkins.io/job/Plugins/job/dark-theme-plugin/job/master/) |
4 | 4 | [](https://gitter.im/jenkinsci/ux-sig?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
5 | 5 | [](https://github.com/jenkinsci/dark-theme/releases/) |
6 | 6 | [](https://plugins.jenkins.io/dark-theme) |
7 | 7 | [](https://plugins.jenkins.io/dark-theme) |
8 | 8 |
|
9 | | -This repository contains a dark theme for Jenkins. |
| 9 | + |
10 | 10 |
|
11 | | -## Usage |
| 11 | +## Introduction |
12 | 12 |
|
13 | | -### Installing via Jenkins update center |
| 13 | +This plugin provides the Dark theme for Jenkins. |
14 | 14 |
|
15 | | -Search for 'Dark theme' in your Jenkins update center and install it. |
| 15 | +### Usage |
16 | 16 |
|
17 | | -Then go to "Manage Jenkins" and click "Appearance", search for 'Themes' and select 'Dark (System)' |
| 17 | +Search for 'Dark theme' in your Jenkins update center and install it. |
18 | 18 |
|
19 | | -or with the [configuration-as-code](https://github.com/jenkinsci/configuration-as-code-plugin) plugin: |
| 19 | +Then go to "Manage Jenkins" and click "Appearance", search for 'Themes' and select 'Dark (System)' or with the [configuration-as-code](https://github.com/jenkinsci/configuration-as-code-plugin) plugin: |
20 | 20 |
|
21 | | -From Jenkins 2.421: |
22 | 21 | ```yaml |
23 | 22 | appearance: |
24 | 23 | themeManager: |
25 | 24 | disableUserThemes: true |
26 | 25 | theme: "darkSystem" # use 'dark' for forcing the dark theme regardless of OS settings |
27 | 26 | ``` |
28 | 27 |
|
29 | | -Previously: |
30 | | -```yaml |
31 | | -unclassified: |
32 | | - themeManager: |
33 | | - disableUserThemes: true |
34 | | - theme: "darkSystem" # use 'dark' for forcing the dark theme regardless of OS settings |
35 | | -``` |
36 | | -
|
37 | 28 | Users can configure the theme from their user profile page, see the [theme-manager documentation](https://github.com/jenkinsci/theme-manager-plugin#configuring-the-plugin), |
38 | 29 | for more information. |
39 | 30 |
|
40 | | -## Screenshots |
41 | | -
|
42 | | -Main screen: |
43 | | -
|
44 | | - |
45 | | -
|
46 | | -Build console: |
47 | | -
|
48 | | - |
49 | | -
|
50 | | -## Browser compatibility |
51 | | -
|
52 | | -The theme should be compatible with all modern browsers. |
53 | | -
|
54 | | -No version of IE will be supported. |
55 | | -
|
56 | 31 | ## References |
57 | 32 |
|
58 | 33 | * Introduction and first demo at the Jenkins UI/UX hackfest: |
|
0 commit comments