From 6509c9da3acedea90f70f76caaa5436aa5b30f12 Mon Sep 17 00:00:00 2001 From: yamanq Date: Sun, 17 Apr 2016 01:00:07 -0400 Subject: [PATCH] new dark theme --- atoms/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atoms/index.html b/atoms/index.html index 33c74e6..e1b64c4 100644 --- a/atoms/index.html +++ b/atoms/index.html @@ -87,8 +87,8 @@ }; var themeChart = { //themeChart[element][theme] - "pulltab": {'light': '#B3DAFF','dark': '#F33333'}, - "sidebar": {'light':'#E6F5FF','dark':'#FF5858'} + "pulltab": {'light': '#B3DAFF','dark': '#779550'}, + "sidebar": {'light':'#E6F5FF','dark':'#7b925d'} };