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