From 2423113b7eacf3ec0e77748d406d963165fb9849 Mon Sep 17 00:00:00 2001 From: yamanq Date: Sun, 17 Apr 2016 09:13:44 -0400 Subject: [PATCH] bugs and dark theme --- atoms/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/atoms/index.html b/atoms/index.html index f75ce7b..aac387a 100644 --- a/atoms/index.html +++ b/atoms/index.html @@ -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)'} };