Skip to content

Instantly share code, notes, and snippets.

View rpowis's full-sized avatar
🤖
beep boop

Rory Powis rpowis

🤖
beep boop
View GitHub Profile
#!/bin/bash
SOLERIZED='{
"Ansi 0 Color" = {
"Blue Component" = 0.19370138645172119;
"Green Component" = 0.15575926005840302;
"Red Component" = 0.0;
};
"Ansi 1 Color" = {
"Blue Component" = 0.14145714044570923;
<?php
/*
Plugin Name: Disable plugins when doing local dev
Description: If the WP_LOCAL_DEV constant is true, disables plugins that you specify
Version: 0.1
License: GPL version 2 or any later version
Author: Mark Jaquith
Author URI: http://coveredwebservices.com/
*/