mourningdove/ext/dw-nonfree/cgi-bin/LJ/S2Theme_local.pm
2026-05-24 01:03:05 +00:00

14 lines
307 B
Perl

package LJ::S2Theme;
use strict;
use Carp qw(croak);
sub local_default_themes {
return (
colorside => 'colorside/nadeshiko',
modish => 'modish/scarlet',
sundaymorning => 'sundaymorning/greensquiggle',
transmogrified => 'transmogrified/basic',
);
}
1;