mirror of
https://github.com/forkless/Piperless.git
synced 2026-08-23 19:12:39 +02:00
Rename NewsViews to Ron Burgundy, NewsViews Classic to Dan Rather Blue
This commit is contained in:
@@ -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,5 +1,5 @@
|
||||
/**
|
||||
* Piperless Player — NewsViews Theme
|
||||
* Piperless Player — Ron Burgundy Theme
|
||||
*
|
||||
* Based on the Classic style with #B31942 replacing the blue accent.
|
||||
*/
|
||||
|
||||
@@ -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 ); },
|
||||
} ),
|
||||
|
||||
Reference in New Issue
Block a user