Ask me anything!

Have a question you always wanted to ask Moonchild but never did? Now's your chance!
From 2026-03-08 to 2026-03-15 I'll be open to any question by the community, after which I'll provide answers.

Go here to participate: https://forum.palemoon.org/viewtopic.php?f=66&t=33222

Can a light theme be edited to split background color of menu bar and nav bar into two?

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

User avatar
ron_1
Knows the dark side
Knows the dark side
Posts: 3082
Joined: 2012-06-28, 01:20

Can a light theme be edited to split background color of menu bar and nav bar into two?

Post by ron_1 » 2026-02-27, 22:38

Not sure if this post should go in add-ons, but it seems the best fit.

When creating a light theme using Theme Builder, and backing up the theme, it saves it as a .json file. When opening one of my saved light themes in a text editor this is what I see:

Code: Select all

{
  "id": "LT-#f5b87a-#000000",
  "name": "Rust.Orange: #F5B87A/#000000",
  "headerURL": "resource://chrome/toolkit/skin/classic/global/scrollbar/slider.gif",
  "footerURL": "resource://chrome/toolkit/skin/classic/global/scrollbar/slider.gif",
  "textcolor": "#000000",
  "accentcolor": "#F5B87A"
}
What is listed as "accentcolor" is the background color, on both the menu bar and the nav bar. Is there a way to edit this line into two lines, one for the background color of the menu bar, and another line for the nav bar?