From 420fb428adae2fd4ecf583ed9aad6768a4d9c32b Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 16 Mar 2013 03:42:24 +0000 Subject: [PATCH] Add Solarized Light and Dark themes by Pavneet Arora, although themes not used/migrated in 1.5.2 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14351 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/solarized_dark.php | 57 ++++++++++++++++++++++++++++++++++++++ themes/solarized_light.php | 57 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 themes/solarized_dark.php create mode 100644 themes/solarized_light.php diff --git a/themes/solarized_dark.php b/themes/solarized_dark.php new file mode 100644 index 00000000..80e8fc0e --- /dev/null +++ b/themes/solarized_dark.php @@ -0,0 +1,57 @@ + text") when reading. +$color[14] = '#770000'; // Color for text with more than one quote. +$color[15] = '#001166'; // Non-selectable folders in the left frame. +$color[16] = '#001166'; // Highlight color (since SquirrelMail 1.5.1, default: $color[2]) + diff --git a/themes/solarized_light.php b/themes/solarized_light.php new file mode 100644 index 00000000..ded46a98 --- /dev/null +++ b/themes/solarized_light.php @@ -0,0 +1,57 @@ + text") when reading. +$color[14] = '#770000'; // Color for text with more than one quote. +$color[15] = '#001166'; // Non-selectable folders in the left frame. +$color[16] = '#001166'; // Highlight color (since SquirrelMail 1.5.1, default: $color[2]) + -- 2.25.1