File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
src/main/java/io/jenkins/plugins/darktheme Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2626 <dependencies >
2727 <dependency >
2828 <groupId >io.jenkins.tools.bom</groupId >
29- <artifactId >bom-2.332 .x</artifactId >
30- <version >1763.v092b_8980a_f5e </version >
29+ <artifactId >bom-2.414 .x</artifactId >
30+ <version >2329.v078520e55c19 </version >
3131 <scope >import</scope >
3232 <type >pom</type >
3333 </dependency >
3838 <dependency >
3939 <groupId >io.jenkins.plugins</groupId >
4040 <artifactId >theme-manager</artifactId >
41- <version >193.vcef22f6c5f2b_ </version >
41+ <version >209.va_da_1152274b_e </version >
4242 </dependency >
4343
4444 <dependency >
Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ public DarkThemeSystemManagerFactory() {
1818
1919 @ Override
2020 public Theme getTheme () {
21- return Theme .builder ().build ();
21+ return Theme .builder ()
22+ .respectSystemAppearance ()
23+ .withProperty ("ace-editor" , "theme-dark" , ACE_EDITOR_THEME )
24+ .withProperty ("prism-api" , "theme-dark" , PRISM_THEME )
25+ .build ();
2226 }
2327
2428 @ Extension
You can’t perform that action at this time.
0 commit comments