File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Currently the following themes are available:
3333- ` :dracula `
3434- ` :rose_pine `
3535- ` :rose_pine_dawn `
36+ - ` :pastel `
3637
3738
3839When using Plots, a theme can be set using the ` theme ` function:
@@ -104,6 +105,9 @@ Themes can be previewed using `Plots.showtheme(thm::Symbol)`:
104105### ` :rose_pine_dawn `
105106![ theme_rose_pine_dawn] ( https://github.com/BaerLKR/PlotThemes.jl/assets/83340886/e30c0b46-1be3-49f5-afc5-ceede0b0c27d )
106107
108+ ### ` :pastel `
109+ ![ theme_pastel] ( https://github.com/user-attachments/assets/e7adb924-3dd9-410e-880b-d963187bacbf )
110+
107111## Contributing
108112A theme specifies default values for different Plots [ attributes] ( https://docs.juliaplots.org/stable/attributes/ ) .
109113At the moment these are typically colors, palettes and colorgradients, but any Plots attribute can be controlled by a theme in general.
You can’t perform that action at this time.
0 commit comments