bunsen-themes/themes/Bunsen-Dark-He
2018-02-21 19:50:10 +00:00
..
gtk-2.0 New version for helium 2017-05-23 15:48:31 +09:00
gtk-3.0 New version for helium 2017-05-23 15:48:31 +09:00
openbox-3 Added custom xbm decorations. 2018-02-21 19:50:10 +00:00
xfce-notify-4.0 New version for helium 2017-05-23 15:48:31 +09:00
index.theme New version for helium 2017-05-23 15:48:31 +09:00
LICENSE.CC New version for helium 2017-05-23 15:48:31 +09:00
LICENSE.GPL New version for helium 2017-05-23 15:48:31 +09:00
README New version for helium 2017-05-23 15:48:31 +09:00

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