Rename NewsViews to Ron Burgundy, NewsViews Classic to Dan Rather Blue

This commit is contained in:
Forkless
2026-05-11 21:44:42 +02:00
parent 41f451c5d5
commit 3ba494ece6
32 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -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 {
+1 -1
View File
@@ -1,5 +1,5 @@
/**
* Piperless Player — NewsViews Theme
* Piperless Player — Ron Burgundy Theme
*
* Based on the Classic style with #B31942 replacing the blue accent.
*/
+2 -2
View File
@@ -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 ); },
} ),