Lootyhoof / darkmoon

Dark theme for Pale Moon
Mozilla Public License 2.0
19 stars 6 forks source link

active tab not clear #5

Closed HarkTu closed 4 years ago

HarkTu commented 4 years ago

active tab and passive tabs colors are very close, needs effort to find the active tab. could you make active tab color lighter please.tnx darkmoon

Lootyhoof commented 4 years ago

During the initial few versions of this theme several adjustments were already made to this effect based on user feedback, such that the current situation is a sweet spot with most people. I've no plans to change this. However, you could use something like the below, as a style in Stylem:

.tabbrowser-tab[selected]:not(:-moz-lwtheme) {
  /* Change the `background-color` value below to anything
   * else to change the color. This could be shorthand
   * (e.g. "red", "blue" etc), RGB(A), or hexidecimal. 
   * The "!important;" must remain at the end. */
  background-color: rgb(255,255,255,.4) !important;
  background-image: none !important;
}