Raleigh Reloaded GTK Theme
══════════════════════════
This is a GTK-3.0 and GTK-4.0 theme aiming to revive the classic Raleigh theme.
It includes two variants: a light one and a dark one.

The theme is developed on Debian with MATE Desktop and tested on most of the
default-installed applications, as well as the GTK Widget Factory
(https://github.com/GNOME/gtk/tree/main/demos/widget-factory) and on A Widget
Factory (https://github.com/luigifab/awf-extended). On the contrary, this theme
was not tested on another desktop environments. If you are interested in
extending support to any other desktop environment, do not create a feature
request but implement it and send me a pull request to merge.


Notes on Compatibility
──────────────────────
  • the theme supports GTK-2.0 (as Raleigh is the default theme of it),
    GTK-3.0 and GTK-4.0 (both have a dark variant).
  • the same widgets are rendered in different ways in GTK-2.0 and the later
    versions of GTK. Therefore, it is not possible to tune all the GTK elements
    to be absolutely the same like corresponding elements from GTK-2.0. And,
    since the authors of GTK have zero understanding of the concept of backward
    compatibility, there are even more visual discrepancies in GTK-4.0
    (missing scrollbar buttons, etc.). This is not a problem of the theme but
    of GTK itself.
  • Some programs require additional hacks that cannot be integrated into
    the main stylesheet. In those cases, the user must use a program-specific
    stylesheet, if the program supports it. For more information about some
    known cases, see the ./doc directory.


Building
────────
The theme must be built before installation. The generated CSS files and
image assets are written to the ./dist directory. To build and install the
themes, run:

  make && sudo make install

This installs both the light and dark variants. The build requires PySCSS
installed (Debian: python3-pyscss).


Donations
─────────
If you like this project and it is useful to you, consider sending a donation
to the following Bitcoin address: 1LXAkkvKodKB237yayzCTYAsb8tYawGfHz


Licensing Notice
────────────────
This software is released under the terms of the MIT licence. You can freely
use, redistribute and/or modify the software under the terms of that licence.

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 MIT licence for more details.

For more information on details of the licence, see the file ./COPYING.
