From c941f297f8d94faac8eb27c65f2dc2d4b0d48c55 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 8 Jun 2020 11:02:10 +0100 Subject: [PATCH] Glow radius --- theme.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme.py b/theme.py index de6b3424c..37260f93d 100644 --- a/theme.py +++ b/theme.py @@ -192,11 +192,11 @@ def setThemeNight(baseDir: str): "font-size3": "40px", "font-size4": "24px", "font-size5": "22px", - "cw-glow-radius1": "30px", - "cw-glow-radius2": "40px", - "cw-glow-radius3": "50px", - "cw-glow-radius4": "60px", - "cw-glow-radius5": "70px", + "cw-glow-radius1": "10px", + "cw-glow-radius2": "11px", + "cw-glow-radius3": "12px", + "cw-glow-radius4": "13px", + "cw-glow-radius5": "14px", "cw-glow-color1": "#7961ab", "cw-glow-color2": "#7961ab", "cw-glow-color3": "#7961ab",