bunsen-themes/Bunsen-Blue-Dark
hhhorb f7fa0015f7 Update README
create chrome folder
2016-01-23 23:23:48 -05:00
..
gtk-2.0 Update gtkrc 2015-09-16 11:09:05 -04:00
gtk-3.0 fix theme parsing error 2015-09-25 19:17:09 +02:00
openbox-3 Update themerc 2015-09-16 11:08:21 -04:00
xfce-notify-4.0 Update gtkrc 2015-09-16 11:07:38 -04:00
index.theme Initial release: 1.0-1 2015-05-10 17:17:52 +02:00
LICENSE.CC Initial release: 1.0-1 2015-05-10 17:17:52 +02:00
LICENSE.GPL Initial release: 1.0-1 2015-05-10 17:17:52 +02:00
README Update README 2016-01-23 23:23:48 -05:00

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;
}