Skip to content

Commit d8b419b

Browse files
authored
Use Jenkins colour palette for Prism instead of tomorrow (#499)
1 parent e5c8a28 commit d8b419b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/main/java/io/jenkins/plugins/darktheme/DarkThemeManagerFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public class DarkThemeManagerFactory extends ThemeManagerFactory {
1313
public static final String THEME_CSS = "theme.css";
1414
public static final String THEME_URL_NAME = "theme-dark";
1515
public static final String ACE_EDITOR_THEME = "tomorrow_night";
16-
public static final String PRISM_THEME = "tomorrow";
1716
public static final String BOOTSTRAP_THEME = "dark";
1817
public static final String ENTRA_ID_THEME = "dark";
1918

@@ -26,7 +25,6 @@ public Theme getTheme() {
2625
.withCssUrl(getCssUrl())
2726
.withProperty("ace-editor", "theme", ACE_EDITOR_THEME)
2827
.withProperty("entra-id", "theme", ENTRA_ID_THEME)
29-
.withProperty("prism-api", "theme", PRISM_THEME)
3028
.withProperty("bootstrap", "theme", BOOTSTRAP_THEME)
3129
.build();
3230
}

src/main/java/io/jenkins/plugins/darktheme/DarkThemeSystemManagerFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public Theme getTheme() {
2121
.respectSystemAppearance()
2222
.withProperty("ace-editor", "theme-dark", ACE_EDITOR_THEME)
2323
.withProperty("entra-id", "theme-dark", ENTRA_ID_THEME)
24-
.withProperty("prism-api", "theme-dark", PRISM_THEME)
2524
.withProperty("bootstrap", "theme-dark", BOOTSTRAP_THEME)
2625
.build();
2726
}

0 commit comments

Comments
 (0)