add in a theme switching example (#228)

* add in a theme switching example

* remove background script

* filter out non-themes
This commit is contained in:
Andy McKay
2017-06-12 13:37:56 -07:00
committed by wbamberg
parent 3870a213bb
commit db7a686f3c
6 changed files with 79 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="switcher.css"/>
</head>
<body>
<p>Choose a Firefox theme:</p>
<select name="theme" id="theme-list">
</select>
<script src="switcher.js"></script>
</body>
</html>