From: longpanda Date: Fri, 23 Dec 2022 07:52:43 +0000 (+0800) Subject: Support config ventoy_left/ventoy_top/ventoy_color in theme.txt. X-Git-Tag: v1.0.86~11 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/a377dd617224609af3c52da552d7b8f123b5a58a?hp=a377dd617224609af3c52da552d7b8f123b5a58a Support config ventoy_left/ventoy_top/ventoy_color in theme.txt. The configuration must be the first line in theme.txt and must be in the following format. ventoy_left_top_color: "@5%@95%@#0000ff@" The format is very strict: 1. ventoy_left_top_color must start with no space in front of. 2. left/top/color options must be around with 4 @ ---