This file is indexed.

/usr/share/squirrelmail/themes/autumn2.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
<?php

/**
 * Author:       Jeremy Landes
 * Date:         December 9, 2005
 * Theme Name:   'Autumn 2'
 *
 * Theme posted on SquirrelMail tracker #1377526
 * @copyright 2005-2012 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: autumn2.php 14248 2012-01-02 00:18:17Z pdontthink $
 * @package squirrelmail
 * @subpackage themes
 */

global $color;
$color[0]   = '#bca87e'; // Title bar at the top of the page header
$color[1]   = '#800000'; // Not currently used
$color[2]   = '#cc0000'; // Warning/error messages
$color[3]   = '#4f1c23'; // Left folder list background color
$color[4]   = '#dcddc5'; // Normal background color
$color[5]   = '#7c8546'; // Header of the message index (From, Date, Subject)
$color[6]   = '#ffffff'; // Normal text on the left folder list
$color[7]   = '#4f1c23'; // Links in the right frame
$color[8]   = '#000000'; // Normal text
$color[9]   = '#7c8546'; // Darker version of #0
$color[10]  = '#4c5c2b'; // Darker version of #9
$color[11]  = '#f4e1b9'; // Special folders color (Inbox, Trash, Sent)
$color[12]  = '#c9cba4'; // Alternate color for message list (alters between #4 and this one)
$color[13]  = '#800000'; // Color for single-quoted text ('> text')
$color[14]  = '#ff0000'; // Color for text with more than one quote ('>> text')
$color[15]  = '#ffffff'; // Non-selectable folders in the left frame (defaults to #6)