bunsen-themes/Bunsen-Blue-Dark/README
hhhorb f7fa0015f7 Update README
create chrome folder
2016-01-23 23:23:48 -05:00

34 lines
701 B
Plaintext

Bunsen-Blue-Dark, 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;
}