Skip to content

Commit

Permalink
Updated default config
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Feb 18, 2018
1 parent a7c4517 commit c9b05ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
$conf['defaultSize'] = '16';
$conf['defaultPack'] = 'fa';

$conf['fugueURL'] = 'https://cdn.rawgit.com/yusukekamiyamane/fugue-icons/master';
$conf['oxygenURL'] = 'https://cdn.rawgit.com/KDE/oxygen-icons/tree/master';
$conf['breeezeURL'] = 'https://cdn.rawgit.com/KDE/breeze-icons/tree/master/icons';
$conf['fugueURL'] = 'https://raw.githubusercontent.com/yusukekamiyamane/fugue-icons/master';
$conf['oxygenURL'] = 'https://raw.githubusercontent.com/KDE/oxygen-icons/tree/master';
$conf['breeezeURL'] = 'https://raw.githubusercontent.com/KDE/breeze-icons/tree/master/icons';
$conf['silkURL'] = 'http://icons.iconarchive.com/icons/famfamfam/silk/16';
$conf['flagURL'] = 'http://icons.iconarchive.com/icons/famfamfam/flag/16';

Expand Down

0 comments on commit c9b05ac

Please sign in to comment.