bunsen-themes/Bunsen-Blackish
2015-07-03 19:37:59 -04:00
..
gtk-2.0 Change selected background color to grey for better visibility. 2015-07-03 18:43:23 -04:00
gtk-3.0 Change selected background color to grey for better visibility. 2015-07-03 18:43:23 -04:00
openbox-3 Initial release: 1.0-1 2015-05-10 17:17:52 +02:00
xfce-notify-4.0 Match background with GTK backgrounds. 2015-07-03 19:37:59 -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 Initial release: 1.0-1 2015-05-10 17:17:52 +02:00

Bunsen-Blackish, 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}/chrome

rename userContent-example.css to userContent.css and append the
following CSS to the file:

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