From 2a71f6b4e80fc989fd06e605fa7f1089136f26e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Aug 2026 04:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Sync=202026-08-05=2004:56:07?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-theme-footstrap/Makefile | 2 +- luci-theme-footstrap/root/etc/config/footstrap | 3 +++ luci-theme-footstrap/styles/02-tokens.css | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/luci-theme-footstrap/Makefile b/luci-theme-footstrap/Makefile index f90b91bd..52bdbec7 100644 --- a/luci-theme-footstrap/Makefile +++ b/luci-theme-footstrap/Makefile @@ -17,7 +17,7 @@ LUCI_NAME:=luci-theme-footstrap FOOTSTRAP_VERSION?= ifneq ($(FOOTSTRAP_VERSION),) PKG_VERSION:=$(FOOTSTRAP_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=3 endif LUCI_TITLE:=Footstrap Theme diff --git a/luci-theme-footstrap/root/etc/config/footstrap b/luci-theme-footstrap/root/etc/config/footstrap index 10514764..c62c159e 100644 --- a/luci-theme-footstrap/root/etc/config/footstrap +++ b/luci-theme-footstrap/root/etc/config/footstrap @@ -1,2 +1,5 @@ config footstrap 'settings' + option pattern 'a583df0ec986a6b8454f7be514e8cb32' + option darkmode 'dark' + option wallpaper 'pattern' diff --git a/luci-theme-footstrap/styles/02-tokens.css b/luci-theme-footstrap/styles/02-tokens.css index f061bf5f..f1cac323 100644 --- a/luci-theme-footstrap/styles/02-tokens.css +++ b/luci-theme-footstrap/styles/02-tokens.css @@ -17,6 +17,11 @@ * docs/design-system.md. Light = :root; dark = :root[data-darkmode="true"]. * ============================================================ */ :root { + --card-bg-color: var(--fs-panel) !important; + --border-color: var(--fs-border) !important; + --app-container_title-color: var(--fs-text) !important; + --item-label_key-span-color: var(--app-container_title-color) !important; + --app-container_status-label_block: var(--app-container_title-color) !important; /* Palette COLOURS are in 03-palettes.css (one swappable block per colourway × mode); * everything here is palette-INDEPENDENT or var()-derived, so it follows the active * palette. The INKS (--fs-on-accent &c.) are in the palette blocks too, beside the