Skip to content

Commit

Permalink
Make it clear that default automatically is dark mode aware.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 15, 2023
1 parent dafe0cc commit a87ebe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jenkins/plugins/prism/PrismTheme.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Ullrich Hafner
*/
public enum PrismTheme {
PRISM("Default", "prism.css"),
PRISM("Default (light and dark mode)", "prism.css"),
COY("Coy", "prism-coy.css"),
DARK("Dark", "prism-dark.css"),
FUNKY("Funky", "prism-funky.css"),
Expand Down

0 comments on commit a87ebe0

Please sign in to comment.