bunsen-themes/themes/Crocus-Remix/README.md

39 lines
909 B
Markdown
Raw Normal View History

Bunsen-Blackish-Remix
2015-05-10 15:17:52 +00:00
by hhh (hsumen@bunsenlabs.org)
A gtk theme based on Greybird, designed to be compatible
with libgtk-3.0 (3.22.*)
Made for BunsenLabs Linux Helium. Includes an Openbox theme
and themes for Xfce4-notifyd in both stretch and jessie.
Designed to be compatible with Debian stretch.
Only tested on stretch with a limited number of applications.
https://github.com/shimmerproject/Greybird
https://www.bunsenlabs.org/
2015-05-10 15:17:52 +00:00
Light text on a dark background will not work with some programs, for
example input fields in Iceweasel/Firefox.
In order to fix this, navigate to
2016-01-24 04:23:48 +00:00
~/.mozilla/firefox/${your_profile_folder}
2015-05-10 15:17:52 +00:00
2016-01-24 04:23:48 +00:00
and create the folder and file chrome/userContent.css containing the
following CSS content:
2015-05-10 15:17:52 +00:00
input {
-moz-appearance: none !important;
background-color: white;
color: black;
}
textarea {
-moz-appearance: none !important;
background-color: white;
color: black;
}