bugs and dark theme

This commit is contained in:
yamanq 2016-04-17 09:13:44 -04:00
parent 9eee80673d
commit 2423113b7e

View File

@ -89,9 +89,9 @@
};
var themeChart = { //themeChart[element][theme]
"pulltab": {'light': '#B3DAFF','dark': '#372E38'},
"sidebar": {'light':'#E6F5FF','dark': '#261F27'},
"font": {'light': 'rgb(0,0,0)', 'dark': 'rgb(254,254,254)'}
"pulltab": {'light': '#B3DAFF','dark': '#779550'},
"sidebar": {'light':'#E6F5FF','dark': '#7b925d'},
"font": {'light': 'rgb(0,0,0)', 'dark': 'rgb(254,254,254)'}
};
</script>