From 882a27b1cb9526cfb5a2163d240d16e86cb26fa2 Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Sun, 26 Oct 2025 02:41:07 +0000 Subject: [PATCH] colors --- arch-user/config/menu/env.sh.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch-user/config/menu/env.sh.tmpl b/arch-user/config/menu/env.sh.tmpl index e388886..1c68287 100755 --- a/arch-user/config/menu/env.sh.tmpl +++ b/arch-user/config/menu/env.sh.tmpl @@ -3,13 +3,13 @@ export WMENU_VOPTS="\ -i \ -f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \ -n {{ .theme.color.fg }} -N {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ --m {{ .theme.color.fg }} -M {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ +-m {{ .theme.color.bg_accent_dark }} -M {{ .theme.color.fg_accent }} \ -s {{ .theme.color.fg_accent }} -S {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ " export WMENU_HOPTS="\ -i \ -f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \ --n {{ .theme.color.fg }} -N {{ .theme.color.bg_accent_dark }} \ --m {{ .theme.color.fg }} -M {{ .theme.color.bg_accent_dark }} \ --s {{ .theme.color.bg_accent_dark }} -S {{ .theme.color.fg_accent }} \ +-n {{ .theme.color.fg }} -N {{ .theme.color.bg }} \ +-m {{ .theme.color.bg_accent_dark }} -M {{ .theme.color.fg_accent }} \ +-s {{ .theme.color.fg_accent }} -S {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ "