From 95d0760ce95119ecc352fdd6c8383a1376bd7968 Mon Sep 17 00:00:00 2001 From: Trybuche Date: Tue, 1 Jun 2021 09:11:31 -0400 Subject: [PATCH] Add new color scheme --- .../Microscope_Calibrations_user_settings.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Analyze/Microscope Measurement Tools/Microscope_Calibrations_user_settings.py b/Analyze/Microscope Measurement Tools/Microscope_Calibrations_user_settings.py index 46e2db6..dad8296 100644 --- a/Analyze/Microscope Measurement Tools/Microscope_Calibrations_user_settings.py +++ b/Analyze/Microscope Measurement Tools/Microscope_Calibrations_user_settings.py @@ -81,13 +81,13 @@ opaque white is [1,1,1, 1] """ -linethickness = 5.0 # in pixels -linecolor = [ 0, 0.7, 0, 1.0] -textsize = 30 # text height in pixels, I think -textcolor = [ 0, 0.8, 0, 1.0] -textbackgroundcolor = [ 0, 0, 0, 0.6] # background color behind text. -#textbackgroundcolor = None # set to None for no background - uncomment this line -texttoleft = True # put text on left or right side of last point? +linethickness = 5.0 # in pixels +linecolor = [ 0, 0.7, 0, 1.0] +textsize = 50 # text height in pixels, I think +textcolor = [ 1, 0, 1, 1.0] +textbackgroundcolor = [ 1, 1, 1, 0.4] # background color behind text. +#textbackgroundcolor = None # set to None for no background - uncomment this line +texttoleft = True # put text on left or right side of last point?