[Release] Material Moon

Dedicated board for theme releases/support threads

Moderators: FranklinDM, Lootyhoof

Forum rules
Please do not create new topics here unless you are a theme author in need of a dedicated releases&support thread!
User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Release] Material Moon

Unread post by FranklinDM » 2019-01-06, 07:19

Update to Material Moon: v3.0.1
  • Add tab audio indicator (for Pale Moon 28.3+)
You can update the theme by:
Downloading the XPI, visiting its page at the PM Add-ons site, or by checking for updates in the Add-ons Manager.

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Release] Material Moon

Unread post by FranklinDM » 2019-07-27, 09:51

Update to Material Moon: v3.0.2
  • Add style for reader and narrator components
  • Reduce border width to 0.5px in some browser elements (affects HiDPI)
  • Remove custom disabled icons for back/forward/stop/reload
  • Update main toolbar image (adjustments to some icons)
  • Adjust image region of the page proxy favicon
  • Adjust info item icon appearance
  • Adjust main toolbar background and URL bar border color
  • Don't scale up the close icon (affects HiDPI)
  • Add 1 pixel gap between tabs and screen edge when window is maximized
You can update the theme by:
Downloading the XPI, visiting its page at the PM Add-ons site, or by checking for updates in the Add-ons Manager.

snertev

Re: [Release] Material Moon

Unread post by snertev » 2019-12-17, 16:18

I usually use these styles in my userChrome in order to change tab text colors:

.tabbrowser-tabs *|tab[unread=true] /* unread */
{ color: red !important
}
.tabbrowser-tabs *|tab[selected=true] /* selected */
{ color: blue !important
}

However, they don't work with Material Moon theme.

Text colors in tabs are on default.

What have I to change so that I can have my usual colors when tabs are selected or unread?

Edit: BTW, I've tabs on top.

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Release] Material Moon

Unread post by FranklinDM » 2019-12-23, 05:48

Tab colors in Material Moon are controlled by these variables. Try:

Code: Select all

:root {
  --tab-text-color: blue;
  --tabun-text-color: red;
}

snertev

Re: [Release] Material Moon

Unread post by snertev » 2019-12-25, 08:37

FranklinDM wrote:
2019-12-23, 05:48
Tab colors in Material Moon are controlled by these variables. Try:

Code: Select all

:root {
  --tab-text-color: blue;
  --tabun-text-color: red;
}
It works with this change:

Code: Select all

:root {
  --tab-text-color: blue !important;
  --tabun-text-color: red !important;
}
Thanks for your help. :thumbup:

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Release] Material Moon

Unread post by FranklinDM » 2020-01-28, 11:02

Update to Material Moon: v3.0.3
  • Initial support for Pale Moon 29 (no code changes)
Update options: GitHub releases, APO, manually check for updates through the Add-ons Manager.

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Release] Material Moon

Unread post by FranklinDM » 2022-03-18, 09:37

Update to Material Moon: v3.1.0
  • Initial support for Pale Moon 30
ATTENTION: For the time being, this release is only available on GitHub and must be installed manually.

Update options: GitHub releases, Direct XPI

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Release] Material Moon

Unread post by FranklinDM » 2022-04-30, 16:13

Update to Material Moon: v3.1.1
  • Initial support for Pale Moon 31
Update options: Fresco, APO, manually check for updates through the Add-ons Manager.

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Release] Material Moon

Unread post by FranklinDM » 2023-01-22, 17:26

Update to Material Moon: v3.1.2
  • Initial support for Pale Moon 32
Update options: Fresco, APO, manually check for updates through the Add-ons Manager.

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Release] Material Moon

Unread post by FranklinDM » 2023-11-15, 07:34

Update to Material Moon: v3.1.3
  • Initial support for Pale Moon 33 (in preparation for the upcoming milestone).
Update options: Fresco, APO, manually check for updates through the Add-ons Manager.

Post Reply