From 5ee307eb48c253adeba159cb095204d775926e31 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 10 Nov 2025 11:30:02 -0800 Subject: [PATCH] New backup 2025-11-10 11:30:02 --- de/home/.config/de-vars/colors/generate.sh | 27 +++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/de/home/.config/de-vars/colors/generate.sh b/de/home/.config/de-vars/colors/generate.sh index 2a60010..7c52e16 100755 --- a/de/home/.config/de-vars/colors/generate.sh +++ b/de/home/.config/de-vars/colors/generate.sh @@ -10,7 +10,12 @@ source ./active/colors.sh theme_color="${de_color_13}" white="${de_color_15}" black="${de_color_0}" -transparency_strength="150" #out of 255 +alpha="100" #out of 255 + +alpha_hex=$(printf '%x\n' "${alpha}") + +#echo "${alpha_hex}" +#exit 0 qt_conf_line(){ printf '%s=%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s\n' \ @@ -23,15 +28,15 @@ create_qt_conf(){ #window text "#ff${de_color_13}" #button background - "#64${de_color_0}" + "#${alpha_hex}${de_color_0}" #bright - "#64${de_color_15}" + "#${alpha_hex}${de_color_15}" #less bright - "#64${de_color_7}" + "#${alpha_hex}${de_color_7}" #dark - "#64${de_color_8}" + "#${alpha_hex}${de_color_8}" #less dark - "#64${de_color_7}" + "#${alpha_hex}${de_color_7}" #normal text "#ff${de_color_15}" #bright text @@ -39,13 +44,13 @@ create_qt_conf(){ #button text "#ff${de_color_15}" #normal background - "#64${de_color_13}" + "#${alpha_hex}${de_color_13}" #window - "#64${de_color_13}" + "#${alpha_hex}${de_color_13}" #shadow - "#64${de_color_15}" + "#${alpha_hex}${de_color_15}" #highlight - "#64${de_color_5}" + "#${alpha_hex}${de_color_5}" #highlighted text "#ff${de_color_1}" #link @@ -57,7 +62,7 @@ create_qt_conf(){ #default "#ff${de_color_15}" #tooltip background - "#64${de_color_0}" + "#${alpha_hex}${de_color_0}" #tooltip text "#ff${de_color_15}" #placeholder text