From 7fc3a1a0fa03387dda1242588363fb9c6ca88981 Mon Sep 17 00:00:00 2001
From: jervfors
Date: Sun, 4 Mar 2007 02:26:29 +0000
Subject: [PATCH] Moving "doc/themes.txt" to the administrator's manual.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12303 7612ce4b-ef26-0410-bec9-ea0150e637f0
---
doc/index.html | 6 ----
doc/themes.txt | 73 --------------------------------------------
themes/README.themes | 2 +-
3 files changed, 1 insertion(+), 80 deletions(-)
delete mode 100644 doc/themes.txt
diff --git a/doc/index.html b/doc/index.html
index 202d38d3..fe200c00 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -28,12 +28,6 @@ manual.
information about translating those help documents.
- Themes
-
- You can create your own color themes and add them in the themes/ directory
- if you wish. This describes the format of the theme files.
-
-
Russian Apache
There are special instructions if you are running Russian Apache. This
diff --git a/doc/themes.txt b/doc/themes.txt
deleted file mode 100644
index 30130205..00000000
--- a/doc/themes.txt
+++ /dev/null
@@ -1,73 +0,0 @@
-Themes
-======
-SquirrelMail users are able to customize the look of the interface by selecting
-a custom theme and the font style.
-
-SquirrelMail themes define interface colors. Each theme is a set of 17 or more
-colors.
-
-You can easily create your own theme. It is very simple. Just go into the
-themes/ directory and create a file called yourtheme_theme.php.
-You then need to create an array with 17 elements (0-16). Below is a blank theme
-sample followed by a description of what the different entries are for.
-
-------
----
-
-Here is descriptions of what the different entries in the array are colors of.
-The letter before the number denotes 'b' for background and 'f' for foreground
-colors.
-
-b 0: Title bar at the top of the page header
-f 1: Error messages border, usually red
-f 2: Error messages, usually red
-b 3: Left folder list background color
-b 4: Normal background color
-b 5: Header of the message index [From, Date, Subject]
-f 6: Normal text on the left folder list
-f 7: Links in the right frame
-f 8: Normal text [usually black]
-b 9: Darker version of #0
-b 10: Darker version of #9
-f 11: Special folders color [Inbox, Trash, Sent]
-b 12: Alternate color for message list [alters between #4 and this one]
-f 13: Color for single-quoted text ('> text') when reading (default: #800000)
-f 14: Color for text with more than one quote (default: #ff0000)
-f 15: Non-selectable folders in the left frame (default: $color[6])
-b 16: Highlight color (default: $color[2])
-
-Next all you have to do is run SquirrelMail configuration utility and add the
-theme to the list of themes available to you.
-
-
-$Id$
diff --git a/themes/README.themes b/themes/README.themes
index fe7c2aa0..a3b6541a 100644
--- a/themes/README.themes
+++ b/themes/README.themes
@@ -1 +1 @@
-For information on creating themes, please read doc/themes.txt
+For information on creating themes, please read the administator's manual.
--
2.25.1