Skip to content

Instantly share code, notes, and snippets.

View erickcomp's full-sized avatar

Erick de Azevedo Lima erickcomp

  • Fundação CECIERJ
  • Niterói, RJ - Brazil
View GitHub Profile
@erickcomp
erickcomp / wine-breeze-dark-theme.md
Last active October 27, 2023 12:45 — forked from Zeinok/wine-breeze-dark-theme.md
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg

<?php
namespace ZendTest\Code\Reflection;
require_once(__DIR__ . '/zend-loader/src/StandardAutoloader.php');
use Zend\Loader\StandardAutoloader;
$zend_loader = new StandardAutoloader();
$zend_loader->registerNamespace('Zend\\Loader', __DIR__ . '/zend-loader/src/');
$zend_loader->registerNamespace('Zend\\Code', __DIR__ . '/zend-code/src/');