diff --git a/README.md b/README.md index 54967e4..b04d293 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Piperless converts every published post into a natural-sounding audio transcript ## Features - **Automatic generation** — optionally generate audio when a post is published. No per-post action required. -- **6 player themes** — Classic, Minimal, Modern Dark, NewsViews, NewsViews Classic, and Custom CSS. Match your brand. +- **6 player themes** — Classic, Minimal, Modern Dark, Ron Burgundy, Dan Rather Blue, and Custom CSS. Match your brand. - **Per-post overrides** — customize voice, language, quality, player style, and placement for individual posts via the Gutenberg sidebar. - **Content-addressed caching** — identical text + voice + language always produces the same audio file. Never regenerate the same content twice. - **Multi-language** — Piper supports 20+ languages. Install the voice models you need and Piperless auto-discovers them. @@ -127,10 +127,10 @@ Six built-in themes plus unlimited custom CSS: | Theme | Description | |-------|-------------| | **Classic** | Blue accent, clean borders | -| **Minimal** | Dark text, no border decoration | -| **Modern Dark** | Blue accent on dark background | -| **NewsViews** | Burgundy accent (#B31942) | -| **NewsViews Classic** | Navy accent (#233452) | +| **Minimal** | Clean, understated | +| **Modern Dark** | Dark background | +| **Ron Burgundy** | Bold burgundy | +| **Dan Rather Blue** | Classic navy | | **Custom CSS** | Full control — base theme with your own styles | Each theme is a standalone CSS file. Switch themes instantly from the Styling tab. diff --git a/assets/css/player-newsviews-classic.css b/assets/css/player-newsviews-classic.css index d9467a7..03ad034 100644 --- a/assets/css/player-newsviews-classic.css +++ b/assets/css/player-newsviews-classic.css @@ -1,7 +1,7 @@ /** - * Piperless Player — NewsViews Classic Theme + * Piperless Player — Dan Rather Blue Theme * - * Based on the NewsViews style with #233452 replacing the burgundy accent. + * Based on the Ron Burgundy style with #233452 replacing the burgundy accent. */ .piperless-player--newsviews-classic { diff --git a/assets/css/player-newsviews.css b/assets/css/player-newsviews.css index ee8c8d3..49c53f3 100644 --- a/assets/css/player-newsviews.css +++ b/assets/css/player-newsviews.css @@ -1,5 +1,5 @@ /** - * Piperless Player — NewsViews Theme + * Piperless Player — Ron Burgundy Theme * * Based on the Classic style with #B31942 replacing the blue accent. */ diff --git a/assets/js/gutenberg.js b/assets/js/gutenberg.js index c819711..b5dfb1d 100644 --- a/assets/js/gutenberg.js +++ b/assets/js/gutenberg.js @@ -260,8 +260,8 @@ { value: 'classic', label: 'Classic' }, { value: 'minimal', label: 'Minimal' }, { value: 'dark', label: 'Modern Dark' }, - { value: 'newsviews', label: 'NewsViews' }, - { value: 'newsviews-classic', label: 'NewsViews Classic' }, + { value: 'newsviews', label: 'Ron Burgundy' }, + { value: 'newsviews-classic', label: 'Dan Rather Blue' }, ], onChange: function ( val ) { updateMeta( '_piperless_style', val ); }, } ), diff --git a/doc/index.html b/doc/index.html index 81ff111..f171113 100644 --- a/doc/index.html +++ b/doc/index.html @@ -324,11 +324,11 @@ based on the ?tab= query parameter. Custom field types (mode

Themes

- - - - - + + + + +
CSS ClassNameAccent
piperless-player--classicClassic#2271b1 (blue)
piperless-player--minimalMinimal#333333 (dark gray), no border
piperless-player--darkModern Dark#2271b1 on dark bg
piperless-player--newsviewsNewsViews#B31942 (burgundy)
piperless-player--newsviews-classicNewsViews Classic#233452 (navy)
piperless-player--classicClassicBlue accent, clean borders
piperless-player--minimalMinimalClean, understated
piperless-player--darkModern DarkDark background
piperless-player--newsviewsRon BurgundyBold burgundy
piperless-player--newsviews-classicDan Rather BlueClassic navy
Custom CSSUser-defined via textarea (sanitized)
diff --git a/includes/class-player.php b/includes/class-player.php index d73b375..a095fdb 100644 --- a/includes/class-player.php +++ b/includes/class-player.php @@ -29,8 +29,8 @@ if ( ! defined( 'ABSPATH' ) ) { * * ## Player style * - * Six themes are available (Classic, Minimal, Modern Dark, NewsViews, - * NewsViews Classic, Custom CSS). The theme class is applied as + * Six themes are available (Classic, Minimal, Modern Dark, Ron Burgundy, + * Dan Rather Blue, Custom CSS). The theme class is applied as * piperless-player--