A wooden theme with blue accents that reminds me of school.
If you like it check out my other wood themes too or click "Mr.Cline"
https://addons.mozilla.org/en-US/firefox/collections/15195387/Wood-Textures/
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.0",
"name": "Wooden Desk III | by Mr.Cline",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(71, 100, 105, 0.67)",
"toolbar_text": "rgb(225, 202, 167)",
"frame": "rgb(42, 76, 82)",
"tab_background_text": "rgb(225, 202, 167)",
"toolbar_field": "rgb(82, 74, 64)",
"toolbar_field_text": "rgb(221, 185, 137)",
"tab_line": "rgb(156, 128, 96)",
"popup": "rgb(87, 104, 105)",
"popup_text": "rgb(207, 176, 135)",
"tab_loading": "rgb(156, 128, 96)"
}
}
}