bunsen-themes/themes/Bunsen-Dark-He/README
johnraff 95b2104301 New version for helium
Replace themes with new ones from https://github.com/hhhorb/bunsen-themes-dev
Move themes from root dir to "themes".
debian/control: add Recommends: gtk3-nocsd, change Depends: libgtk-3-0 (>= 3.22.11)
debian/copyright: Update dates
2017-05-23 15:48:31 +09:00

33 lines
698 B
Plaintext

Bunsen-Dark-He, a dark theme for Bunsen, by hhh
---------------------------------------------
based on Greybird by The Shimmer Project.
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
~/.mozilla/firefox/${your_profile_folder}
and create the folder and file chrome/userContent.css containing the
following CSS content:
input {
-moz-appearance: none !important;
background-color: white;
color: black;
}
textarea {
-moz-appearance: none !important;
background-color: white;
color: black;
}
select {
-moz-appearance: none !important;
background-color: white;
color: black;
}