bunsen-themes/themes/Bunsen-Dark-He/README

33 lines
698 B
Plaintext
Raw Normal View History

Bunsen-Dark-He, a dark theme for Bunsen, by hhh
2015-05-10 15:17:52 +00:00
---------------------------------------------
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
2016-01-24 04:28:35 +00:00
~/.mozilla/firefox/${your_profile_folder}
2015-05-10 15:17:52 +00:00
2016-01-24 04:28:35 +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;
}
select {
-moz-appearance: none !important;
background-color: white;
color: black;
}