Skip to content

Instantly share code, notes, and snippets.

@cdils
Last active December 10, 2015 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdils/4369902 to your computer and use it in GitHub Desktop.
Save cdils/4369902 to your computer and use it in GitHub Desktop.
Add a custom design to the inSPRY theme for Genesis Framework http://wp.me/p2Vyfh-ac
<?php /*
Theme Name: (in)SPYR
Theme URI: http://in.spyr.me
Author: Spyr Media
Author URI: http://spyr.me
*/
/*** Theme Options */
if (!class_exists('inspyr_theme')) {
class inspyr_theme {
var $options_name = 'inspyr_theme_options';
var $version = '1.0';
var $url = '';
var $path = '';
var $options = array();
var $form_submitted = '';
var $theme_parent = '';
var $theme_styles = array(
'Base'=>array(
'grayscale'=>'Grayscale',
'blue'=>'Blue',
'red'=>'Red'),
'Merit'=>array(
'red'=>'Crimson Mica'),
'Tribe'=>array(
'yellow'=>'Saffron Yellow',
'blue'=>'Vapor Blue'),
'cdils'=>array(
'orange'=>'Beautiful Orange')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment