diff --git a/config_SAMPLE.py b/config_SAMPLE.py index e9f5f9c..c8ce828 100644 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -17,9 +17,12 @@ CLIENT_TIMEOUT = 0 # Clients are timed out after t # Green #THEME_COLOR = 'background-color:#4a8f3c;color:white;' -# Blue +# Blue 1 #THEME_COLOR = 'background-color:#2A659A;color:white;' +# Blue 2 +#THEME_COLOR = 'background-color:#43A6DF;color:white;' + # Blue Gradient 1 THEME_COLOR = 'background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);color:white;'