new dark theme

This commit is contained in:
yamanq 2016-04-17 01:00:07 -04:00
parent 10ee068e14
commit 6509c9da3a

View File

@ -87,8 +87,8 @@
}; };
var themeChart = { //themeChart[element][theme] var themeChart = { //themeChart[element][theme]
"pulltab": {'light': '#B3DAFF','dark': '#F33333'}, "pulltab": {'light': '#B3DAFF','dark': '#779550'},
"sidebar": {'light':'#E6F5FF','dark':'#FF5858'} "sidebar": {'light':'#E6F5FF','dark':'#7b925d'}
}; };
</script> </script>