This file is indexed.

/usr/share/squirrelmail/themes/redmond.php is in squirrelmail 2:1.4.23~svn20120406-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php

/**
 * SquirrelMail Redmond Theme
 *
 * Date:          January 25, 2004
 * Theme Name:    'Redmond Theme'
 *
 * @author Bert-Jan Wiegeraad
 * @copyright 2004-2012 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: redmond.php 14248 2012-01-02 00:18:17Z pdontthink $
 * @package squirrelmail
 * @subpackage themes
 */

    global $color;
    $color[0]   = '#ece9d8';
    $color[1]   = '#800000';
    $color[2]   = '#cc0000';
    $color[3]   = '#aba899';
    $color[4]   = '#ffffff';
    $color[5]   = '#ece9d8';
    $color[6]   = '#ffffff';
    $color[7]   = '#0000cc';
    $color[8]   = '#000000';
    $color[9]   = '#aba899';
    $color[10]  = '#666666';
    $color[11]  = '#ffffcc';
    $color[12]  = '#ffffcc';
    $color[13]  = '#800000';
    $color[14]  = '#ff0000';
    $color[15]  = '#002266';