From 1b5a49f406853a448261c88574de428ab769d15a Mon Sep 17 00:00:00 2001
From: boris <boris@multibox.nohost.me>
Date: Fri, 28 Feb 2025 16:45:44 +0100
Subject: [PATCH] CSS style update

---
 composer.json                                 |  42 ++
 .../assets/identity_switch.min.css            |  28 +-
 plugins/message_highlight/CHANGELOG           |  67 ++
 plugins/message_highlight/LICENSE             | 339 +++++++++++
 plugins/message_highlight/README.md           |  41 ++
 .../colorpicker/images/color.png              | Bin 0 -> 892 bytes
 .../colorpicker/images/colorpicker.png        | Bin 0 -> 4739 bytes
 .../colorpicker/images/graybar.jpg            | Bin 0 -> 5225 bytes
 .../colorpicker/images/grid.gif               | Bin 0 -> 87 bytes
 .../colorpicker/images/meta100.png            | Bin 0 -> 828 bytes
 .../colorpicker/images/transparentpixel.gif   | Bin 0 -> 43 bytes
 .../colorpicker/mColorPicker.js               | 574 ++++++++++++++++++
 plugins/message_highlight/composer.json       |  23 +
 plugins/message_highlight/config.inc.php      |  24 +
 .../message_highlight/localization/cs_CZ.inc  |  16 +
 .../message_highlight/localization/de_DE.inc  |  15 +
 .../message_highlight/localization/en_US.inc  |  16 +
 .../message_highlight/localization/fr_FR.inc  |  16 +
 .../message_highlight/localization/hu_HU.inc  |  15 +
 .../message_highlight/localization/it_IT.inc  |  16 +
 .../message_highlight/localization/nl_NL.inc  |  15 +
 .../message_highlight/localization/pl_PL.inc  |  16 +
 .../message_highlight/localization/pt_BR.inc  |  16 +
 .../message_highlight/localization/ru_RU.inc  |  15 +
 .../message_highlight/localization/sk_SK.inc  |  16 +
 .../message_highlight/message_highlight.js    |  95 +++
 .../message_highlight/message_highlight.php   | 205 +++++++
 plugins/message_highlight/package.xml         |  18 +
 .../skins/autumn-larry/message_highlight.css  |  46 ++
 .../skins/black-larry/message_highlight.css   |  46 ++
 .../skins/blue-larry/message_highlight.css    |  46 ++
 .../skins/classic/message_highlight.css       |  49 ++
 .../skins/elastic/message_highlight.css       |  41 ++
 .../skins/green-larry/message_highlight.css   |  46 ++
 .../skins/grey-larry/message_highlight.css    |  49 ++
 .../skins/larry/message_highlight.css         |  49 ++
 .../skins/mint70-larry/message_highlight.css  |  49 ++
 .../skins/pink-larry/message_highlight.css    |  46 ++
 .../skins/plata-larry/message_highlight.css   |  46 ++
 .../skins/summer-larry/message_highlight.css  |  46 ++
 .../skins/teal-larry/message_highlight.css    |  46 ++
 .../skins/violet-larry/message_highlight.css  |  46 ++
 .../litecube-f/assets/images/logo_header.png  | Bin 2658 -> 8757 bytes
 .../assets/images/logo_header_old.png         | Bin 0 -> 2658 bytes
 skins/litecube-f/assets/images/logo_print.png | Bin 2658 -> 8757 bytes
 .../assets/images/logo_print_orig.png         | Bin 0 -> 2658 bytes
 skins/litecube-f/assets/styles/desktop.css    |  19 +-
 47 files changed, 2279 insertions(+), 19 deletions(-)
 create mode 100644 composer.json
 create mode 100644 plugins/message_highlight/CHANGELOG
 create mode 100644 plugins/message_highlight/LICENSE
 create mode 100644 plugins/message_highlight/README.md
 create mode 100644 plugins/message_highlight/colorpicker/images/color.png
 create mode 100644 plugins/message_highlight/colorpicker/images/colorpicker.png
 create mode 100644 plugins/message_highlight/colorpicker/images/graybar.jpg
 create mode 100644 plugins/message_highlight/colorpicker/images/grid.gif
 create mode 100644 plugins/message_highlight/colorpicker/images/meta100.png
 create mode 100644 plugins/message_highlight/colorpicker/images/transparentpixel.gif
 create mode 100644 plugins/message_highlight/colorpicker/mColorPicker.js
 create mode 100644 plugins/message_highlight/composer.json
 create mode 100644 plugins/message_highlight/config.inc.php
 create mode 100644 plugins/message_highlight/localization/cs_CZ.inc
 create mode 100644 plugins/message_highlight/localization/de_DE.inc
 create mode 100644 plugins/message_highlight/localization/en_US.inc
 create mode 100644 plugins/message_highlight/localization/fr_FR.inc
 create mode 100644 plugins/message_highlight/localization/hu_HU.inc
 create mode 100644 plugins/message_highlight/localization/it_IT.inc
 create mode 100644 plugins/message_highlight/localization/nl_NL.inc
 create mode 100644 plugins/message_highlight/localization/pl_PL.inc
 create mode 100644 plugins/message_highlight/localization/pt_BR.inc
 create mode 100644 plugins/message_highlight/localization/ru_RU.inc
 create mode 100644 plugins/message_highlight/localization/sk_SK.inc
 create mode 100644 plugins/message_highlight/message_highlight.js
 create mode 100644 plugins/message_highlight/message_highlight.php
 create mode 100644 plugins/message_highlight/package.xml
 create mode 100644 plugins/message_highlight/skins/autumn-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/black-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/blue-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/classic/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/elastic/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/green-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/grey-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/mint70-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/pink-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/plata-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/summer-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/teal-larry/message_highlight.css
 create mode 100644 plugins/message_highlight/skins/violet-larry/message_highlight.css
 create mode 100644 skins/litecube-f/assets/images/logo_header_old.png
 create mode 100644 skins/litecube-f/assets/images/logo_print_orig.png

diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..e3eb586
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,42 @@
+{
+    "name": "roundcube/roundcubemail",
+    "description": "The Roundcube Webmail suite",
+    "license": "GPL-3.0-or-later",
+    "repositories": [
+        {
+            "type": "composer",
+            "url": "https://plugins.roundcube.net"
+        }
+    ],
+    "require": {
+        "php": ">=7.3.0",
+        "pear/pear-core-minimal": "~1.10.1",
+        "pear/auth_sasl": "~1.1.0",
+        "pear/mail_mime": "~1.10.0",
+        "pear/net_smtp": "~1.10.0",
+        "pear/crypt_gpg": "~1.6.3",
+        "pear/net_sieve": "~1.4.5",
+        "roundcube/plugin-installer": "~0.3.1",
+        "roundcube/rtf-html-php": "~2.1",
+        "masterminds/html5": "~2.7.0",
+        "bacon/bacon-qr-code": "^2.0.0",
+        "guzzlehttp/guzzle": "^7.3.0",
+        "kolab/net_ldap3": "^1.1",
+        "johndoh/contextmenu": "3.3.1",
+        "sblaisot/automatic_addressbook": "v0.4.3",
+        "roundcube/carddav": "5.1.0",
+        "toteph42/identity_switch": "^1.1"
+    },
+    "require-dev": {
+        "phpunit/phpunit": "^9"
+    },
+    "suggest": {
+        "kolab/net_ldap3": "~1.1.4 required for connecting to LDAP",
+        "bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver"
+    },
+    "config": {
+        "allow-plugins": {
+            "roundcube/plugin-installer": true
+        }
+    }
+}
diff --git a/plugins/identity_switch/assets/identity_switch.min.css b/plugins/identity_switch/assets/identity_switch.min.css
index 435cdbb..2ef5af6 100644
--- a/plugins/identity_switch/assets/identity_switch.min.css
+++ b/plugins/identity_switch/assets/identity_switch.min.css
@@ -7,14 +7,16 @@
     padding-left: 2rem;
     text-align: left;
     width: 240px;
-    height: 21px;
-    border: 1px solid #ccc !important;
-    border-radius: .4em;
+    height: 20px;
+    border: 1px solid #6DA1D3 !important;
+    border-radius: 5px 5px 0px 0px !important;
     background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px;
-    top: -65px;
+    top: -70px;
     left: 240px;
     position: relative;
-    float: inline-start
+    float: inline-start;
+    min-height: 22px;
+    box-shadow: 0px 0px 4px 0px #414141a1 !important;
 }
 
 #identity_switch_dropdown {
@@ -22,23 +24,21 @@
     z-index: 1;
     padding: 0 .5rem 0 0;
     /* min-width: 250px; */
-    max-width: 260px;
-    width: 260px;
+    max-width: 261px;
+    width: 261px;
     will-change: transform;
-    top: 14px;
-    left: 178px;
+    top: 10px;
+    left: 177px;
     margin-left: 0;
     margin-top: 0;
     transform: translate3d(63px, 49px, 0);
-    border-bottom-color: #78b3cc;
-    box-shadow: 0px 3px 5px #414141a1 !important;
+    box-shadow: 0px 2px 4px 0px #414141a1 !important;
     max-height: 150px;
     overflow-x: hidden;
     color: #212529;
     display: none;
-    border-color: #d4dbde;
-    border-radius: .4rem;
-    border-bottom: 1px solid #f7f7f7;
+    border-radius: 0px 0px 10px 10px !important;
+    border: 1px solid #6DA1D3;
     background-color: rgba(255, 255, 255);
     font-weight: 400;
     line-height: 35px
diff --git a/plugins/message_highlight/CHANGELOG b/plugins/message_highlight/CHANGELOG
new file mode 100644
index 0000000..e2d6cd5
--- /dev/null
+++ b/plugins/message_highlight/CHANGELOG
@@ -0,0 +1,67 @@
+CHANGELOG message_highlight
+===========================
+
+RELEASE 4.4
+
+- allow shorthand colors and better error handling, thanks to PR from Andreas Pakulat
+
+RELEASE 4.3
+
+- polish and czech translations
+
+RELEASE 4.2
+
+- support config file
+
+RELEASE 4.1
+
+- support darker colors
+
+RELEASE 4.0
+
+- support elastic skin
+
+RELEASE 3.1
+
+- fix some 1.3 deprecated functions
+
+RELEASE 2.6
+
+- some text changes
+
+RELEASE 2.5.2
+
+- fix composer.json
+
+RELEASE 2.5
+
+- js bug fix, dont respond to insertrow except for message view
+
+RELEASE 2.4
+
+- live() jquery call replaced with on()
+
+RELEASE 2.3
+
+- bugfix: initial row was malformed.
+
+RELEASE 2.2
+
+- bugfix: removed a td in javascript
+
+RELEASE 2.1
+
+- bugfix: minor fix for table layout
+- icon for larry theme
+- fixes for larry theme
+
+RELEASE 2.0.1
+
+- minor version bump for composer test
+
+RELEASE 2.0
+-----------
+
+- bugfix: change insertrow code to work with larry skin
+- move to github
+
diff --git a/plugins/message_highlight/LICENSE b/plugins/message_highlight/LICENSE
new file mode 100644
index 0000000..d159169
--- /dev/null
+++ b/plugins/message_highlight/LICENSE
@@ -0,0 +1,339 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/plugins/message_highlight/README.md b/plugins/message_highlight/README.md
new file mode 100644
index 0000000..4955b83
--- /dev/null
+++ b/plugins/message_highlight/README.md
@@ -0,0 +1,41 @@
+## message_highlight
+
+With this plugin you can colorize the message index rows based on specific criteria like sender, recipient and subject. This repository is a fork and continuation of the orginal work by [Cor Bosman](https://github.com/corbosman/message_highlight).
+
+## Features
+
+Go to your Roundcube settings area and select rules to highlight emails in your mailview.
+
+## Install
+
+Use composer from the Roundcube root directory:
+
+```sh
+composer require melroy89/message_highlight:dev-master
+```
+
+_NOTE:_ Answer **N** when composer ask you about plugin activation.
+
+Activate the plugin by editing the `HOME_RC/config/config.inc.php` file:
+
+```php
+$config['plugins'] = [
+        // Other plugins...
+        'message_highlight',
+];
+```
+
+And see the available config options in [config.inc.php-dist](./config.inc.php-dist) file. However, you should also be able to set these configs via the Roundcube -> `Settings` -> `Message Highlights`.
+
+## Contact
+
+- Author: Melroy van den Berg (melroy@melroy.org)
+- 2nd Author: Gene Hawkins (texxasrulez@yahoo.com)  
+- Original Author: Cor Bosman (cor@roundcu.be)
+
+Bug reports through [GitHub Issues](https://github.com/melroy89/message_highlight/issues).
+
+## License
+
+This plugin is distributed under the GNU General Public License Version 2.
+Please read through the file LICENSE for more information about this license. See [LICENSE](./LICENSE).
diff --git a/plugins/message_highlight/colorpicker/images/color.png b/plugins/message_highlight/colorpicker/images/color.png
new file mode 100644
index 0000000000000000000000000000000000000000..809fb00e5aa1f28726db3e2a5adf8f536bfbcbf1
GIT binary patch
literal 892
zcmV-?1B3jDP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004XF*Lt006JZ
zHwB960000PbVXQnQ*UN;cVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBU#4oO5oR5;63
zlTBzGWdMesZ|0lXoz3j*Z~k@@6D#&FGzp}jV66&`P^p;WMF?J{2T#2z_8@rhB8Z6I
zM9_<RC|IzH|3#z)X(>n`HO=N{yXhvI{h!_0ot^nS)JXfldwbvK_6nsG2Z&Wi&v@PQ
zheULFT39nvnw}fe2u3u2dsOe=oVI#j9M1QC<RQd?z*u?akl~j;I2p+;J(rkgHvSkn
z(;=Y=qJuhyw~66>>zmd3XI9C7d+1ER`oBP|zA^0tJC|RwkIug^e1f<Y;Bl8EF5|!i
zHlrLvxGnm{pOJ;{uj(tUW&NV6Nl|#$w6yexXJd2oi=#)lZQdeEjmNQw;t(UmqKh0{
zN3<<O<VBRO&i36amn^s_5hLg3BC%JV&(3hm+{PhCh72|#4i*j}HZGzafxR+%^De>A
zX~N2H7aFgMFJ&|`u{>vFkyaX=K50U-_$2WeLXrR?y%y9osP$m;9(wLDa(L0IUjO<v
zY0CU;J~qnV2x8>100%{ufD~Y>02&pjbm4v#?whc82VKwMSB#SqZE`$mB-jcCHlU+0
z5!eC}fZ@6i#^osNm{8QAUxQqp!Je3uR3kxXnuJ~O)qerH3OWj$UL38Ff>!fEx(x_D
ze9vUyrvmBUlf}BOj>p;pw*yU}8i3vdQv(|vr;&lW3vL^{HjGO;yJh@AvLL%V=8X-d
zj-N^keq9GM0OdgtfE|S-5NpMdyD8XjL8D3d)Ci3ms|*JAHOZR#{F@d3_1R~2nP^IO
zx1jHVVL;UcM?t(JNH>#EYr=^m)YgmC{@kfR@+(bUGOoFIyidRT#pP%sAgjUt2GomC
z-GbUC?3chRN8#8QO)J9o??pQO=z9z5hjj@+!++<eE8U5~KfUv3781-aMrf{ss(`OS
zI00TRpjGIyb#;Tr&E`ib>`xv!lb9;ml&Wvph&Nw86?bNyh%=cqNQD8i+$LPB!e5mg
zGpxOzX7}R-bs>C2a6nYto*kyOG|b@Xj8Ib}DhS31*TztPJc)IANu4e{-2WFIIaS?u
SuzCdm0000<MNUMnLSTYRe4Eh#

literal 0
HcmV?d00001

diff --git a/plugins/message_highlight/colorpicker/images/colorpicker.png b/plugins/message_highlight/colorpicker/images/colorpicker.png
new file mode 100644
index 0000000000000000000000000000000000000000..3701eb1c1651ee6b33137f9311c1ebc8c8a9f81a
GIT binary patch
literal 4739
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

literal 0
HcmV?d00001

diff --git a/plugins/message_highlight/colorpicker/images/graybar.jpg b/plugins/message_highlight/colorpicker/images/graybar.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f807d24bb083a65d1ba8d9c30e3dd6961d1ecb29
GIT binary patch
literal 5225
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
D56{i+

literal 0
HcmV?d00001

diff --git a/plugins/message_highlight/colorpicker/images/grid.gif b/plugins/message_highlight/colorpicker/images/grid.gif
new file mode 100644
index 0000000000000000000000000000000000000000..78b54c0f65b19012079abe617e69949f05b158b7
GIT binary patch
literal 87
zcmZ?wbhEHb6k!lyn8*ME|NsAg^YR9eRQ$=p$iTqNpaT*G$ulr%^z<(}{o>%F3QxVN
lH%9~f-_=H(D2?)LTG+nn)z2thn_Z^9OSj8-r!q2F0{~ndA$kA+

literal 0
HcmV?d00001

diff --git a/plugins/message_highlight/colorpicker/images/meta100.png b/plugins/message_highlight/colorpicker/images/meta100.png
new file mode 100644
index 0000000000000000000000000000000000000000..72bea40e81bbb16cfc3aa5fa31caabb303464de3
GIT binary patch
literal 828
zcmeAS@N?(olHy`uVBq!ia0vp^QXtF$Bp7-Wg@u3=XMsm#F_88EW4Dvpb|AsB0>^Y9
z4OY#-z9~(gfq_ZS)5S4F<GgE7v`0vwNbGmheAbf-Pb}nV(NHu{`K8gL(b2)7%vQy5
z^|*km{MF+%SEk$6DJ^zt`ZZz0g|0<HGiMkrQO|I6>1a;V5V?`Pj3@2coa*rEb<DXI
z{d=$9eEw$hH>RUDYo~mBG5fjJ(mP$ulDF0#iTPXqZOU`!uA>uu(zdwhDo%ggZ+v)v
z#5JbOv}m3KIkiq}f2_3SQ7AmBT^aDkIFY?sY)$o(6lEXv1ZfL5)^kT5hHR2Csd;F|
z;&Wg_4$p~JaRC=+|8O40nDYl)N<ZaoepAjdWy;oe8&!3_`;#*DEm^pGD+_o7jD79e
zdv!Bg3ML=5KizOc;*)pdvX7b1mTbDV<iYm(jCGT@D4x+{%Mx#8-+!IqY;>aK){Av{
z)0CTk>||M%_%J|`ZOfaM+^821)Eeh4+QQ_P;`r$A^M=N+nm58sKKk4<pBq@f+;ii#
z&E|p&bzxdI?>9|gc(v?6?V~u={?kQ|8bfw??|rc?SLZ+Xy$KO})?2IGfBj!;kIU>9
z7xv#zPZw(o3Kgv}2>biYu_dtn`Qw=jES)m;bsaX~W#+ygBz~(Q`~4*0{#{yMvYvfA
zBD;8B@}f(ZcYb-5uX&|+<D2c5p1yezGH=z3SCcHJGbPH*Y`2Mh_O7J!QgQ#g*>9ch
zT)cc`pP362bJ^L(dk?4cpWk}(z%BkOi<Hi+?l4}-QPZ9CMz_mokCuv4(aiI4@80aG
zsJ}E-#6GOmCUo7a3F}t9TQy<*flW8|Sk?Y!XX-7!@NL(=$G~KyTH+c}l9E`GYL#4+
z3Zxi}3=9o)4J>pGO+yTgtV|8849#^7OsotHf<&KLp=ij>PsvQH#H~TuBd!goK@em^
zRzYgIRdRk#eo=8jVlvPcozl?xKuHC-WN~6{K~82~x^7xxa!Gy>gHeT%j$wr%2z&lo
Rwgsq`!PC{xWt~$(69CKMT~h!6

literal 0
HcmV?d00001

diff --git a/plugins/message_highlight/colorpicker/images/transparentpixel.gif b/plugins/message_highlight/colorpicker/images/transparentpixel.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b7406476aa46e4d98eefacf95f6d3e8c5439e330
GIT binary patch
literal 43
qcmZ?wbh9u|WMp7uXkY+=|Ns9h{$ycf01D`U_#hbuCMF+725SJnmj?g<

literal 0
HcmV?d00001

diff --git a/plugins/message_highlight/colorpicker/mColorPicker.js b/plugins/message_highlight/colorpicker/mColorPicker.js
new file mode 100644
index 0000000..48c0cb6
--- /dev/null
+++ b/plugins/message_highlight/colorpicker/mColorPicker.js
@@ -0,0 +1,574 @@
+/*
+  mColorPicker
+  Version: 1.0 r34
+  
+  Copyright (c) 2010 Meta100 LLC.
+  http://www.meta100.com/
+  
+  Licensed under the MIT license 
+  http://www.opensource.org/licenses/mit-license.php 
+*/
+
+// After this script loads set:
+// $.fn.mColorPicker.init.replace = '.myclass'
+// to have this script apply to input.myclass,
+// instead of the default input[type=color]
+// To turn of automatic operation and run manually set:
+// $.fn.mColorPicker.init.replace = false
+// To use manually call like any other jQuery plugin
+// $('input.foo').mColorPicker({options})
+// options:
+// imageFolder - Change to move image location.
+// swatches - Initial colors in the swatch, must an array of 10 colors.
+// init:
+// $.fn.mColorPicker.init.enhancedSwatches - Turn of saving and loading of swatch to cookies.
+// $.fn.mColorPicker.init.allowTransparency - Turn off transperancy as a color option.
+// $.fn.mColorPicker.init.showLogo - Turn on/off the meta100 logo (You don't really want to turn it off, do you?).
+
+(function($){
+
+  var $o;
+
+  $.fn.mColorPicker = function(options) {
+
+    $o = $.extend($.fn.mColorPicker.defaults, options);  
+
+    if ($o.swatches.length < 10) $o.swatches = $.fn.mColorPicker.defaults.swatches
+    if ($("div#mColorPicker").length < 1) $.fn.mColorPicker.drawPicker();
+
+    if ($('#css_disabled_color_picker').length < 1) $('head').prepend('<style id="css_disabled_color_picker" type="text/css">.mColorPicker[disabled] + span, .mColorPicker[disabled="disabled"] + span, .mColorPicker[disabled="true"] + span {filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}</style>');
+
+    $('body').on('keyup', '.mColorPicker', function () {
+
+      try {
+  
+        $(this).css({
+          'background-color': $(this).val()
+        }).css({
+          'color': $.fn.mColorPicker.textColor($(this).css('background-color'))
+        }).trigger('change');
+      } catch (r) {}
+    });
+
+    $('body').on('click', '.mColorPickerTrigger', function () {
+
+      $.fn.mColorPicker.colorShow($(this).attr('id').replace('icp_', ''));
+    });
+
+    this.each(function () {
+
+      $.fn.mColorPicker.drawPickerTriggers($(this));
+    });
+
+    return this;
+  };
+
+  $.fn.mColorPicker.currentColor = false;
+  $.fn.mColorPicker.currentValue = false;
+  $.fn.mColorPicker.color = false;
+
+  $.fn.mColorPicker.init = {
+    replace: '[type=color]',
+    index: 0,
+    enhancedSwatches: true,
+    allowTransparency: true,
+  	checkRedraw: 'DOMUpdated', // Change to 'ajaxSuccess' for ajax only or false if not needed
+  	liveEvents: false,
+    showLogo: false
+  };
+
+  $.fn.mColorPicker.defaults = {
+    imageFolder: 'images/',
+    swatches: [
+      "#ffffff",
+      "#ffff00",
+      "#00ff00",
+      "#00ffff",
+      "#0000ff",
+      "#ff00ff",
+      "#ff0000",
+      "#4c2b11",
+      "#3b3b3b",
+      "#000000"
+    ]
+  };
+
+  $.fn.mColorPicker.liveEvents = function() {
+
+    $.fn.mColorPicker.init.liveEvents = true;
+
+    if ($.fn.mColorPicker.init.checkRedraw && $.fn.mColorPicker.init.replace) {
+
+      $(document).bind($.fn.mColorPicker.init.checkRedraw + '.mColorPicker', function () {
+
+        $('input[data-mcolorpicker!="true"]').filter(function() {
+    
+          return ($.fn.mColorPicker.init.replace == '[type=color]')? this.getAttribute("type") == 'color': $(this).is($.fn.mColorPicker.init.replace);
+        }).mColorPicker();
+      });
+    }
+  };
+
+  $.fn.mColorPicker.drawPickerTriggers = function ($t) {
+
+    if ($t[0].nodeName.toLowerCase() != 'input') return false;
+
+    var id = $t.attr('id') || 'color_' + $.fn.mColorPicker.init.index++,
+        hidden = false;
+
+    $t.attr('id', id);
+  
+    if ($t.attr('text') == 'hidden' || $t.attr('data-text') == 'hidden') hidden = true;
+
+    var color = $t.val(),
+        width = 75,
+        height = 25,
+        flt = $t.css('float'),
+        image = (color == 'transparent')? "url('" + $o.imageFolder + "/grid.gif')": '',
+        colorPicker = '';
+
+    $('body').append('<span id="color_work_area"></span>');
+    $('span#color_work_area').append($t.clone(true));
+    colorPicker = $('span#color_work_area').html().replace(/type="color"/gi, '').replace(/input /gi, (hidden)? 'input type="hidden"': 'input type="text"');
+    $('span#color_work_area').html('').remove();
+    $t.after(
+      (hidden)? '<span style="cursor:pointer;border:1px solid black;float:' + flt + ';width:' + width + 'px;height:' + height + 'px;" id="icp_' + id + '">&nbsp;</span>': ''
+    ).after(colorPicker).remove();   
+
+    if (hidden) {
+
+      $('#icp_' + id).css({
+        'background-color': color,
+        'background-image': image,
+        'display': 'inline-block'
+      }).attr(
+        'class', $('#' + id).attr('class')
+      ).addClass(
+        'mColorPickerTrigger'
+      );
+    } else {
+
+      $('#' + id).css({
+        'background-color': color,
+        'background-image': image
+      }).css({
+        'color': $.fn.mColorPicker.textColor($('#' + id).css('background-color'))
+      }).after(
+        '<span style="cursor:pointer;" id="icp_' + id + '" class="mColorPickerTrigger"><img src="' + $o.imageFolder + 'color.png" style="border:0;margin:0 0 0 3px" align="absmiddle"></span>'
+      ).addClass('mColorPickerInput');
+    }
+
+    $('#icp_' + id).attr('data-mcolorpicker', 'true');
+
+    $('#' + id).addClass('mColorPicker');
+
+    return $('#' + id);
+  };
+
+  $.fn.mColorPicker.drawPicker = function () {
+
+    $(document.createElement("div")).attr(
+      "id","mColorPicker"
+    ).css(
+      'display','none'
+    ).html(
+      '<div id="mColorPickerWrapper"><div id="mColorPickerImg" class="mColor"></div><div id="mColorPickerImgGray" class="mColor"></div><div id="mColorPickerSwatches"><div class="mClear"></div></div><div id="mColorPickerFooter"><input type="text" size="8" id="mColorPickerInput"/></div></div>'
+    ).appendTo("body");
+
+    $(document.createElement("div")).attr("id","mColorPickerBg").css({
+      'display': 'none'
+    }).appendTo("body");
+
+    for (n = 9; n > -1; n--) {
+
+      $(document.createElement("div")).attr({
+        'id': 'cell' + n,
+        'class': "mPastColor" + ((n > 0)? ' mNoLeftBorder': '')
+      }).html(
+        '&nbsp;'
+      ).prependTo("#mColorPickerSwatches");
+    }
+
+    $('#mColorPicker').css({
+      'border':'1px solid #ccc',
+      'color':'#fff',
+      'z-index':999998,
+      'width':'199px',
+      'height':'184px',
+      'font-size':'12px',
+      'font-family':'times'
+    });
+
+    $('.mPastColor').css({
+      'height':'18px',
+      'width':'18px',
+      'border':'1px solid #000',
+      'float':'left'
+    });
+
+    $('#colorPreview').css({
+      'height':'50px'
+    });
+
+    $('.mNoLeftBorder').css({
+      'border-left':0
+    });
+
+    $('.mClear').css({
+      'clear':'both'
+    });
+
+    $('#mColorPickerWrapper').css({
+      'position':'relative',
+      'border':'solid 1px gray',
+      'z-index':999999
+    });
+    
+    $('#mColorPickerImg').css({
+      'height':'128px',
+      'width':'192px',
+      'border':0,
+      'cursor':'crosshair',
+      'background-image':"url('" + $o.imageFolder + "colorpicker.png')"
+    });
+    
+    $('#mColorPickerImgGray').css({
+      'height':'8px',
+      'width':'192px',
+      'border':0,
+      'cursor':'crosshair',
+      'background-image':"url('" + $o.imageFolder + "graybar.jpg')"
+    });
+    
+    $('#mColorPickerInput').css({
+      'border':'solid 1px gray',
+      'font-size':'10pt',
+      'margin':'3px',
+      'width':'80px'
+    });
+    
+    $('#mColorPickerImgGrid').css({
+      'border':0,
+      'height':'20px',
+      'width':'20px',
+      'vertical-align':'text-bottom'
+    });
+    
+    $('#mColorPickerSwatches').css({
+      'border-right':'1px solid #000'
+    });
+    
+
+    if ($.fn.mColorPicker.init.allowTransparency) $('#mColorPickerFooter').prepend('<span id="mColorPickerTransparent" class="mColor" style="font-size:16px;color:#000;padding-right:30px;padding-top:3px;cursor:pointer;overflow:hidden;float:right;">transparent</span>');
+    if ($.fn.mColorPicker.init.showLogo) $('#mColorPickerFooter').prepend('<a href="http://meta100.com/" title="Meta100 - Designing Fun" alt="Meta100 - Designing Fun" style="float:right;" target="_blank"><img src="' +  $o.imageFolder + 'meta100.png" title="Meta100 - Designing Fun" alt="Meta100 - Designing Fun" style="border:0;border-left:1px solid #aaa;right:0;position:absolute;"/></a>');
+
+    $("#mColorPickerBg").click($.fn.mColorPicker.closePicker);
+  
+    var swatch = $.fn.mColorPicker.getCookie('swatches'),
+        i = 0;
+
+    if (typeof swatch == 'string') swatch = swatch.split('||');
+    if (swatch == null || $.fn.mColorPicker.init.enhancedSwatches || swatch.length < 10) swatch = $o.swatches;
+
+    $(".mPastColor").each(function() {
+
+      $(this).css('background-color', swatch[i++].toLowerCase());
+    });
+  };
+
+  $.fn.mColorPicker.closePicker = function () {
+
+    $(".mColor, .mPastColor, #mColorPickerInput, #mColorPickerWrapper").unbind();
+    $("#mColorPickerBg").hide();
+    $("#mColorPicker").fadeOut()
+  };
+
+  $.fn.mColorPicker.colorShow = function (id) {
+
+    var $e = $("#icp_" + id);
+        pos = $e.offset(),
+        $i = $("#" + id);
+        hex = $i.attr('data-hex') || $i.attr('hex'),
+        pickerTop = pos.top + $e.outerHeight(),
+        pickerLeft = pos.left,
+        $d = $(document),
+        $m = $("#mColorPicker");
+
+    if ($i.attr('disabled')) return false;
+
+                // KEEP COLOR PICKER IN VIEWPORT
+                if (pickerTop + $m.height() > $d.height()) pickerTop = pos.top - $m.height();
+                if (pickerLeft + $m.width() > $d.width()) pickerLeft = pos.left - $m.width() + $e.outerWidth();
+  
+    $m.css({
+      'top':(pickerTop) + "px",
+      'left':(pickerLeft) + "px",
+      'position':'absolute'
+    }).fadeIn("fast");
+  
+    $("#mColorPickerBg").css({
+      'z-index':999990,
+      'background':'black',
+      'opacity': .01,
+      'position':'absolute',
+      'top':0,
+      'left':0,
+      'width': parseInt($d.width(), 10) + 'px',
+      'height': parseInt($d.height(), 10) + 'px'
+    }).show();
+  
+    var def = $i.val();
+  
+    $('#colorPreview span').text(def);
+    $('#colorPreview').css('background', def);
+    $('#color').val(def);
+  
+    if ($('#' + id).attr('data-text')) $.fn.mColorPicker.currentColor = $e.css('background-color');
+    else $.fn.mColorPicker.currentColor = $i.css('background-color');
+
+    if (hex == 'true') $.fn.mColorPicker.currentColor = $.fn.mColorPicker.RGBtoHex($.fn.mColorPicker.currentColor);
+
+    $("#mColorPickerInput").val($.fn.mColorPicker.currentColor);
+  
+    $('.mColor, .mPastColor').bind('mousemove', function(e) {
+  
+      var offset = $(this).offset();
+
+      $.fn.mColorPicker.color = $(this).css("background-color");
+
+      if ($(this).hasClass('mPastColor') && hex == 'true') $.fn.mColorPicker.color = $.fn.mColorPicker.RGBtoHex($.fn.mColorPicker.color);
+      else if ($(this).hasClass('mPastColor') && hex != 'true') $.fn.mColorPicker.color = $.fn.mColorPicker.hexToRGB($.fn.mColorPicker.color);
+      else if ($(this).attr('id') == 'mColorPickerTransparent') $.fn.mColorPicker.color = 'transparent';
+      else if (!$(this).hasClass('mPastColor')) $.fn.mColorPicker.color = $.fn.mColorPicker.whichColor(e.pageX - offset.left, e.pageY - offset.top + (($(this).attr('id') == 'mColorPickerImgGray')? 128: 0), hex);
+
+      $.fn.mColorPicker.setInputColor(id, $.fn.mColorPicker.color);
+    }).click(function() {
+  
+      $.fn.mColorPicker.colorPicked(id);
+    });
+  
+    $('#mColorPickerInput').bind('keyup', function (e) {
+  
+      try {
+  
+        $.fn.mColorPicker.color = $('#mColorPickerInput').val();
+        $.fn.mColorPicker.setInputColor(id, $.fn.mColorPicker.color);
+    
+        if (e.which == 13) $.fn.mColorPicker.colorPicked(id);
+      } catch (r) {}
+
+    }).bind('blur', function () {
+  
+      $.fn.mColorPicker.setInputColor(id, $.fn.mColorPicker.currentColor);
+    });
+  
+    $('#mColorPickerWrapper').bind('mouseleave', function () {
+  
+      $.fn.mColorPicker.setInputColor(id, $.fn.mColorPicker.currentColor);
+    });
+  };
+
+  $.fn.mColorPicker.setInputColor = function (id, color) {
+  
+    var image = (color == 'transparent')? "url('" + $o.imageFolder + "grid.gif')": '',
+        textColor = $.fn.mColorPicker.textColor(color);
+  
+    if ($('#' + id).attr('data-text') || $('#' + id).attr('text')) $("#icp_" + id).css({'background-color': color, 'background-image': image});
+    $("#" + id).val(color).css({'background-color': color, 'background-image': image, 'color' : textColor}).trigger('change');
+    $("#mColorPickerInput").val(color);
+  };
+
+  $.fn.mColorPicker.textColor = function (val) {
+  
+    if (typeof val == 'undefined' || val == 'transparent') return "black";
+    val = $.fn.mColorPicker.RGBtoHex(val);
+    return (parseInt(val.substr(1, 2), 16) + parseInt(val.substr(3, 2), 16) + parseInt(val.substr(5, 2), 16) < 400)? 'white': 'black';
+  };
+
+  $.fn.mColorPicker.setCookie = function (name, value, days) {
+  
+    var cookie_string = name + "=" + escape(value),
+      expires = new Date();
+      expires.setDate(expires.getDate() + days);
+    cookie_string += "; expires=" + expires.toGMTString();
+   
+    document.cookie = cookie_string;
+  };
+
+  $.fn.mColorPicker.getCookie = function (name) {
+  
+    var results = document.cookie.match ( '(^|;) ?' + name + '=([^;]*)(;|$)' );
+  
+    if (results) return (unescape(results[2]));
+    else return null;
+  };
+
+  $.fn.mColorPicker.colorPicked = function (id) {
+  
+    $.fn.mColorPicker.closePicker();
+  
+    if ($.fn.mColorPicker.init.enhancedSwatches) $.fn.mColorPicker.addToSwatch();
+  
+    $("#" + id).trigger('colorpicked');
+  };
+
+  $.fn.mColorPicker.addToSwatch = function (color) {
+  
+    var swatch = []
+        i = 0;
+ 
+    if (typeof color == 'string') $.fn.mColorPicker.color = color.toLowerCase();
+  
+    $.fn.mColorPicker.currentValue = $.fn.mColorPicker.currentColor = $.fn.mColorPicker.color;
+  
+    if ($.fn.mColorPicker.color != 'transparent') swatch[0] = $.fn.mColorPicker.color.toLowerCase();
+  
+    $('.mPastColor').each(function() {
+  
+      $.fn.mColorPicker.color = $(this).css('background-color').toLowerCase();
+
+      if ($.fn.mColorPicker.color != swatch[0] && $.fn.mColorPicker.RGBtoHex($.fn.mColorPicker.color) != swatch[0] && $.fn.mColorPicker.hexToRGB($.fn.mColorPicker.color) != swatch[0] && swatch.length < 10) swatch[swatch.length] = $.fn.mColorPicker.color;
+  
+      $(this).css('background-color', swatch[i++])
+    });
+
+    if ($.fn.mColorPicker.init.enhancedSwatches) $.fn.mColorPicker.setCookie('swatches', swatch.join('||'), 365);
+  };
+
+  $.fn.mColorPicker.whichColor = function (x, y, hex) {
+  
+    var colorR = colorG = colorB = 255;
+    
+    if (x < 32) {
+  
+      colorG = x * 8;
+      colorB = 0;
+    } else if (x < 64) {
+  
+      colorR = 256 - (x - 32 ) * 8;
+      colorB = 0;
+    } else if (x < 96) {
+  
+      colorR = 0;
+      colorB = (x - 64) * 8;
+    } else if (x < 128) {
+  
+      colorR = 0;
+      colorG = 256 - (x - 96) * 8;
+    } else if (x < 160) {
+  
+      colorR = (x - 128) * 8;
+      colorG = 0;
+    } else {
+  
+      colorG = 0;
+      colorB = 256 - (x - 160) * 8;
+    }
+  
+    if (y < 64) {
+  
+      colorR += (256 - colorR) * (64 - y) / 64;
+      colorG += (256 - colorG) * (64 - y) / 64;
+      colorB += (256 - colorB) * (64 - y) / 64;
+    } else if (y <= 128) {
+  
+      colorR -= colorR * (y - 64) / 64;
+      colorG -= colorG * (y - 64) / 64;
+      colorB -= colorB * (y - 64) / 64;
+    } else if (y > 128) {
+  
+      colorR = colorG = colorB = 256 - ( x / 192 * 256 );
+    }
+
+    colorR = Math.round(Math.min(colorR, 255));
+    colorG = Math.round(Math.min(colorG, 255));
+    colorB = Math.round(Math.min(colorB, 255));
+
+    if (hex == 'true') {
+
+      colorR = colorR.toString(16);
+      colorG = colorG.toString(16);
+      colorB = colorB.toString(16);
+      
+      if (colorR.length < 2) colorR = 0 + colorR;
+      if (colorG.length < 2) colorG = 0 + colorG;
+      if (colorB.length < 2) colorB = 0 + colorB;
+
+      return "#" + colorR + colorG + colorB;
+    }
+    
+    return "rgb(" + colorR + ', ' + colorG + ', ' + colorB + ')';
+  };
+
+  $.fn.mColorPicker.RGBtoHex = function (color) {
+
+    color = color.toLowerCase();
+
+    if (typeof color == 'undefined') return '';
+    if (color.indexOf('#') > -1 && color.length > 6) return color;
+    if (color.indexOf('rgb') < 0) return color;
+
+    if (color.indexOf('#') > -1) {
+
+      return '#' + color.substr(1, 1) + color.substr(1, 1) + color.substr(2, 1) + color.substr(2, 1) + color.substr(3, 1) + color.substr(3, 1);
+    }
+
+    var hexArray = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f"],
+        decToHex = "#",
+        code1 = 0;
+  
+    color = color.replace(/[^0-9,]/g, '').split(",");
+
+    for (var n = 0; n < color.length; n++) {
+
+      code1 = Math.floor(color[n] / 16);
+      decToHex += hexArray[code1] + hexArray[color[n] - code1 * 16];
+    }
+  
+    return decToHex;
+  };
+
+  $.fn.mColorPicker.hexToRGB = function (color) {
+
+    color = color.toLowerCase();
+  
+    if (typeof color == 'undefined') return '';
+    if (color.indexOf('rgb') > -1) return color;
+    if (color.indexOf('#') < 0) return color;
+
+    var c = color.replace('#', '');
+
+    if (c.length < 6) c = c.substr(0, 1) + c.substr(0, 1) + c.substr(1, 1) + c.substr(1, 1) + c.substr(2, 1) + c.substr(2, 1);
+
+    return 'rgb(' + parseInt(c.substr(0, 2), 16) + ', ' + parseInt(c.substr(2, 2), 16) + ', ' + parseInt(c.substr(4, 2), 16) + ')';
+  };
+
+  $(document).ready(function () {
+
+    $('.mh_color_input').mColorPicker({
+        imageFolder: 'plugins/message_highlight/colorpicker/images/',
+        allowTransparency: false,
+        showLogo: false,
+        liveEvents: false,
+        checkRedraw: 'ajaxSuccess'
+    });
+
+
+
+    // if ($.fn.mColorPicker.init.replace) {
+    //
+    //   $('input[data-mcolorpicker!="true"]').filter(function() {
+    //
+    //     return ($.fn.mColorPicker.init.replace == '[type=color]') ? this.getAttribute("type") == 'color': $(this).is($.fn.mColorPicker.init.replace);
+    //   }).mColorPicker({
+    //     imageFolder: 'plugins/message_highlight/colorpicker/images/',
+    //     allowTransparency: false,
+    //     showLogo: false,
+    //     liveEvents: false,
+    //     checkRedraw: 'ajaxSuccess'
+    //   });
+    //
+    //   $.fn.mColorPicker.liveEvents();
+    // }
+  });
+})(jQuery);
diff --git a/plugins/message_highlight/composer.json b/plugins/message_highlight/composer.json
new file mode 100644
index 0000000..d9598b9
--- /dev/null
+++ b/plugins/message_highlight/composer.json
@@ -0,0 +1,23 @@
+{
+  "name": "melroy89/message_highlight",
+  "description": "Assign colors to your emails based on Subject, Sender, Recipient or CC",
+  "version": "4.0.0",
+  "license": "GPL-2.0",
+  "homepage": "https://github.com/melroy89/message_highlight",
+  "type": "roundcube-plugin",
+  "authors": [
+    {
+      "name": "Melroy van den Berg",
+      "email": "melroy@melroy.org",
+      "homepage": "https://github.com/melroy89/message_highlight",
+      "role": "Developer"
+    }
+  ],
+  "require": {
+    "roundcube/plugin-installer": ">=0.1.3"
+  },
+  "support": {
+    "email": "melroy@melroy.org",
+    "issues": "https://github.com/melroy89/message_highlight/issues"
+  }
+}
diff --git a/plugins/message_highlight/config.inc.php b/plugins/message_highlight/config.inc.php
new file mode 100644
index 0000000..51af096
--- /dev/null
+++ b/plugins/message_highlight/config.inc.php
@@ -0,0 +1,24 @@
+<?php
+
+$rcmail_config['message_highlight_default'] = array(
+  array(
+      'header' => 'subject',
+      'input'  => 'My Subject',
+      'color' => '#ff0000'
+  ),
+  array(
+      'header' => 'from',
+      'input'  => 'nobody@example.com',
+      'color' => '#00ff00'
+  ),
+  array(
+      'header' => 'to',
+      'input'  => 'nobody@example.com',
+      'color' => '#0000ff'
+  ),
+  array(
+      'header' => 'cc',
+      'input'  => 'nobody@example.com',
+      'color' => '#0000ff'
+  ),
+);
\ No newline at end of file
diff --git a/plugins/message_highlight/localization/cs_CZ.inc b/plugins/message_highlight/localization/cs_CZ.inc
new file mode 100644
index 0000000..d1850cc
--- /dev/null
+++ b/plugins/message_highlight/localization/cs_CZ.inc
@@ -0,0 +1,16 @@
+<?php
+$labels['mh_title'] = 'Zvýraznění zpráv';
+$labels['mh_matches'] = 'odpovídá';
+$labels['mh_color'] = 'barva';
+$labels['mh_delete'] = 'smazat pravidlo';
+$labels['mh_delete_description'] = 'Smazání tohoto pravidla';
+$labels['mh_add'] = 'přidat pravidlo';
+$labels['mh_add_description'] = 'Přidání dalšího pravidla pod toto pravidlo';
+$labels['deleteconfirm'] = 'Opravdu chcete smazat toto pravidlo?';
+
+// these should never happen, but add anyways
+$labels['headererror'] = 'Chyba v pravidle';
+$labels['inputempty'] = 'Jedno, nebo více pravidel, je prázdné';
+$labels['invalidcolor'] = 'Nesprávná barva';
+
+?>
diff --git a/plugins/message_highlight/localization/de_DE.inc b/plugins/message_highlight/localization/de_DE.inc
new file mode 100644
index 0000000..a8aecaf
--- /dev/null
+++ b/plugins/message_highlight/localization/de_DE.inc
@@ -0,0 +1,15 @@
+<?php
+$labels['mh_title'] = 'Nachrichtenmarkierung';
+$labels['mh_matches'] = 'enthält';
+$labels['mh_color'] = 'Farbe';
+$labels['mh_delete'] = 'löschen';
+$labels['mh_delete_description'] = 'Diese Regel löschen';
+$labels['mh_add'] = 'hinzufügen';
+$labels['mh_add_description'] = 'Eine Regel hinzufügen';
+$labels['deleteconfirm'] = 'Möchten Sie diese Regel wirklich löschen?';
+
+// these should never happen, but add anyways
+$labels['headererror'] = 'Diese Regel ist fehlerhaft';
+$labels['inputempty'] = 'Ein oder mehrere Treffer sind leer';
+$labels['invalidcolor'] = 'Ungültige Farbauswahl';
+?>
diff --git a/plugins/message_highlight/localization/en_US.inc b/plugins/message_highlight/localization/en_US.inc
new file mode 100644
index 0000000..4768aba
--- /dev/null
+++ b/plugins/message_highlight/localization/en_US.inc
@@ -0,0 +1,16 @@
+<?php
+$labels['mh_title'] = 'Message Highlights';
+$labels['mh_matches'] = 'matches';
+$labels['mh_color'] = 'color';
+$labels['mh_delete'] = 'delete';
+$labels['mh_delete_description'] = 'Delete this line';
+$labels['mh_add'] = 'add row';
+$labels['mh_add_description'] = 'Add an extra row beneath this row';
+$labels['deleteconfirm'] = 'Do you really want to delete this rule?';
+
+// these should never happen, but add anyways
+$labels['headererror'] = 'Error in message rule';
+$labels['inputempty'] = 'One or more of your matches are empty';
+$labels['invalidcolor'] = 'Invalid color';
+
+?>
\ No newline at end of file
diff --git a/plugins/message_highlight/localization/fr_FR.inc b/plugins/message_highlight/localization/fr_FR.inc
new file mode 100644
index 0000000..fc342c2
--- /dev/null
+++ b/plugins/message_highlight/localization/fr_FR.inc
@@ -0,0 +1,16 @@
+<?php
+$labels['mh_title'] = 'Mise en valeur des messages';
+$labels['mh_matches'] = 'Correspondance';
+$labels['mh_color'] = 'Couleur';
+$labels['mh_delete'] = 'Supprimer';
+$labels['mh_delete_description'] = 'Supprimer cette ligne';
+$labels['mh_add'] = 'Ajouter une ligne';
+$labels['mh_add_description'] = 'Ajouter une ligne supplémentaire sous cette ligne';
+$labels['deleteconfirm'] = 'Voulez-vous réellement supprimer cette règle ?';
+
+// Cela ne devrait jamais arriver, mais on ne sait jamais
+$labels['headererror'] = 'Erreur dans la règle sur les messages';
+$labels['inputempty'] = 'Une ou plusieurs de vos correspondances sont vides';
+$labels['invalidcolor'] = 'Couleur invalide';
+
+?>
\ No newline at end of file
diff --git a/plugins/message_highlight/localization/hu_HU.inc b/plugins/message_highlight/localization/hu_HU.inc
new file mode 100644
index 0000000..7e80a5e
--- /dev/null
+++ b/plugins/message_highlight/localization/hu_HU.inc
@@ -0,0 +1,15 @@
+<?php
+$labels['mh_title'] = 'Üzenetek kiemelése';
+$labels['mh_matches'] = 'tartalmazza';
+$labels['mh_color'] = 'kiemelés színnel';
+$labels['mh_delete'] = 'Törlés';
+$labels['mh_delete_description'] = 'Szabály törlése';
+$labels['mh_add'] = 'Hozzáadás';
+$labels['mh_add_description'] = 'Egy új színnel történő kiemelés felvétele';
+$labels['deleteconfirm'] = 'Biztos benne, hogy törölni kívánja ezt a kiemelési szabályt?';
+
+// elvileg ezek sosem következhetnek be
+$labels['headererror'] = 'Hiba a felvett kiemelési szabályban';
+$labels['inputempty'] = 'Egy vagy több kiemelési szabály üres';
+$labels['invalidcolor'] = 'Hibás kiemelési szín';
+?>
diff --git a/plugins/message_highlight/localization/it_IT.inc b/plugins/message_highlight/localization/it_IT.inc
new file mode 100644
index 0000000..7807c07
--- /dev/null
+++ b/plugins/message_highlight/localization/it_IT.inc
@@ -0,0 +1,16 @@
+<?php
+$labels['mh_title'] = 'Evidenzia messaggi';
+$labels['mh_matches'] = 'corrisponde a';
+$labels['mh_color'] = 'colore';
+$labels['mh_delete'] = 'cancella';
+$labels['mh_delete_description'] = 'Cancella questa linea';
+$labels['mh_add'] = 'aggiungi riga';
+$labels['mh_add_description'] = 'Aggiungi una riga ulteriore sotto questa riga';
+$labels['deleteconfirm'] = 'Vuoi veramente cancellare questa regola?';
+
+// these should never happen, but add anyways
+$labels['headererror'] = 'Errore nella regola del messaggio';
+$labels['inputempty'] = 'Uno o più corrispondenze sono vuote';
+$labels['invalidcolor'] = 'Colore non valido';
+
+?>
\ No newline at end of file
diff --git a/plugins/message_highlight/localization/nl_NL.inc b/plugins/message_highlight/localization/nl_NL.inc
new file mode 100644
index 0000000..b4d29c5
--- /dev/null
+++ b/plugins/message_highlight/localization/nl_NL.inc
@@ -0,0 +1,15 @@
+<?php
+$labels['mh_title'] = 'Berichten markeren';
+$labels['mh_matches'] = 'bevat';
+$labels['mh_color'] = 'kleur';
+$labels['mh_delete'] = 'verwijderen';
+$labels['mh_delete_description'] = 'Verwijder deze regel';
+$labels['mh_add'] = 'regel toevoegen';
+$labels['mh_add_description'] = 'Voeg een extra regel toe onder deze regel';
+$labels['deleteconfirm'] = 'Wilt u deze regel echt verwijderen?';
+
+// these should never happen, but add anyways
+$labels['headererror'] = 'Fout in configuratie';
+$labels['invalidcolor'] = 'Onjuiste kleur';
+
+?>
\ No newline at end of file
diff --git a/plugins/message_highlight/localization/pl_PL.inc b/plugins/message_highlight/localization/pl_PL.inc
new file mode 100644
index 0000000..2093ab0
--- /dev/null
+++ b/plugins/message_highlight/localization/pl_PL.inc
@@ -0,0 +1,16 @@
+<?php
+$labels['mh_title'] = 'Wyróżnianie wiadomości';
+$labels['mh_matches'] = 'pasuje do';
+$labels['mh_color'] = 'kolor';
+$labels['mh_delete'] = 'usuń';
+$labels['mh_delete_description'] = 'Usuń tę linię';
+$labels['mh_add'] = 'dodaj wiersz';
+$labels['mh_add_description'] = 'Wstaw dodatkowy wiersz poniżej tego wiersza';
+$labels['deleteconfirm'] = 'Naprawdę chcesz usunąć tę regułę?';
+
+// these should never happen, but add anyways
+$labels['headererror'] = 'Błąd w regule wiadomości';
+$labels['inputempty'] = 'Jedno lub więcej twoich dopasowań jest puste';
+$labels['invalidcolor'] = 'Nieprawidłowy kolor';
+
+?>
diff --git a/plugins/message_highlight/localization/pt_BR.inc b/plugins/message_highlight/localization/pt_BR.inc
new file mode 100644
index 0000000..fc8a7d8
--- /dev/null
+++ b/plugins/message_highlight/localization/pt_BR.inc
@@ -0,0 +1,16 @@
+<?php
+$labels['mh_title'] = 'Destacador de mensagens';
+$labels['mh_matches'] = 'corresponde a';
+$labels['mh_color'] = 'cor';
+$labels['mh_delete'] = 'apagar';
+$labels['mh_delete_description'] = 'Apaga esta linha';
+$labels['mh_add'] = 'adicionar nova linha';
+$labels['mh_add_description'] = 'Adiciona uma nova linha abaixo desta';
+$labels['deleteconfirm'] = 'Tem certeza que deseja apagar esta regra?';
+
+// these should never happen, but add anyways
+$labels['headererror'] = 'Erro na regra da mensagem';
+$labels['inputempty'] = 'Uma ou mais regras de correspondência estão vazia(s)';
+$labels['invalidcolor'] = 'Cor inválida';
+
+?>
\ No newline at end of file
diff --git a/plugins/message_highlight/localization/ru_RU.inc b/plugins/message_highlight/localization/ru_RU.inc
new file mode 100644
index 0000000..6e9de0e
--- /dev/null
+++ b/plugins/message_highlight/localization/ru_RU.inc
@@ -0,0 +1,15 @@
+<?php
+$labels['mh_title'] = 'Подсветка сообщений';
+$labels['mh_matches'] = 'совпадения';
+$labels['mh_color'] = 'цвет';
+$labels['mh_delete'] = 'удалить';
+$labels['mh_add'] = 'добавить строку';
+$labels['deleteconfirm'] = 'Вы действительно хотите удалить это правило?';
+
+// these should never happen, but add anyways
+$labels['headererror'] = 'Ошибка в правиле';
+$labels['inputempty'] = 'Одно или более совпадений пусты';
+$labels['invalidcolor'] = 'Неверный цвет';
+
+?>
+
diff --git a/plugins/message_highlight/localization/sk_SK.inc b/plugins/message_highlight/localization/sk_SK.inc
new file mode 100644
index 0000000..28c2a8a
--- /dev/null
+++ b/plugins/message_highlight/localization/sk_SK.inc
@@ -0,0 +1,16 @@
+<?php
+$labels['mh_title'] = 'Farebné rozlišovanie správ';
+$labels['mh_matches'] = 'sa zhoduje s';
+$labels['mh_color'] = 'farba';
+$labels['mh_delete'] = 'Odstrániť';
+$labels['mh_delete_description'] = 'Ddstrániť toto pravidlo';
+$labels['mh_add'] = 'pridať pravidlo';
+$labels['mh_add_description'] = 'Pridať nové pravidlo.';
+$labels['deleteconfirm'] = 'Chcete skutočne odstrániť toto pravidlo?';
+
+// these should never happen, but add anyways
+$labels['headererror'] = 'Chyba v pravidle';
+$labels['inputempty'] = 'Jedna alebo viacero zhôd je prázdnych';
+$labels['invalidcolor'] = 'Neplatná farba';
+
+?>
diff --git a/plugins/message_highlight/message_highlight.js b/plugins/message_highlight/message_highlight.js
new file mode 100644
index 0000000..f088cc3
--- /dev/null
+++ b/plugins/message_highlight/message_highlight.js
@@ -0,0 +1,95 @@
+var mh_cur_row;
+
+$(document).ready(function() {
+  if(window.rcmail) {
+
+    /* listen to roundcube insertrow event so we can color the rows */
+    rcmail.addEventListener('insertrow', mh_insert_row);
+
+    /* listen to receive row event after asking for another row */
+    rcmail.addEventListener('plugin.mh_receive_row', mh_receive_row);
+
+    /* initialise button click events */
+    $('.mh_delete').click(function(e) {
+        e.preventDefault();
+        mh_delete(this);
+    });
+
+    $('.mh_add').click(function(e) {
+        e.preventDefault();
+        mh_add(this);
+    });
+  }
+});
+
+/* insert row event to color a mail row */
+function mh_insert_row(evt) {
+
+    if(!rcmail.env.messages) return;
+
+    var message = rcmail.env.messages[evt.row.uid];
+
+    // check if our color info is present
+    if(message.flags && message.flags.plugin_mh_color) {
+        var row = $(evt.row.obj);
+        row.addClass('rcmfd_mh_row');
+
+        evt.row.obj.style.backgroundColor = message.flags.plugin_mh_color;
+
+        var color_brightness = brightness(message.flags.plugin_mh_color);
+        if (color_brightness !== null && color_brightness < 123) {
+            row.addClass('rcmfd_mh_row_dark');
+        }
+
+    }
+}
+
+/* delete a settings row */
+function mh_delete(button) {
+  if (confirm(rcmail.get_label('message_highlight.deleteconfirm'))) {
+    $(button).closest('tr').remove();
+  }
+}
+
+// do an ajax call to get a new row
+function mh_add(button) {
+  mh_cur_row = $(button).closest('tr', '.mh_preferences');
+  lock = rcmail.set_busy(true, 'loading');
+  rcmail.http_request('plugin.mh_add_row', '', lock);
+}
+
+// ajax return call
+function mh_receive_row(data) {
+  var row = $('<tr class="form-group row"><td colspan="2" style="width: 100%;">'+data.row+'</td></tr>');
+  $(mh_cur_row).after(row);
+
+  $(row).find('.mh_color_input').mColorPicker();
+
+  $('.mh_delete').unbind('click').click(function(e) {
+      e.preventDefault();
+      mh_delete(this);
+  });
+
+  $('.mh_add').unbind('click').click(function(e) {
+      e.preventDefault();
+      mh_add(this);
+  });
+
+}
+
+/* calculate the brightness of a color */
+function brightness(hex) {
+    var shorthandRegex = /^#?([a-f\d])([a-f\d])([a-f\d])$/i;
+    hex = hex.replace(shorthandRegex, function(m, r, g, b) {
+        return r + r + g + g + b + b;
+    });
+    var rgb = hex.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i)
+    if (rgb === null) {
+        return null;
+    }
+    rgb = rgb.slice(1,4)
+             .map(function(x) { return parseInt(x, 16); });
+
+    return (rgb[0] * 299 + rgb[1] * 587 + rgb[2] * 114) / 1000
+}
+
diff --git a/plugins/message_highlight/message_highlight.php b/plugins/message_highlight/message_highlight.php
new file mode 100644
index 0000000..be1f316
--- /dev/null
+++ b/plugins/message_highlight/message_highlight.php
@@ -0,0 +1,205 @@
+<?php
+
+/**
+* @version 2.1
+* @author Cor Bosman (cor@roundcu.be)
+*/
+
+class message_highlight extends rcube_plugin
+{
+  public $task = 'mail|settings';
+  private $rc;
+  private $prefs;
+  private $config;
+
+  public function init()
+  {
+    $this->rc = rcube::get_instance();
+
+    if ($this->rc->task === 'settings') {
+
+      $this->add_texts('localization/', array('deleteconfirm'));
+
+      $this->add_hook('preferences_list', array($this, 'mh_preferences'));
+      $this->add_hook('preferences_save', array($this, 'mh_save'));
+      $this->add_hook('preferences_sections_list',array($this, 'mh_preferences_section'));
+
+      $this->include_script('colorpicker/mColorPicker.js');
+
+      $this->register_action('plugin.mh_add_row', array($this, 'mh_add_row'));
+    } elseif ($this->rc->task === 'mail') {
+      $this->add_hook('storage_init', array($this, 'storage_init'));
+      $this->add_hook('messages_list', array($this, 'mh_highlight'));
+    }
+
+    $this->include_script('message_highlight.js');
+    $this->load_config();
+
+    $skin_path = $this->local_skin_path();
+    $this->include_stylesheet("$skin_path/message_highlight.css");
+
+
+  }
+
+  /**
+   * add the CC header to fetched headers
+   *
+   * @param $p
+   * @return mixed
+   */
+  function storage_init($p)
+  {
+    $p['fetch_headers'] = trim(($p['fetch_headers'] ?? '') . ' ' . 'CC');
+    return($p);
+  }
+
+
+  /**
+   * add highlight data to messages
+   *
+   * @param $p
+   * @return mixed
+   */
+  function mh_highlight($p)
+  {
+    $this->prefs = array_merge($this->rc->config->get('message_highlight', array()), $this->rc->config->get('message_highlight_default', array()));
+
+    // dont loop over all messages if we dont have any highlights or no msgs
+    if(!count($this->prefs) or !isset($p['messages']) or !is_array($p['messages'])) return $p;
+    
+    // loop over all messages and add highlight color to each message
+    foreach($p['messages'] as $message) {
+      if(($color = $this->mh_find_match($message)) !== false ) {
+        $message->list_flags['extra_flags']['plugin_mh_color'] = $color;
+      }
+    }
+    return($p);
+  }
+
+
+  /**
+   * find a match
+   *
+   * @param $message
+   * @return bool
+   */
+  function mh_find_match($message) {
+    foreach($this->prefs as $p) {
+      if(stristr(rcube_mime::decode_header($message->{$p['header']}), $p['input'])) {
+        return($p['color']);
+      }
+    }
+    return false;
+  }
+
+  // user preferences
+  function mh_preferences($args) {
+    if($args['section'] == 'mh_preferences') {
+      $this->add_texts('localization/', false);
+
+      $args['blocks']['mh_preferences'] =  array(
+        'options' => array(),
+        'name'    => rcube_utils::rep_specialchars_output($this->gettext('mh_title'))
+        );
+
+      $i = 1;
+      $prefs = $this->rc->config->get('message_highlight', array());
+
+      foreach($prefs as $p) {
+        $args['blocks']['mh_preferences']['options'][$i++] = array(
+          'content' => $this->mh_get_form_row($p['header'], $p['input'], $p['color'], true)
+        );
+      }
+
+      // no rows yet, add 1 empty row
+      if($i == 1) {
+        $args['blocks']['mh_preferences']['options'][$i] = array(
+          'content' => 	$this->mh_get_form_row()
+          );
+      }
+    }
+
+    return($args);
+  }
+
+  function mh_add_row() {
+    $this->rc->output->command('plugin.mh_receive_row', array('row' => $this->mh_get_form_row()));
+  }
+
+  // create a form row
+  function mh_get_form_row($header = 'from', $input = '', $color = '#ffffff', $delete = false) {
+
+    // header select box
+    $header_select = new html_select(array('name' => '_mh_header[]', 'class' => 'rcmfd_mh_header form-control custom-select pretty-select'));
+    $header_select->add(rcube_utils::rep_specialchars_output($this->gettext('subject')), 'subject');
+    $header_select->add(rcube_utils::rep_specialchars_output($this->gettext('from')), 'from');
+    $header_select->add(rcube_utils::rep_specialchars_output($this->gettext('to')), 'to');
+    $header_select->add(rcube_utils::rep_specialchars_output($this->gettext('cc')), 'cc');
+
+    // input field
+    $input = new html_inputfield(array('name' => '_mh_input[]', 'class' => 'rcmfd_mh_input form-control', 'type' => 'text', 'autocomplete' => 'off', 'value' => $input));
+
+    // color box
+    $color = html::tag('input', array('id' => uniqid() ,'name' => '_mh_color[]', 'class' => 'mh_color_input', 'value' => $color, 'data-text' => 'hidden', 'data-hex' => 'true'));
+
+    // delete button
+    // $button = html::a(array('href' => '#', 'class' => '  ', 'title' => $this->gettext('mh_delete')) , 'del');
+    $button = html::tag('a', array('href' => '#', 'class' => 'button icon mh_delete ', 'title' => $this->gettext('mh_delete')), '');
+    // $add_button = html::a(array('href' => '#', 'class' => 'button icon mh_add', 'title' => $this->gettext('mh_add')), '');
+    // add button
+    $button = html::tag('input', array('class' => 'button mh_delete mh_button form-control btn btn-defaut', 'type' => 'button', 'value' => $this->gettext('mh_delete'), 'title' => $this->gettext('mh_delete_description')));
+    $add_button = html::tag('input', array('class' => 'button mh_add mh_button form-control btn btn-default', 'type' => 'button', 'value' => $this->gettext('mh_add'), 'title' => $this->gettext('mh_add_description')));
+
+    $content = html::div('mh_preferences_row',
+      html::div('', $header_select->show($header)) .
+      html::div('ml-3 text-center', html::span('mh_matches', rcube_utils::rep_specialchars_output($this->gettext('mh_matches')))) .
+      html::div('ml-3', $input->show()) .
+      html::div('ml-5 text-center', html::span('mh_color', rcube_utils::rep_specialchars_output($this->gettext('mh_color')))) .
+      html::div('ml-3', $color) .
+      html::div('ml-3', $button) .
+      html::div('ml-3', $add_button)
+    );
+
+    return($content);
+  }
+
+  // add a section to the preferences tab
+  function mh_preferences_section($args) {
+    $this->add_texts('localization/', false);
+    $args['list']['mh_preferences'] = array(
+      'id'      => 'mh_preferences',
+      'section' => rcube_utils::rep_specialchars_output($this->gettext('mh_title'))
+      );
+    return($args);
+  }
+
+  // save preferences
+  function mh_save($args) {
+    if($args['section'] != 'mh_preferences') return;
+
+    $rcmail = rcmail::get_instance();
+
+    $header  = rcube_utils::get_input_value('_mh_header', rcube_utils::INPUT_POST);
+    $input   = rcube_utils::get_input_value('_mh_input', rcube_utils::INPUT_POST);
+    $color   = rcube_utils::get_input_value('_mh_color', rcube_utils::INPUT_POST);
+
+
+    for($i=0; $i < count($header); $i++) {
+      if(!in_array($header[$i], array('subject', 'from', 'to', 'cc'))) {
+        $rcmail->output->show_message('message_highlight.headererror', 'error');
+        return;
+      }
+      if(!preg_match('/^#[0-9a-fA-F]{2,6}$/', $color[$i])) {
+        $rcmail->output->show_message('message_highlight.invalidcolor', 'error');
+        return;
+      }
+      if($input[$i] == '') {
+        continue;
+      }
+      $prefs[] = array('header' => $header[$i], 'input' => $input[$i], 'color' => $color[$i]);
+    }
+
+    $args['prefs']['message_highlight'] = $prefs;
+    return($args);
+  }
+}
diff --git a/plugins/message_highlight/package.xml b/plugins/message_highlight/package.xml
new file mode 100644
index 0000000..9fa7e8f
--- /dev/null
+++ b/plugins/message_highlight/package.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+   http://pear.php.net/dtd/tasks-1.0.xsd
+   http://pear.php.net/dtd/package-2.0
+   http://pear.php.net/dtd/package-2.0.xsd">
+	<name>message_highlight</name>
+	<lead>
+		<name>Melroy van den Berg</name>
+		<user>melroy89</user>
+		<email>melroy@melroy.org</email>
+		<active>yes</active>
+	</lead>
+	<uri>https://github.com/corbosman/message_highlight</uri>
+	<version>
+		<release>4.0</release>
+	</version>
+	<license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+</package>
diff --git a/plugins/message_highlight/skins/autumn-larry/message_highlight.css b/plugins/message_highlight/skins/autumn-larry/message_highlight.css
new file mode 100644
index 0000000..195999c
--- /dev/null
+++ b/plugins/message_highlight/skins/autumn-larry/message_highlight.css
@@ -0,0 +1,46 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/black-larry/message_highlight.css b/plugins/message_highlight/skins/black-larry/message_highlight.css
new file mode 100644
index 0000000..195999c
--- /dev/null
+++ b/plugins/message_highlight/skins/black-larry/message_highlight.css
@@ -0,0 +1,46 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/blue-larry/message_highlight.css b/plugins/message_highlight/skins/blue-larry/message_highlight.css
new file mode 100644
index 0000000..195999c
--- /dev/null
+++ b/plugins/message_highlight/skins/blue-larry/message_highlight.css
@@ -0,0 +1,46 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/classic/message_highlight.css b/plugins/message_highlight/skins/classic/message_highlight.css
new file mode 100644
index 0000000..bdb50d3
--- /dev/null
+++ b/plugins/message_highlight/skins/classic/message_highlight.css
@@ -0,0 +1,49 @@
+/* mail list */
+.rcmfd_mh_row td {
+    background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+    color: #fff !important;
+}
+
+
+/* settings */
+.mh_preferences_row {
+    display: flex;
+    align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+    margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+    margin-left: 15px;
+}
+
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+    background-position: 6px -238px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+    background-position: 6px -262px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+    display: none;
+}
+
+#mColorPickerFooter {
+    background-color: #ffffff !important;
+}
+
+
+#mColorPicker {
+    height: 83px !important;
+    padding: 2px !important;
+    background-color: #ffffff !important;
+}
\ No newline at end of file
diff --git a/plugins/message_highlight/skins/elastic/message_highlight.css b/plugins/message_highlight/skins/elastic/message_highlight.css
new file mode 100644
index 0000000..c1532c3
--- /dev/null
+++ b/plugins/message_highlight/skins/elastic/message_highlight.css
@@ -0,0 +1,41 @@
+/* mail list */
+.rcmfd_mh_row td {
+    background-color: transparent !important;
+    color: #fff !important;
+}
+
+.rcmfd_mh_row_dark td * {
+    color: #fff !important;
+}
+
+/* preferences */
+
+.mh_preferences_row {
+    display: flex;
+    align-items: center;
+}
+
+.mh_preferences_row .mh_button {
+    border: 1px solid #ced4da;
+}
+
+/* pencil icon for settings item */
+.listing.iconized tr.mh_preferences>td.section:before {
+    content: "\f303";
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+    display: none;
+}
+
+#mColorPickerFooter {
+    background-color: #ffffff !important;
+}
+
+
+#mColorPicker {
+    height: 83px !important;
+    padding: 2px !important;
+    background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/green-larry/message_highlight.css b/plugins/message_highlight/skins/green-larry/message_highlight.css
new file mode 100644
index 0000000..195999c
--- /dev/null
+++ b/plugins/message_highlight/skins/green-larry/message_highlight.css
@@ -0,0 +1,46 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/grey-larry/message_highlight.css b/plugins/message_highlight/skins/grey-larry/message_highlight.css
new file mode 100644
index 0000000..4b5f988
--- /dev/null
+++ b/plugins/message_highlight/skins/grey-larry/message_highlight.css
@@ -0,0 +1,49 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/larry/message_highlight.css b/plugins/message_highlight/skins/larry/message_highlight.css
new file mode 100644
index 0000000..c47c943
--- /dev/null
+++ b/plugins/message_highlight/skins/larry/message_highlight.css
@@ -0,0 +1,49 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -238px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -262px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/mint70-larry/message_highlight.css b/plugins/message_highlight/skins/mint70-larry/message_highlight.css
new file mode 100644
index 0000000..c47c943
--- /dev/null
+++ b/plugins/message_highlight/skins/mint70-larry/message_highlight.css
@@ -0,0 +1,49 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -238px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -262px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/pink-larry/message_highlight.css b/plugins/message_highlight/skins/pink-larry/message_highlight.css
new file mode 100644
index 0000000..195999c
--- /dev/null
+++ b/plugins/message_highlight/skins/pink-larry/message_highlight.css
@@ -0,0 +1,46 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/plata-larry/message_highlight.css b/plugins/message_highlight/skins/plata-larry/message_highlight.css
new file mode 100644
index 0000000..195999c
--- /dev/null
+++ b/plugins/message_highlight/skins/plata-larry/message_highlight.css
@@ -0,0 +1,46 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/summer-larry/message_highlight.css b/plugins/message_highlight/skins/summer-larry/message_highlight.css
new file mode 100644
index 0000000..195999c
--- /dev/null
+++ b/plugins/message_highlight/skins/summer-larry/message_highlight.css
@@ -0,0 +1,46 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/teal-larry/message_highlight.css b/plugins/message_highlight/skins/teal-larry/message_highlight.css
new file mode 100644
index 0000000..195999c
--- /dev/null
+++ b/plugins/message_highlight/skins/teal-larry/message_highlight.css
@@ -0,0 +1,46 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/plugins/message_highlight/skins/violet-larry/message_highlight.css b/plugins/message_highlight/skins/violet-larry/message_highlight.css
new file mode 100644
index 0000000..195999c
--- /dev/null
+++ b/plugins/message_highlight/skins/violet-larry/message_highlight.css
@@ -0,0 +1,46 @@
+/* mail list */
+.rcmfd_mh_row td {
+  background-color: transparent !important;
+}
+
+.rcmfd_mh_row_dark td * {
+  color: #fff !important;
+}
+
+/* settings */
+.mh_preferences_row {
+  display: flex;
+  align-items: center;
+}
+
+.mh_preferences_row .ml-3 {
+  margin-left: 10px;
+}
+
+.mh_preferences_row .ml-5 {
+  margin-left: 15px;
+}
+
+/* icon */
+#sections-table #rcmrowmh_preferences td.section {
+	background-position: 6px -262px;
+}
+
+#sections-table #rcmrowmh_preferences.selected td.section {
+	background-position: 6px -238px;
+}
+
+/* remove some colorpicker elements */
+#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
+  display: none;
+}
+
+#mColorPickerFooter {
+  background-color: #ffffff !important;
+}
+
+#mColorPicker {
+  height: 83px !important;
+  padding: 2px !important;
+  background-color: #ffffff !important;
+}
diff --git a/skins/litecube-f/assets/images/logo_header.png b/skins/litecube-f/assets/images/logo_header.png
index 529bf53515a4f1fc3e613284ca86ce20e55b36c4..350edea8bd283477446c08d936b7ccd870ab5dd6 100644
GIT binary patch
delta 8164
zcma)gRZtuZ&?N5e?hXqq?(Q0#V1b22g1fW0ySoJq?rwqL!GgQH2KW1}uI}-#`sZ=F
ztE->7re_zgMJ7=Z+9OFRo}Le24&>pb;umBG@^SMB3bIjgaRLQ6I0ZO>+yEe-5D%vi
z7gxhOH8h<CpP2=S7YG7a3Rr>xJU|{kfEkDz1mNNVSqPYMfkAxS+$mx(WR%jJQj**P
zGJJAeJd!}5tek+XG`Aq1Apd_jC$EfjiZ=}T|L5@jPn;GQdIahJYeg_+9YzSkYYFDD
z;5Oq0fVg@20lZv1+yDU}SP)>r$<M`a2^Itbfr2ztu5OxOOCbwKb9Z~NgPWp^D2<oB
z6T5|th0y=TI}L{zl?aE6g{6=T*wx&{#>vgb(c%BCQsQ74Av;dAnov*_I*Kxq+Fq;Y
z{=SK1dj6M78-GQwvhr5So4b-d?$hloY{^6VheH(_sGoM{Wz{;^*`09glKUKzd;!io
z!9l4>6?lnCf%=LHF#ObDjUhrU$yRs!{sf}EG<w6Uk?)iS7rvH93*7I$eOp-+-rXz4
zHDRgI7lJzFkQetC;KtVT)T6Ik!rhECW|0QTL5<P=Fu*#s%?Ej&!w8ubQPajwR6N8B
zXY>Gi$%A^q6Fp(IBCys>P{jt2=QN+vZ6lF=&oBM&tt`LqS558hn|E!-VIF_$?Hh|X
zjz|QioT?k<PxMgQ`JtXS$EVSR-gSvzYw$yQn&);1kdap7gfz@cscA-Wj2@ancI-s_
z%5XELWI}EC6T(*Jn(*C@d^#|)Au$PJnT?RFYFW?syt{2xpM0LL#t)WMitFrG&k|ON
zK4SHy%01h0OZy8#5<hq(y5}{8obg7kx(LUQW!LXI5R+PnMq5oSpc!DPOPOcDEP*=3
zEnL|)5O?k!ry8hS^+pN+)|(_#IkV()irvp99`QXNxbF#2>S>3JHbP?)aMt<LUPfT7
zV~tc;9E&CCi{-dEsGH;o+k!24`m5c=o-Uv=XrQv)R6?-KR)vBhPsz^V<ojiOG0&gI
z5U63QjGs`J%^k^f`sq4BM@nq)FwM(Sg$~q}kowJ=(vS&L&nnHJpwrG^AA5s>7IF?k
zjRV49;IkHf3|#EI*C;wx-<ZpjZGkLL-q5SZJ9gPHl3^<%fQ~pVNeX=WTTB0Dz=REQ
zMY0UH>#~U0IGqWT=&q$#3!^isywEDr(~O}5g}N9{=tSPOkaD1_n6y+8e+!SknYdO6
z*+qz~D-r2?O^AYlUH-RS{)LD^4$x_Gdbkko%N98hB0XA=*?)RL+F<8S5=NX%6kg}9
z!3a3*KcBBL?_ZPv{5;pm%0eG)Mrg8@78m?ZFAQ>E!VWa&r*MHC($f!UISV*$614Mw
zf>4Pw4c6NU_twJB;sY|pcp^Wp9)Gk!>R@dh*U$tN)7R$DhBKim^+qPqj1+$c<Le;r
z&U9zaq0o~AmOwXIF=&VZQ5JO8kAE^S5^3)!sO>THOZXieEbDzTqKyn5_VE1qDU$@Y
z&JKQftdVtY#xFM^?w?;ds()UjaC113D^-yL<tu#sX}+gy!grM%U>V5G1J((Lq$5P*
z3Ne@nB#c`?7iq(Mx6PK|P)`5t@`E~>l&Y3BnueAbonJ8iEIZ!tXQqW*2XFhIZ&Lvm
zl4w%~%Z;xP@ItcWV3)kg3DsPZgx4#2rkDrx^v48qwa-0`!&8mw@p(M0a<yGf?@&bp
zhsn}F{yueTx|vR35=1yAD~Op1B8fi6n^zBx8eo@9r+bL6|7_RTG^0uf6Yms~#D#|#
zH`KSX;As2q&TgM7d^w}Og<LRRE;s%YCGF~t;r<<LQmM_h)-VBX+Eq-JMYF-}2jp<7
zLGi0h0O^`Q0>4LM8K*DT{e-$n0J>^We;5L>lZp>I)iO5#0-vW?!yg|I`gJE)#@a4-
z*mZ%#yoU~bg(wzSTQg(>nP10a%(>!j6mlz)ATTM+4X4T){?b)_PP|Y|)r^?hV54t&
zkbuu#=TzTXd*eO7@sj=Q{1QK|5KzdNilJpTKblh|n~tOwOb;cCF1677eR7~C+XPxx
zGH@{rNdah1@E(S&VhVtOnitC4`G_shED>C&%FLcy-A5BFuFr3!iNr)h?E6|MSoxZ%
za?-vmiju(74H*Q!#YUO;3B=qK5z7c`D%3d!*>|}4Q^2_Oq%*oT?vG=L{I-3H+6toT
z&986dmVn9`JA;E#Jl3L^BTfYmN=fo_=5T;o73L&t<@&h_GZ`Sc!OZ$vIPqT_aQ~cr
z5g`TY$#-OhLk4BP?wSuEy0jp)&-KnuF@)xrw=3Z6$%}j8`|~&dxJqxacKrLL48!$h
zR5tgRlFnR}8hrznzT_7tSrRl2B1|)d4gvu}(f$%b?3N8xtJ~lrG932Thrwa8XBv;1
z7c1k;aOf(daFQ<&>XDR0RzU?g&<ReU2KV4lZ!TPs0z2MB$xfc+BpYC$h$T=(3!#BU
zr%Gymy%!9xq-E3XWQRw{fbpY>H<TE3;x{(%&(ocHC8_Mp$<#R?;l!<1_tGi<>iexI
zsV42)+Z3GhfOB3l-2`?zGMYgGv;y0aPYFMAZaR37K~Vz&G={6u(g{SwEshK17{gdP
zOl)E+37?!)wy10<wREv6G_Q9kJ!A=5Mouh}r*g|oBOc|MmPaZ3aqKruGO0ENvMUaC
z5{PT96`(72uCkL_gh`C_!Ef9o+nKt4b84ZLP<aYJX9qx6Xl$BLv3J#4HIjXS8$>RE
zBYlB0iRp((a_VZs4VoomgO?4mGkIboQ|K8|!x%6)Ygi<Un3hEgv8s8p5d?ov(xt>S
zv)G``)%dZ2%*)3|VY<=2e>1t}DiB*wmguI(&^chIqcv<TIwB9{LEQ<J>(nb#J1}<X
z(Q)Naz}0d;4A!4%jJ5V8a&fvLy$zv!+h)$TEANE7<ojL{>ldn0s+yE_?#)+fAs*Q_
z1-!qQWas|yNnAZ|C&7%1e`Zqk&{X{kY;pucEn2C~y`SG-F>YOvyKOanyr9+nILJwd
z*#$M&5uhcb`E*EaJHa!3W#BBN11$ur%}Jt4qOZzS6J+v}NA$E}sBqP*Oi=6U$_Qji
z*5E+M!@q<Rmb@$2`bHbN3tWr1qvQ;nYx8n3D%E$JnolQHu}#c{tZXod)+k{F1M%6Z
z>!n<NvCS|Qt(3&!&qf(Z0T5-#>Q4V$pXNf?>{AP)^%KIIw%)NB^8I(`5=`2>pZy*W
z3o${puLNEQ!e?cOgw{<xmtJv=UOTUu#jB8`t+sc)UqdVZg^6@fU?+8PmVj_RHkutS
zC(RDls^Q<rM1-fKg5KDCeDZdOdlx)QIaArW60i;)H*O{%YlbJy9iBk}C6i8EXkVm}
zwJ~uOc~O`5W<cvrfIB3MX^UpoUaLjlhm%%ICsfz+Pc@R9RYu*BlP_r3OX3(aCJW-d
z7_MBN$|GyNm(3nvOo=;mlD(V5L+1O0P4=->5U^Lb`8MPCShiL0V0>7%REEhmQ|35z
zLjvCURk(4$eUmKw-gk@ZTgyE<=xxgq#AUM#(ik~*tIcj@MXc}bBF5eOJE|91nsSkd
z)ILMQnaY&BV^flC0B0?r3Ls8RoPeBJhlDXSuC6!ALecdYNi!AXp(`X4Ru>VMVyLpB
zSx1yArWNTN`dWg&ae2{6l7V)q$hlL$6cM4^C5K5R2^mR%`U>`+oiQvezb+v4vzWa9
zmA_sk6z?e^m6l$TBpGgWR}s=vy7r;?XjhF6e|ojC-fDxwwIWO=jr$kwI|bQR{p`%n
zRQ}CrPe&s;WRBfDB%R5u+b?GR!>Ft>xTPxH%%v5HnO`RMr({da%sLI5Y|s8YsQxz&
zP==Pe8K;K<U##(Whb3E6)g^3F3$5#>)4e^GTpmmVTV@tI4@{HnS+L!kV*Y5F=?%y?
znTQ%Ksu_5apwAL1AvvHuECHEqNK+7Aai@y}lSmem;^n?fyelJIlksg%8Q4=88=3EH
zXj5jXdp!BHdjfTf_$KEcUt4saj9!tRd^0MNJfD}e#J`{4CjdFseH~t{YtR=&-TTTJ
z{3$B7G9Fg;n)XZg{yuCdx7S{{Ms626Ql5kD)gRNReQ`IoK1z?bN+H4R7FfqTB$pH6
zaSw-_bF)-#b0g_{C{RFHmzhE8!ZDutuJ}J?ruTu3^;?DEza~#*qETo{l2~O|t;02t
z@OJ9kLYNl8KkxN@Ds<#LY`&sM&>%e8byL`uEs&F7EtQ8_?Ijmv@$f2RE`^%2sL?N$
z9E;9Y0P|Yn3%6r=?;#9S@`1SDyy4_2U+&TprBw;9?kJy(upYTzxlmn&v&#;N41@{)
z4t_{)a!)fLd{BJ03m?LQYRFr>EuhB+M>b{GDD_Q4EAoz*Awr&aURe({&^En%e&-i%
z=Q)SZ#>|j{UU<2(i-4mZhD~J3A--P&P%J~ElB&|4hBzY}lMpQHs@|`>g;8JXWuVfL
zHO?(jlV<N$J2V<DhgFT4l6Aqb>NJH}E@*}&P1eqcC!shXPHc-hcs;IF9x1!bQfT66
zB}sWOTY?8@G14w7n<;+p=IQmr&*J@0pNg6l8hu5owhnt3o+75LQWT!d*9D$DJf#li
zVxmg-`f}y|bBJ<;^J!ggFzWQ%vC@?~WFv0NkdglK5k2wU-Jo{Z^7RmS`a%fpv}iTC
zfm(m7g;oaNjitU|jL2;c+4$h~2nbDYfJ*dSG!_pLJxicyNdhNenuv{Du8wYV3p$?d
zZE1*uCZRdMO@9ckc|P~q9<{(ZH>hZn&?)IelB1KfLNZFt1^k_Ly~tExTF1BP<nG>}
zB1U=*Kqn7}0vP0^)W}6<((1wuZFFeev2(!}H@EH7ckZAaqF>3-X|YXI@~h`4FmRwW
zBL4jjrUR>+)f?(N`x9B765W*eSY(mg!S}7nw?{^VuB{Y;y3FqcEmn>cHs)bp1vBtd
zb0?NZA@LY{`{tjaN%DQSXWyH%*)Ma{j~1alsIhJXU|sL)KMQRUCi`G3FozK<HpD2g
z(0+Cub;yWKZOjLJio9+aGm>U5JaWundn|=aTD_Cce;AR^Y;H^K-_AZ%L+sa%Vl{o=
zwnXccXT=GXqsj>y`D+m(-Se7l1EF$};5pOkAg0oWa2lX-8uS~6vB*G8|Gcj<V}74i
zio3jdYTG^h55=F$obE92q>JuJ4Pb3r8v``*2Rvv#`TirSCK{I4XhHBCL%;7VU9=hc
z@64zZQ&Od(L;-1UFoz|Ef6v<6zIzBP<p*c=4cht}T9i5B;bdkaK$l(XPc47!X_q=G
z1W!jNY~(;yDLT(?^tn*&nZK{#J@fo%A5k6ipio@p;bmg&sNUVb68H=o^XyF=>z3Q|
zF_V{FezDmBmEZLFvHI~Lc%)PuB<tqcH~s7Nh+D}!4|9Lhds(zgqP&X3^Y!C)o;L-T
zO=AykcfbyL$(^@|msrk2iqJ)hKrlWT^66msr)meqoK=p^Z?6+0S42EYn=3f~(ql3m
zZElJ>GavRxF>Ycp4PgkIFlPZGuNoB!4H*Us#4&cNt5Gmip9e;@3>S`90Z>CLz#p3h
zd1HNAA^zp5Djzk+qx3hD;0um{ehmEHNl9_oZX+9`O^L!x#q5xHM6DpbGEQ9=#LL<3
zPCdF*)4P(Ywn3R3>T!CH;^)$IOvmDPv^yrudu6uUXVpi5S)adH<SRjv@@?8V&ih(r
zCwAGQ^P@34(w=h0N7caaEf)}aVU|ZnQBImE?ogwsD8OA$SS=PEsgDCulr9ON>u)PX
zGvrzv9C@C!uFzI;%?`S}g&mB9z>C<ewg+=BSDKNus*w*gn|h;+p$ic!5)M8j{-`YN
z${h110@6IKWYM_MMxYR9$%fpyxU77uHY}K$V>UPziHbI3XoiZiS8zVX!iKT2DEq=d
z?igK&;K_oq>O>XJnt(9bZ}el9$zW}D{@?X=`Ol#2iQsk<LR4l+wr<BMi1f;l;kEGD
zDgZ8+)vRDsHZYt%(7E>=F};2(Ckm--b6;!;V<`MU+d?)<P9eqRa*#(cI_-}}XbTkD
zM9rzGTKj%QuJ%1mJ@yC{UpJOZDT=P04}UxXV*S-oc|*XAWUn0#E-RCcoe>!+VNxF%
zkcY!{+_BOwa(tNX)kF0ZA`s?>{p(SenF=StFI0N=SxOR$CtsnEcawdy0wY}2n$CH1
z1OGQGYzh&{9LGCR?_!6$r6odk*#<U7ga#V{$5|I0@&IPnG-eDt!2oXc1*tBts7O7O
z#Ik4Z2XDc*@5q6Q0O<OdH2$V<52_w>Rl7x*ghM5ctQO_6A#euq5OS3xH@EU13M10p
zvxu;yt~yvvNh1hE!V!$@@x|V%l)ZP$P#*_31<B6G)VC>v3qyr-+V^PZk1p;^NpwN#
zk{yZOgYb0O+4To6XT;Vp^&GuVG<Q-acFGL9oXF?GwP(X4;^}g>S9m^aF!eO-$+US-
zr{557S}6NyaFX$!A@`W=UI9WmTFPbDiMka(8vP84OWL>i>+2N+-1?@6d<kX;GmJd#
zyZ~i38DB0R-{&)IZz*wr)qls<lRP;XnEm!1eg^92e^V0x=X@d4t@>&`SuNNTjD-HT
zIwLLH>?kD5e}E*&GClmZ@nmNvGN|u)stqe?e7VyG{c^n*9rC!|0=u!XF{6$C__+fa
z<nMb%_j7)<s&~F%ajrJyjKm^#F*2BA_S?BF82t1<2X=qHw?*%Ki;bw#H61||5A+rL
zczxQy+>G3Mua7bm`%Y^&rk|xdb4M!Z)*Q)6MYa~KI2X)1y_V}g@^KZ&B1ElNgcQ_%
zi(+Jd9x2|Q2%$dUUV4~-vMQK1=z5Fjm<h2IzZTpA@P1o4@TDSHg_PGtG%3$d>-{*t
z6~6wFVe@#rz<Ej#yNqq9BT$cxJWiu&HRqQOHU5nq_`7ZKCuNLj8wn#4(2ylM9IYj4
zhV$y*grie^z#xL(i87|y-mt3IzcI#}an^{+p5U&_P6#UH%S;4NL?o8-^U2v+6WchY
z3OYqoQQlP<71ThKH!LeJFMQd)=dm;0e!pmVjrjP9&2nVYf1RXW*puAfCH`}-=@G$s
zYmmLOQ=3F8drYWh7LVq-io(VRo<DhhMv8AZ1_x(=3!z-#gwoip^RKc6$S6GQsPQ3K
zF3EBJ9CA;b6N2)3_@w#jC%5HJ9G7(;H|XD64k~2VY_GZ$^7urw?7FByweIeYENFi;
zc!_%65ZGX_DZ~j}@&9dSNOv&~RSPb6rt!HSqzm{btSUIC2V}8!Ji`uvMR@#~#)_RV
z;w(BAlAo`mQ2sXqX94~D+TtR^VU+{N+1%UA3<Rsy;bO26JmI|M|G2|l@QmyC(bRQa
zCoT#_zZg7Md2}soXn=iwH`8b|!V$mRuD)mrZ`55-GJMZ3a9m=qL><}M9Hp8Q68ZNn
zO9>hBY7JF~L4bwMx}h9*^4i(%iA=S5C0-IFOJjdMSj!8!q1a-|tz#o_t_tgx{qGy6
z4jBQxenV9pAir}cuz7t89L<Lp@_qOYCwgcFijX*W!V20CeX>ZU??&p>d8aEKMcEtj
zxH$|DUbR(3+x2rGu=U|lD54u4VdNBXfv&N?fZL{k(IJ$R3s<C&8H$oB;-pF9G%z$g
zA;W<7AZAHJ$<veMGo+8Ntz}nHSC4rng|s>R=J@7=tWM@dLaHScBr2z3IApw*f`sjb
zN-J3%`_=1i8f~bRNMZ<~EV;h|rMl!GI2ON@DgQGIU3w`gmbWG~{UeXH_r$-2=o9R=
z)2|us7(e&yP?qOPVQK%g)uu0hEj&5Ud2I3>gVx01(-z(Wd*~}w`5t-)?ow<NI%I9)
zgbX=^6~}8_b_(Dzl!MFHH@2hmn}<{}nKIz8f*kWb%Lp4=RZfc~s`7++A8CHF+OA~7
zWdiW@(AEc#m<T(N3T(d1^9+EyxVR8-J!Es}ti+ti@I?7?2G@LVyHwQHrZ*b**?IeT
zz1H^07kq=4dX5!vul{JZkQk5H2Qh{DgAy-Nw(~17`q6*x_iO?4Xu<sTW&$)vcVV%u
z#6UE;tOdfV^EH<Fkg0uNa0sQc#h$kofbfaz@|6Du?ZG_CyU7&>{yuQ42M*TpQjlZG
zH^XIe!dvfQ3fJ`OvFH4ys}J)TyVdeoLp=egPA0PzL69lvbjeeH+8`Hm64I~pGwN#B
zSfmogIt}V8pV4YW_>&th7dP=h1@CmfecJ{@vpo+<l@Chfh4^(4=Jv$54=##;r>f;<
z8(N3HcaL@7tDd28awY=QUHF-s8{oiO#LMeVjiWzl*2&jn4C2)9s3q;eDSa+C<|Os4
zc2j!~TP3rgFZ9yd!yVl7@(^>bsq}HLXZ%iwnA&NUz290o5ut2~8$l9KasL+CZ-WHL
zF{|>-vuLK&2^-A5l0`usSsB38rw@K}Pn6+rl`Rb1M`+^FQAJJkXvIntNGMk9j^P&;
zW?jx+@p}GuFx2UZ@&L93GY@>2Jgm7y$<PRRytP|Tpp9*Fq$znFo<OW*d=YMgU=gj2
zDU<{x$(e&Bv<Gb&@%_%582)kN`~nDZ0*cIunb9$VX6PAkP>eA@S5eaIcyGS70;(_s
zTQ_8vaP0cGFAzbxsFo)D*Prnw{Ur|Ou2wiUKJ(yYqH`bfB@*A2<zp>BxqG7=i%^>8
zCi@&~RmPzKqCz%qGRO#nQ?^B(gG6S(A$tZkhI}EmzP!A=tRWwiE1Zv|-{QoxUq0FZ
zUb87y)+E|u^;g;wg>Z}L>fvqd$fSmw+PGXEj--$D$PVHs_Inw4IgKFE<DJ$Tx^V|O
ze-VPvlFp}?=@!s`Rr{~tk5|?96_Nu09H?<?9fonpm0``67D9}6NM3ENTnw1nf>Z<~
z%A|=V&V}JdCf2u_vS=(1;Gu-!l*Ld0ziE=OrHmno{;?Ag6N@+fA|2X4L2YJ|p+E<3
z7$YIqIA-NQOr~m%b=!#*<OKrZ{Q2{T<`<ujS!VnXiMec3OMACg=H+G<xV-)<xeoI&
z1$W`69`zF>I|vKy0<NSrIXYu_^e!=GQECw2%qJ1a)_Lvs3j*5aD%fOjs)0NQmP8UH
ztu{Y~hn_UpA5PKNhJENLON5^){dVfF4=0{!GuS9y7%R=9{-dSxG|2P|mnm&h>NVHU
z9`cT*xlO;;gSLu_cGHwsfQyUfXp{n-l07?(((pG<JV-I$-g13_Xsf+1N37D<(X5Aq
zDzj4@(ADhCzrLg(xotPKQfD)+=+*%?r6?GL{L(!#WGdV6%DqZ~0FjvT>3<`eB6da_
zQQU)s%IHMh?-J+u?z9=K^{6bdE5$KR3c+I>vB|0R3M^!T!r}ME_M=IMI;?*!IAnh#
zY8oVybVBspu#wQ+cswIRfKDrvY@3;f3dD*DQbmC~JJi(%3$%1HmD+gOZ9P4(<mBYP
z5+<=l%miG9)s<1%)Xu2^?_nHbp+T-zoIu+h(7>-cjEq?w-EHg%jD!(RvGwplc}vdT
zy2$QI>Xa5!W?HvgsyHYXl_jc;S}KyAD~62EGKeOd$XejQ8s-p_&ZMaN+rRn4HHTy4
zm85uD!)hv-!LB2H0f;jJM?p@17e9^y03V({s@@Q9tHN}K7$3L84;o-x6{Z)$3naBN
zVu%E5(IKy{t#R`4v7_;OG&Pi%UJbU|ugM(Dt>+H!=wV<Zakq22K&y-1mq3Zzp5Ts{
zKyW8TM8#0@V%z7$$466DKGaD=acDDn{}ndCozOu_M}w6OdiAsNh^KQ1E49$HB1or>
z&ND2nnjl+&{cCtb+WCOAKNp`byOmd)F7M-pOCG$mbvZOqq9lu0bb>`0s@FO0W~DSH
z7&RXe;f%4p$tH4ExoncW?EBCWNw(o@kfn!9Su3mZ(FjuyORNGhf0AkO&)jRZT!8?o
zz`T~LG2D?G%&k|7Xt>SFN@fw~?Z8BAd;1z1!r;e*lqBnLm2A(XzcEu@!?{S`gEW>J
z5T=bY$qP>cZL|?o{*sj$k5mwlB)sQAgV?R2Sj6wvt3tNMGgu0|mQFEl9uTrVAx@PD
z*6n&vhT72hD1Ejg1s%l~Nlst<yh@piY0^~^b2F)-)KK^iefCGO?;aob_#JwQx1NTV
z6uFO_?v8D}UQWt27Tsq}7+b-Dvr^UeO^XcDi7AIUnl_nbVU<}%V~rO;smtq8nZxcQ
zA?a2y8cEuCp#2)H%FBPJdO{mC1XRRU5%6!pb<gUy^Crzcrwe;w|2t0NFEJ=$Fmq^O
zR*3y6jX4`ll1J@vWM%%S9I1#ap7`^a`t=~?#}^`RRaI31r)^}=7B>yfNHUG0>GZ)r
znD*Q!TxzTgR(uszbt|%^o?{^`>5{DJlzfT`ZI&Z9W6I()P~W=S9yZ@NL~~FFA|#M5
zn!`c7wbJ~vB`Rq0g<JOT)EA8JvHeDxUv7$*JBv^g-rtxW0zQe?{g<w`Uq7u762w0Q
zg81p*`X)<q(X>%n4YeCrRunZ6%$wu-Ptl0No#UIYyt6T$aj3SuwB!Dr1!qo(Tm5@^
zJ~APHx$LYxRLv#u_OQVD0U;)*O?lpZZkXH;Blfpr(-QHvv=FM(dlBz6_w9I;_FSi?
zlZnDQ>$oI3SvCVLNX~U1p@i*9RBDrz9H3TwG+CG4D3BZ&{HM=Rx%u3~h;jAuymL#G
zKS|kScO+6{K1^0VezUi#Y?~nBetlx!$QChLm@{?Y@@8p^UL7~b&ZJkPp!ctQKW>ic
nGb?(%9X{@#F30D$KxnAKcO~fu3T8d1|3*<(O{P}LH2D7j{6={&

delta 2013
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

diff --git a/skins/litecube-f/assets/images/logo_header_old.png b/skins/litecube-f/assets/images/logo_header_old.png
new file mode 100644
index 0000000000000000000000000000000000000000..529bf53515a4f1fc3e613284ca86ce20e55b36c4
GIT binary patch
literal 2658
zcmbVOdpMKrAD5(*3YA7&)|@(R^UOBe7-k1emO_z`9UiuyZO?4WsPI-QB&QBiq@T7+
zD5aF7ltZcTqN9>XR7!_SNbBJDsMPyM*Zarsxt`~~zxREAKcDa6{@(ZXB(GZOIdi)C
zbR8X?ne62ZU$`%WKVX_Z-0sg=ZV7j0N@k$a4+>YRxN=a3CV+S#k}cszfW9DC5F2$9
zbkWh794_(?R0eXqDSSwR;g0KIVk9yct)t`O79->GBS9sS2S$jbRMfkwD=4H$Kt%-*
zI1U^c9TbX|Z<2$4n^yYsH%0Qv0+gF8(j|rh6G%WM7a1cFOBIwDD(X8g1(wIBu_)ws
z6=ft9^~0$^&MG7wl7mPB#u3eT001PBhym~fA`w`I#5n*stONWK(Ey%8AX0En$e#}i
zwk8*ZQ+ye$pSIu;6(v+EWfUw{rBY#3ju=QDfd$B9@;C<$hlVxKidd<V8-tcAtS1;4
zpn@+K$&?~UiX3O;@}P}MDhl@WM+g!bhx3bAs`!~GIAz!vt_%xc9Iz6}cwFDL6-r<5
zw;O-dR`|!tK&&sQfHunc@P33_Pk`av{kx%YMc5mPk6Z+A3Rld4_!}jlRLN#gQSb^z
zAQDiV99aaS2Z=$WGf7NG0PrB<$z&ElCOMK>Oa`7g!SN?7iRi#`q>=F?7Rd<!m_!c`
z5|N2#dN`4ZL;{}i3(J-&lw2tvoUki`?f%3%{wtP3mxEj-B=?6P@k9lz5<*HyA%tW|
zx*rj_C_p3?Kq|%J@$LB$Ed!K`qCo*m4oQ&T^Ggx^!9JdVW5R*rNJJ8gNrdBepgYnW
zooFl;j!a<UVBddW1^-XZu&^`O@#6SLu}n<C6*w;bDt&nH>+pb5_{7NJqoEZqh|tl|
z&tfxZ{xOdRf}8(i;b|oO`qweK?shKi!H9J#(zH@<^U$;^&kcr-qXy+bWyFX<li?`u
zJ@fN4XVSu5B)w*9VX5xc%iR`p7bN1)_u4hSV|$`mRcBsrXWf?iKwr0ngoJdKocr)W
zQ4{tUJaN_l;my<E&Ta~GNH+T|r7}<F*chy@nQ6fJ?}?5rI|RGCUswpL)(F;J&m2t)
z3#>3Jmt7M?_Ii=?!W<6P8|v>pSQBRASj`ciF+hYoi-AsMM^!|ey>GMDR&xs|eN;5{
z{pK=86_+dx(tTZ=YMO+dmwKyiXI#PV!Hxpg_`r&;S0nt+^Fc1Epo%N6MlMOm%Gvfk
z7cK8|LU67o*_s7;d;O!{Q->s8F0XPXbFs8*wO9Q27gXB~Y|jl$`-t@H6`ep_C!zRF
zL8)y<`fkqjXK$@ht40sp@VM&~?S0+wOWTl}UZq$*swL6)cJ8{GaQDrN1A3;dV^N*o
zlu@9i0d?{u$!x=##bq@J`l?M`yxeI)-A~JJxT|$s?Fk6w%ctTKXUj9>U3J|#JBCbp
zU2yH^+kheDfyU@PU-@+(7GJuOl+GWjp0Px?YrTw6`QlLb;Ts0+ll+>q%xQ^pgvp0$
z<z{~knlM)nKe|u|X0g7oLYH{z56;uqeFk_T3Ul1)>J@!RnHb?&OPZu@qPDf%JY@3?
z=(k484cCueAQv~Hac_d?Z;pBLB#|p}^N*z5ae~Al3Gz&m$Mhv!PxC(Ag5X(t*KDll
zcfHztHw<Mgoy{)w%meJ|eXqE+suwOa=c_aQ3T~p%{oVtJ2t#6W8}9O*ImvOuZ8wdP
zJgt_rB1_$L=0rJTwRLrZ)?aL>-!sr#&+I`5Pyj}P{mw;O6-A4O?nt)S*=R?iPN(%*
zn)Pxr=GZ1*FwsnFwrS;*Pk&Oftg)(vq{x`+c`a~gYPPF}mNxej33~cWW2HKE?D*Ps
z1>xQnyt;aiqZrlW{nod92rbikE+q3s75%#vtOum#`bV#UJRwT6BEPK0luoy@logxZ
zYYW62t~bf7Wtdy+i1YHX)7`lB>cUg9OIBI7cXrgerylPkDfWd9GkeZ!6V0t&m|8U)
z4>CqxKH$a6uS?57xW{CX==z6}?$OlAcCKl&oe_mTkNxwPpRLi*tasY6GY;PUbh@S9
zxa-Z^6ssfDs=-Iszkbe7m=${Y;^32A^Re{_P**gIXU@4eP~qL={K|REYdBNzEM>C)
zljyqAVxt8e9a<+RV(H~Vt;#IfEWW?_!8W5C3ygU$TBS<eqFcg<hK7JjXGE}3U~XQB
z|03ZSh8=7?B`!Qnu<poO?!%eupTDB-ah(#BvfY*?IFWwJf;gtegTk`;I1i0Jo{G2>
zAGeOT`Qyr5m)J9{*Z;Opxcw%)gOXQ!&g|vV+H?1&1_a8UJdC#3(qkGeOs@@79d^a%
zV+s7?!M@3jEFTY$XInhS_0yewz3kGyMfY7+7+7vHDSTaLvMjwNWLwkwWtR3s2u~HH
zmu=lQv*5)(#_DX>qUR6EMdG=F;Lb#f(c3EYQaX=TJfp~VFp*J|9KJJP(WYyrllyb;
z-W%L)-`CVV`dn`*jug}nu;Mr>`$JLhi-gkFckTz@Ev<j~Y1>ObBeEJq<@6prnshkG
zF41Pr>NSfF#QL>t<_Dx;8w%SIqrp^^dRbz1Ig!?erpJz0Fr!2c%7EpoW)-=9NE*06
z=deZUb!+W=UTJc39J=y^cC|^VnRFXyZ9YBbB))x3#2w?8Mj3!u+d8LmdZ@E|$%@o1
z%j$<`tkay%_Hmou*!JNHc0+u%^HZ;)ll#+2X)VV6!4)}vPgNx)iDl0ZBz51i-uMxP
zA(kE)WC_<GB2z85)v4|K6^*wKVUErYtqCr2S6GOHro;`2R`$vp<Ly3V^wl<OoLl{z
zuU!016%{*EvHJM#dFh<&o{o5`$nb2n93gBdJItvcZnVX}Y45K*v${5-H;r?&#7BXb
zR5=4XIllcF8d*D`-#wq|nP0@GKVXQn)91yX>?oY_RbB8&5nvOlK7uflpCw+c8YbU7
z49#dhgLclaMrzCRl6-@y`qjxHRd*Y-C(SzDd=_r-@qGZ?yWF#@ptF<53|+JLvqqXw
zGT%EhX3v<P%dyDEBdUSXj=xi#XQ$PFZw&2#?KL*x<Jb3ZY5XGpF*k9ggI};$b*?_Q
VWu&E?J~sZ>$7Zf%lzN11`yaEFTxI|O

literal 0
HcmV?d00001

diff --git a/skins/litecube-f/assets/images/logo_print.png b/skins/litecube-f/assets/images/logo_print.png
index 529bf53515a4f1fc3e613284ca86ce20e55b36c4..350edea8bd283477446c08d936b7ccd870ab5dd6 100644
GIT binary patch
delta 8164
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

delta 2013
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

diff --git a/skins/litecube-f/assets/images/logo_print_orig.png b/skins/litecube-f/assets/images/logo_print_orig.png
new file mode 100644
index 0000000000000000000000000000000000000000..529bf53515a4f1fc3e613284ca86ce20e55b36c4
GIT binary patch
literal 2658
zcmbVOdpMKrAD5(*3YA7&)|@(R^UOBe7-k1emO_z`9UiuyZO?4WsPI-QB&QBiq@T7+
zD5aF7ltZcTqN9>XR7!_SNbBJDsMPyM*Zarsxt`~~zxREAKcDa6{@(ZXB(GZOIdi)C
zbR8X?ne62ZU$`%WKVX_Z-0sg=ZV7j0N@k$a4+>YRxN=a3CV+S#k}cszfW9DC5F2$9
zbkWh794_(?R0eXqDSSwR;g0KIVk9yct)t`O79->GBS9sS2S$jbRMfkwD=4H$Kt%-*
zI1U^c9TbX|Z<2$4n^yYsH%0Qv0+gF8(j|rh6G%WM7a1cFOBIwDD(X8g1(wIBu_)ws
z6=ft9^~0$^&MG7wl7mPB#u3eT001PBhym~fA`w`I#5n*stONWK(Ey%8AX0En$e#}i
zwk8*ZQ+ye$pSIu;6(v+EWfUw{rBY#3ju=QDfd$B9@;C<$hlVxKidd<V8-tcAtS1;4
zpn@+K$&?~UiX3O;@}P}MDhl@WM+g!bhx3bAs`!~GIAz!vt_%xc9Iz6}cwFDL6-r<5
zw;O-dR`|!tK&&sQfHunc@P33_Pk`av{kx%YMc5mPk6Z+A3Rld4_!}jlRLN#gQSb^z
zAQDiV99aaS2Z=$WGf7NG0PrB<$z&ElCOMK>Oa`7g!SN?7iRi#`q>=F?7Rd<!m_!c`
z5|N2#dN`4ZL;{}i3(J-&lw2tvoUki`?f%3%{wtP3mxEj-B=?6P@k9lz5<*HyA%tW|
zx*rj_C_p3?Kq|%J@$LB$Ed!K`qCo*m4oQ&T^Ggx^!9JdVW5R*rNJJ8gNrdBepgYnW
zooFl;j!a<UVBddW1^-XZu&^`O@#6SLu}n<C6*w;bDt&nH>+pb5_{7NJqoEZqh|tl|
z&tfxZ{xOdRf}8(i;b|oO`qweK?shKi!H9J#(zH@<^U$;^&kcr-qXy+bWyFX<li?`u
zJ@fN4XVSu5B)w*9VX5xc%iR`p7bN1)_u4hSV|$`mRcBsrXWf?iKwr0ngoJdKocr)W
zQ4{tUJaN_l;my<E&Ta~GNH+T|r7}<F*chy@nQ6fJ?}?5rI|RGCUswpL)(F;J&m2t)
z3#>3Jmt7M?_Ii=?!W<6P8|v>pSQBRASj`ciF+hYoi-AsMM^!|ey>GMDR&xs|eN;5{
z{pK=86_+dx(tTZ=YMO+dmwKyiXI#PV!Hxpg_`r&;S0nt+^Fc1Epo%N6MlMOm%Gvfk
z7cK8|LU67o*_s7;d;O!{Q->s8F0XPXbFs8*wO9Q27gXB~Y|jl$`-t@H6`ep_C!zRF
zL8)y<`fkqjXK$@ht40sp@VM&~?S0+wOWTl}UZq$*swL6)cJ8{GaQDrN1A3;dV^N*o
zlu@9i0d?{u$!x=##bq@J`l?M`yxeI)-A~JJxT|$s?Fk6w%ctTKXUj9>U3J|#JBCbp
zU2yH^+kheDfyU@PU-@+(7GJuOl+GWjp0Px?YrTw6`QlLb;Ts0+ll+>q%xQ^pgvp0$
z<z{~knlM)nKe|u|X0g7oLYH{z56;uqeFk_T3Ul1)>J@!RnHb?&OPZu@qPDf%JY@3?
z=(k484cCueAQv~Hac_d?Z;pBLB#|p}^N*z5ae~Al3Gz&m$Mhv!PxC(Ag5X(t*KDll
zcfHztHw<Mgoy{)w%meJ|eXqE+suwOa=c_aQ3T~p%{oVtJ2t#6W8}9O*ImvOuZ8wdP
zJgt_rB1_$L=0rJTwRLrZ)?aL>-!sr#&+I`5Pyj}P{mw;O6-A4O?nt)S*=R?iPN(%*
zn)Pxr=GZ1*FwsnFwrS;*Pk&Oftg)(vq{x`+c`a~gYPPF}mNxej33~cWW2HKE?D*Ps
z1>xQnyt;aiqZrlW{nod92rbikE+q3s75%#vtOum#`bV#UJRwT6BEPK0luoy@logxZ
zYYW62t~bf7Wtdy+i1YHX)7`lB>cUg9OIBI7cXrgerylPkDfWd9GkeZ!6V0t&m|8U)
z4>CqxKH$a6uS?57xW{CX==z6}?$OlAcCKl&oe_mTkNxwPpRLi*tasY6GY;PUbh@S9
zxa-Z^6ssfDs=-Iszkbe7m=${Y;^32A^Re{_P**gIXU@4eP~qL={K|REYdBNzEM>C)
zljyqAVxt8e9a<+RV(H~Vt;#IfEWW?_!8W5C3ygU$TBS<eqFcg<hK7JjXGE}3U~XQB
z|03ZSh8=7?B`!Qnu<poO?!%eupTDB-ah(#BvfY*?IFWwJf;gtegTk`;I1i0Jo{G2>
zAGeOT`Qyr5m)J9{*Z;Opxcw%)gOXQ!&g|vV+H?1&1_a8UJdC#3(qkGeOs@@79d^a%
zV+s7?!M@3jEFTY$XInhS_0yewz3kGyMfY7+7+7vHDSTaLvMjwNWLwkwWtR3s2u~HH
zmu=lQv*5)(#_DX>qUR6EMdG=F;Lb#f(c3EYQaX=TJfp~VFp*J|9KJJP(WYyrllyb;
z-W%L)-`CVV`dn`*jug}nu;Mr>`$JLhi-gkFckTz@Ev<j~Y1>ObBeEJq<@6prnshkG
zF41Pr>NSfF#QL>t<_Dx;8w%SIqrp^^dRbz1Ig!?erpJz0Fr!2c%7EpoW)-=9NE*06
z=deZUb!+W=UTJc39J=y^cC|^VnRFXyZ9YBbB))x3#2w?8Mj3!u+d8LmdZ@E|$%@o1
z%j$<`tkay%_Hmou*!JNHc0+u%^HZ;)ll#+2X)VV6!4)}vPgNx)iDl0ZBz51i-uMxP
zA(kE)WC_<GB2z85)v4|K6^*wKVUErYtqCr2S6GOHro;`2R`$vp<Ly3V^wl<OoLl{z
zuU!016%{*EvHJM#dFh<&o{o5`$nb2n93gBdJItvcZnVX}Y45K*v${5-H;r?&#7BXb
zR5=4XIllcF8d*D`-#wq|nP0@GKVXQn)91yX>?oY_RbB8&5nvOlK7uflpCw+c8YbU7
z49#dhgLclaMrzCRl6-@y`qjxHRd*Y-C(SzDd=_r-@qGZ?yWF#@ptF<53|+JLvqqXw
zGT%EhX3v<P%dyDEBdUSXj=xi#XQ$PFZw&2#?KL*x<Jb3ZY5XGpF*k9ggI};$b*?_Q
VWu&E?J~sZ>$7Zf%lzN11`yaEFTxI|O

literal 0
HcmV?d00001

diff --git a/skins/litecube-f/assets/styles/desktop.css b/skins/litecube-f/assets/styles/desktop.css
index 15a9668..6902b44 100644
--- a/skins/litecube-f/assets/styles/desktop.css
+++ b/skins/litecube-f/assets/styles/desktop.css
@@ -96,12 +96,20 @@ body.xlarry.xskin .mailbox>a:before {
 #topline,
 .minimal #topline,
 #topnav {
-    background: linear-gradient(0deg, #d9e2e6, #f1f1f1);
+    background: linear-gradient(0deg, #d9e2e6 0%, #f1f1f1 75%, #9daec0 100%);
+    font-weight: bold;
 }
 
 #topline {
     /* box-shadow: inset 0px -2px 8px 1px #555555ee !important; */
     padding: 4px 0px 4px 10px !important;
+    font-size: 10pt;
+}
+
+#topline a:hover {
+    text-decoration: none;
+    color: #88bcf366 !important;
+    mix-blend-mode: exclusion;
 }
 
 #topnav,
@@ -109,7 +117,7 @@ body.xlarry.xskin .mailbox>a:before {
     padding: 5px 0 0 0;
     height: 34px;
     margin: 0;
-    background: #fff;
+    background: #d3e8ff;
     border-bottom: 2px solid #ddd;
     box-shadow: 0px -2px 10px -1px #55555599 !important;
     top: 0
@@ -141,18 +149,19 @@ body.xlarry.xskin .mailbox>a:before {
 
 .minimal #taskbar .button-apps,
 .minimal #taskbar .button-help {
-    padding-right: 4px !important
+    padding-right: 4px !important;
 }
 
 #taskbar a.button-selected {
     height: 22px;
     border: 2px solid #ddd;
     border-bottom: none;
-    margin-top: 0
+    margin-top: 0;
 }
 
 #header #topnav #taskbar a.button-selected {
-    background: linear-gradient(0deg, #D0D9DE 0%, #a6c5d1 100%) !important;
+    background: linear-gradient(0deg, #cbd4d8 0%, #c7cfd3 20%, #e2ecef 100%) !important;
+    box-shadow: 0px -2px 4px -1px #21212188 !important;
 }
 
 #taskbar a:hover {